Color Hex Logo

#87999e Color Hex

#87999E
(135,153,158)
0 Favorites   0 Comments

Color spaces of #87999e

RGB 135153158
HSL0.540.110.57
HSV193°15°62°
CMYK 0.150.030.00   0.38
XYZ27.554530.402036.7636
Yxy30.40200.29090.3210
Hunter Lab55.1380-7.2885-0.9354
CIE-Lab61.9995-5.2862-4.7854

#87999e color RGB value is (135,153,158).

#87999e hex color red value is 135, green value is 153 and the blue value of its RGB is 158. Cylindrical-coordinate representations (also known as HSL) of color #87999e hue: 0.54 , saturation: 0.11 and the lightness value of 87999e is 0.57.

The process color (four color CMYK) of #87999e color hex is 0.15, 0.03, 0.00, 0.38. Web safe color of #87999e is #999999. Color #87999e contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10000111 10011001 10011110
Octal 207 231 236
Decimal 135 153 158
Hex 87 99 9E

RGB Percentages of Color #87999e

%30.27
%34.30
%35.43

CMYK Percentages of Color #87999e

%15
%3
%0
%38

Triadic Colors of #87999e

#87999e #9e8799 #999e87

Analogous Colors of #87999e

#87999e #878e9e #879e98

Monochromatic Colors of #87999e

#87999e

Complementary Color

#87999e #9e8c87

#87999e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#87999e Color Preview on White Background

Lorem ipsum dolor sit amet.

#87999e Color CSS Codes

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

#87999e Text Font Color

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

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


#87999e Background Color

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

This div background color is #87999e


#87999e Border Color

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

This div border color is #87999e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #87999e


Comments

No comments written yet.

Please login to write comment.