Gradient Gray-Blue

Gradient and text preview:

This paragraph uses color with hex code 6E748E. Color of text is in garmony with gradient primary color 8C92AC.

Stat info: Views 283 Like 0

Used color codes:

Item Demo HEX code RGB code
Primary color #8C92AC 140.146.172
Secondary color #7D839D 125.131.157
Border color #6E748E 110.116.142
Box shadow color #9BA1BB 155.161.187
Text color 1234567890 #6E748E 110.116.142

CSS3 styles:

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