Color Hex Logo

#96a9aa Color Hex

#96A9AA
(150,169,170)
0 Favorites   0 Comments

Color spaces of #96a9aa

RGB 150169170
HSL0.510.110.63
HSV183°12°67°
CMYK 0.120.010.00   0.33
XYZ34.021337.762243.5259
Yxy37.76220.29500.3275
Hunter Lab61.4510-8.71561.0204
CIE-Lab67.8450-6.3906-2.7701

#96a9aa color RGB value is (150,169,170).

#96a9aa hex color red value is 150, green value is 169 and the blue value of its RGB is 170. Cylindrical-coordinate representations (also known as HSL) of color #96a9aa hue: 0.51 , saturation: 0.11 and the lightness value of 96a9aa is 0.63.

The process color (four color CMYK) of #96a9aa color hex is 0.12, 0.01, 0.00, 0.33. Web safe color of #96a9aa is #999999. Color #96a9aa contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10010110 10101001 10101010
Octal 226 251 252
Decimal 150 169 170
Hex 96 A9 AA

RGB Percentages of Color #96a9aa

%30.67
%34.56
%34.76

CMYK Percentages of Color #96a9aa

%12
%1
%0
%33

Triadic Colors of #96a9aa

#96a9aa #aa96a9 #a9aa96

Analogous Colors of #96a9aa

#96a9aa #969faa #96aaa1

Monochromatic Colors of #96a9aa

#96a9aa

Complementary Color

#96a9aa #aa9796

#96a9aa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#96a9aa Color Preview on White Background

Lorem ipsum dolor sit amet.

#96a9aa Color CSS Codes

.mybgcolor {background-color:#96a9aa; } 
.myforecolor {color:#96a9aa; }
.mybordercolor {border:3px solid #96a9aa; }

#96a9aa Text Font Color

<p style="color:#96a9aa">Text here</p>

This sample text font color is #96a9aa
Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat.


#96a9aa Background Color

<div style="background-color:#96a9aa">
Div content here</div>

This div background color is #96a9aa


#96a9aa Border Color

<div style="border:3px solid #96a9aa">
Div here</div>

This div border color is #96a9aa


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(150,169,170, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #96a9aa; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #96a9aa;
  -webkit-box-shadow: 1px 1px 3px 2px #96a9aa;
  box-shadow:         1px 1px 3px 2px #96a9aa; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(150,169,170, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

<p style="text-shadow: 4px 4px 2px #96a9aa">Text here</p>

This text has shadow with hex values.


Div Box Shadow

<div style="-moz-box-shadow: 1px 1px 3px 2px #96a9aa;
  -webkit-box-shadow: 1px 1px 3px 2px #96a9aa;
  box-shadow:         1px 1px 3px 2px #96a9aa;">
Div content here</div>

This div box has shadow with color #96a9aa


Comments

No comments written yet.

Please login to write comment.