Playit
CSS Property:
filter:

Note: The filter property is not supported in Internet Explorer, Edge 12, or Safari 5.1 and earlier.

Result:
CSS Code:
img#myImg {
filter: blur(5px);
}
Click the property values above to see the result
W3Schools.com - Play it