Gradient Light Gray

Gradient and text preview:

This paragraph uses color with hex code B5B5B5. Color of text is in garmony with gradient primary color D3D3D3.

Stat info: Views 586 Like 0

Used color codes:

Item Demo HEX code RGB code
Primary color #D3D3D3 211.211.211
Secondary color #C4C4C4 196.196.196
Border color #B5B5B5 181.181.181
Box shadow color #E2E2E2 226.226.226
Text color 1234567890 #B5B5B5 181.181.181

CSS3 styles:

background: #D3D3D3;
color: #B5B5B5;
background: linear-gradient(to bottom, #D3D3D3 0%, #C4C4C4 100%);
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #D3D3D3), color-stop(100%, #C4C4C4));
background: -webkit-linear-gradient(top, #D3D3D3 0%, #C4C4C4 100%);
background: -moz-linear-gradient(top, #D3D3D3 0%, #C4C4C4 100%);
background: -o-linear-gradient(top, #D3D3D3 0%, #C4C4C4 100%);
background: -ms-linear-gradient(top, #D3D3D3 0%, #C4C4C4 100%);
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#D3D3D3', endColorstr='#C4C4C4', GradientType=0);
border: 1px solid #B5B5B5;
text-shadow: 0 1px 0 #E2E2E2;
-webkit-text-shadow: 0 1px 0 #E2E2E2;
-moz-text-shadow: 0 1px 0 #E2E2E2;
box-shadow: inset 0 1px 0 #E2E2E2;
-webkit-box-shadow: inset 0 1px 0 #E2E2E2;
-moz-box-shadow: inset 0 1px 0 #E2E2E2;
Content has been copied to clipboard. Content has not been copied. Press "Ctrl + C" to copy.