COLOR #87C09E

HEX: #87C09E RGB: (135,192,158)

Color info

#87C09E contains red, green and blue colors in about the same proportion. Web safe color of #87C09E is #99CC99 (or #9C9).

RGB color model

#87C09E color RGB value is (135,192,158).

RGB: (135,192,158) (53%, 75%, 62%)

RGB channels and saturation

R 135 of 255 = 53%
G 192 of 255 = 75%
B 158 of 255 = 62%

135
192
158

R + G + B ~ 63%. #87C09E is quite light color.

Portions of RGB colors in percentages

R + G + B = 135 + 192 + 158 = 485 (100%)
R 135 of 485 ~ 27.84%
G 192 of 485 ~ 39.59%
B 158 of 485 ~ 32.58'%

%27.84
%39.59
%32.58

CMYK color model

#87C09E color CMYK value is (30,0,18,25).

  • cyan value is 29.69%
  • magenta value is 0.00%
  • yellow value is 17.71%
  • key color value is 24.71%
CMYK: (30,0,18,25) C30M0Y18K25 (30%,0%,18%,25%) (0.30/0.00/0.18/0.25) 

CMYK percentages

%29.69
%0
%17.71
%24.71

Codes

Color #87C09E in popluar color models

87 C0 9E
RGB 135 192 158
HSL 144° 31.15% 64.12%
HSB/HSV 144° 29.69% 75.29%
CMYK 29.69% 0.00% 17.71%
24.71%

Color #87C09E in popluar number systems.

HEX 87 C0 9E
Decimal 135 192 158
Binary 10000111 11000000 10011110
Octal 207 300 236

Shades and tints

Shades of #87C09E

#87C09E
(135,192,158)
#7BAF90
(123,175,144)
#6F9E82
(111,158,130)
#638D74
(99,141,116)
#577C66
(87,124,102)
#4B6B58
(75,107,88)
#3F5A4A
(63,90,74)
#33493C
(51,73,60)
#27382E
(39,56,46)
#1B2720
(27,39,32)
#0F1612
(15,22,18)
#000000
(0,0,0)

Tints of #87C09E

#87C09E
(135,192,158)
#91C5A6
(145,197,166)
#9BCAAE
(155,202,174)
#A5CFB6
(165,207,182)
#AFD4BE
(175,212,190)
#B9D9C6
(185,217,198)
#C3DECE
(195,222,206)
#CDE3D6
(205,227,214)
#D7E8DE
(215,232,222)
#E1EDE6
(225,237,230)
#EBF2EE
(235,242,238)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #87C09E color. Also use rgb(135,192,158) instead hex code.

Text Font Color

.myTextColor { color: #87C09E; }

<p style="color:#87C09E">This sample text font color is #87C09E.</p>

This text font color is #87C09E.

Background Color

.myBgColor { background-color: #87C09E; }

<div style="background-color:#87C09E">Inner text</div>

This div background color is #87C09E.

Border color

.myBorderColor { border: 1px solid #87C09E; }

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

This div border color is #87C09E.

Opacity

.myOpacity80 { color: #87C09E; opacity: 0.8; }

<p style="color:#87C09E;opacity:0.8;">80%</p>

Text with #87C09E color and opacity 100% | 80% | 50% | 30%.

Background with opacity value 100%.
Background with opacity value 80%.
Background with opacity value 50%.
Background with opacity value 30%.

Text shadow color

.textShadow {text-shadow: 3px 3px 1px #87C09E;}

<p style="text-shadow: 3px 3px 1px #87C09E">Text here.</p>

This text has shadow with #87C09E color.


.textShadow {text-shadow: 3px 3px 1px #87C09E', 3px 3px 1px red;}

<p style="text-shadow: 3px 3px 1px #87C09E, 5px 5px 20px red">Text here.</p>

This text has shadow with #87C09E primary color and red secondary color.


Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#87C09E, Direction=45, Strength=4)}

<p style="filter: Shadow(Color=#87C09E, Direction=45, Strength=4)">Text</p>

This text has shadow with #87C09E and red colors in old Internet Explorer.

Div box shadow color

/* css code */
.divShadow
{
-moz-box-shadow: 1px 1px 3px 2px #87C09E;
-webkit-box-shadow: 1px 1px 3px 2px #87C09E;
box-shadow: 1px 1px 3px 2px #87C09E;
}

/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #87C09E; -webkit-box-shadow: 1px 1px 3px 2px #87C09E; box-shadow:1px 1px 3px 2px #87C09E;">
Div content here
</div>

This div box has shadow with color #87C09E.

Preview

Color preview on black background

This text has color #87C09E on black background.


Color preview on white background

This text has color #87C09E on white background.


Black color preview on #87C09E background

This text has black color on #87C09E background.


White color preview on #87C09E background

This text has white color on #87C09E background.


Related colors

Complementary color

Complementary color for #hex is #783F61.


I love getcolorcode.com

Triadic colors

1 #9E87C0 and #C09E87 with #87C09E are triadic colors.

2 #9EC087 and #C0879E with #87C09E are triadic colors.