COLOR #87CEAA

HEX: #87CEAA RGB: (135,206,170)

Color info

#87CEAA contains mainly green and blue colors. Web safe color of #87CEAA is #99CC99 (or #9C9).

RGB color model

#87CEAA color RGB value is (135,206,170).

RGB: (135,206,170) (53%, 81%, 67%)

RGB channels and saturation

R 135 of 255 = 53%
G 206 of 255 = 81%
B 170 of 255 = 67%

135
206
170

R + G + B ~ 67%. #87CEAA is quite light color.

Portions of RGB colors in percentages

R + G + B = 135 + 206 + 170 = 511 (100%)
R 135 of 511 ~ 26.42%
G 206 of 511 ~ 40.31%
B 170 of 511 ~ 33.27'%

%26.42
%40.31
%33.27

CMYK color model

#87CEAA color CMYK value is (34,0,17,19).

  • cyan value is 34.47%
  • magenta value is 0.00%
  • yellow value is 17.48%
  • key color value is 19.22%

CMYK: (34,0,17,19)
C34M0Y17K19 (34%, 0%, 17%, 19%)
(0.34 / 0.00 / 0.17 / 0.19)

CMYK percentages

%34.47
%0
%17.48
%19.22

Codes

Color #87CEAA in popluar color models

87 CE AA
RGB 135 206 170
HSL 150° 42.01% 66.86%
HSB/HSV 150° 34.47% 80.78%
CMYK 34.47% 0.00% 17.48%
19.22%

Color #87CEAA in popluar number systems.

HEX 87 CE AA
Decimal 135 206 170
Binary 10000111 11001110 10101010
Octal 207 316 252

Shades and tints

Shades of #87CEAA

#87CEAA
(135,206,170)
#7BBC9B
(123,188,155)
#6FAA8C
(111,170,140)
#63987D
(99,152,125)
#57866E
(87,134,110)
#4B745F
(75,116,95)
#3F6250
(63,98,80)
#335041
(51,80,65)
#273E32
(39,62,50)
#1B2C23
(27,44,35)
#0F1A14
(15,26,20)
#000000
(0,0,0)

Tints of #87CEAA

#87CEAA
(135,206,170)
#91D2B1
(145,210,177)
#9BD6B8
(155,214,184)
#A5DABF
(165,218,191)
#AFDEC6
(175,222,198)
#B9E2CD
(185,226,205)
#C3E6D4
(195,230,212)
#CDEADB
(205,234,219)
#D7EEE2
(215,238,226)
#E1F2E9
(225,242,233)
#EBF6F0
(235,246,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #87CEAA color. Also use rgb(135,206,170) instead hex code.

Text Font Color

.myTextColor { color: #87CEAA; }

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

This text font color is #87CEAA.

Background Color

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

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

This div background color is #87CEAA.

Border color

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

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

This div border color is #87CEAA.

Opacity

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

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

Text with #87CEAA 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 #87CEAA;}

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

This text has shadow with #87CEAA color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #87CEAA.

Preview

Color preview on black background

This text has color #87CEAA on black background.


Color preview on white background

This text has color #87CEAA on white background.


Black color preview on #87CEAA background

This text has black color on #87CEAA background.


White color preview on #87CEAA background

This text has white color on #87CEAA background.


Related colors

Complementary color

Complementary color for #hex is #783155.


I love getcolorcode.com

Triadic colors

1 #AA87CE and #CEAA87 with #87CEAA are triadic colors.

2 #AACE87 and #CE87AA with #87CEAA are triadic colors.