Color Hex Logo

#96878e Color Hex

#96878E
(150,135,142)
0 Favorites   0 Comments

Color spaces of #96878e

RGB 150135142
HSL0.920.070.56
HSV332°10°59°
CMYK 0.000.100.05   0.41
XYZ26.124125.765029.1874
Yxy25.76500.32220.3178
Hunter Lab50.75923.03941.4387
CIE-Lab57.81336.9297-1.6917

#96878e color RGB value is (150,135,142).

#96878e hex color red value is 150, green value is 135 and the blue value of its RGB is 142. Cylindrical-coordinate representations (also known as HSL) of color #96878e hue: 0.92 , saturation: 0.07 and the lightness value of 96878e is 0.56.

The process color (four color CMYK) of #96878e color hex is 0.00, 0.10, 0.05, 0.41. Web safe color of #96878e is #999999. Color #96878e contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10010110 10000111 10001110
Octal 226 207 216
Decimal 150 135 142
Hex 96 87 8E

RGB Percentages of Color #96878e

%35.13
%31.62
%33.26

CMYK Percentages of Color #96878e

%0
%10
%5
%41

Triadic Colors of #96878e

#96878e #8e9687 #878e96

Analogous Colors of #96878e

#96878e #968887 #968796

Monochromatic Colors of #96878e

#96878e

Complementary Color

#96878e #87968f

#96878e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#96878e Color Preview on White Background

Lorem ipsum dolor sit amet.

#96878e Color CSS Codes

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

#96878e Text Font Color

<p style="color:#96878e">Text here</p>

This sample text font color is #96878e
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.


#96878e Background Color

<div style="background-color:#96878e">
Div content here</div>

This div background color is #96878e


#96878e Border Color

<div style="border:3px solid #96878e">
Div here</div>

This div border color is #96878e


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(150,135,142, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #96878e; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #96878e;
  -webkit-box-shadow: 1px 1px 3px 2px #96878e;
  box-shadow:         1px 1px 3px 2px #96878e; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #96878e


Comments

No comments written yet.

Please login to write comment.