Color Hex Logo

#87a997 Color Hex

#87A997
(135,169,151)
0 Favorites   0 Comments

Color spaces of #87a997

RGB 135169151
HSL0.410.170.60
HSV148°20°66°
CMYK 0.200.000.11   0.34
XYZ29.765635.761234.6119
Yxy35.76120.29720.3571
Hunter Lab59.8007-15.80337.5441
CIE-Lab66.3371-15.35765.4649

#87a997 color RGB value is (135,169,151).

#87a997 hex color red value is 135, green value is 169 and the blue value of its RGB is 151. Cylindrical-coordinate representations (also known as HSL) of color #87a997 hue: 0.41 , saturation: 0.17 and the lightness value of 87a997 is 0.60.

The process color (four color CMYK) of #87a997 color hex is 0.20, 0.00, 0.11, 0.34. Web safe color of #87a997 is #999999. Color #87a997 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10000111 10101001 10010111
Octal 207 251 227
Decimal 135 169 151
Hex 87 A9 97

RGB Percentages of Color #87a997

%29.67
%37.14
%33.19

CMYK Percentages of Color #87a997

%20
%0
%11
%34

Triadic Colors of #87a997

#87a997 #9787a9 #a99787

Analogous Colors of #87a997

#87a997 #87a9a8 #88a987

Monochromatic Colors of #87a997

#87a997

Complementary Color

#87a997 #a98799

#87a997 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#87a997 Color Preview on White Background

Lorem ipsum dolor sit amet.

#87a997 Color CSS Codes

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

#87a997 Text Font Color

<p style="color:#87a997">Text here</p>

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


#87a997 Background Color

<div style="background-color:#87a997">
Div content here</div>

This div background color is #87a997


#87a997 Border Color

<div style="border:3px solid #87a997">
Div here</div>

This div border color is #87a997


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(135,169,151, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #87a997; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #87a997;
  -webkit-box-shadow: 1px 1px 3px 2px #87a997;
  box-shadow:         1px 1px 3px 2px #87a997; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #87a997


Comments

No comments written yet.

Please login to write comment.