COLOR #87CBAA

HEX: #87CBAA RGB: (135,203,170)

Color info

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

RGB color model

#87CBAA color RGB value is (135,203,170).

RGB: (135,203,170) (53%, 80%, 67%)

RGB channels and saturation

R 135 of 255 = 53%
G 203 of 255 = 80%
B 170 of 255 = 67%

135
203
170

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

Portions of RGB colors in percentages

R + G + B = 135 + 203 + 170 = 508 (100%)
R 135 of 508 ~ 26.57%
G 203 of 508 ~ 39.96%
B 170 of 508 ~ 33.46'%

%26.57
%39.96
%33.46

CMYK color model

#87CBAA color CMYK value is (33,0,16,20).

  • cyan value is 33.50%
  • magenta value is 0.00%
  • yellow value is 16.26%
  • key color value is 20.39%
CMYK: (33,0,16,20) C33M0Y16K20 (33%,0%,16%,20%) (0.33/0.00/0.16/0.20) 

CMYK percentages

%33.5
%0
%16.26
%20.39

Codes

Color #87CBAA in popluar color models

87 CB AA
RGB 135 203 170
HSL 151° 39.53% 66.27%
HSB/HSV 151° 33.50% 79.61%
CMYK 33.50% 0.00% 16.26%
20.39%

Color #87CBAA in popluar number systems.

HEX 87 CB AA
Decimal 135 203 170
Binary 10000111 11001011 10101010
Octal 207 313 252

Shades and tints

Shades of #87CBAA

#87CBAA
(135,203,170)
#7BB99B
(123,185,155)
#6FA78C
(111,167,140)
#63957D
(99,149,125)
#57836E
(87,131,110)
#4B715F
(75,113,95)
#3F5F50
(63,95,80)
#334D41
(51,77,65)
#273B32
(39,59,50)
#1B2923
(27,41,35)
#0F1714
(15,23,20)
#000000
(0,0,0)

Tints of #87CBAA

#87CBAA
(135,203,170)
#91CFB1
(145,207,177)
#9BD3B8
(155,211,184)
#A5D7BF
(165,215,191)
#AFDBC6
(175,219,198)
#B9DFCD
(185,223,205)
#C3E3D4
(195,227,212)
#CDE7DB
(205,231,219)
#D7EBE2
(215,235,226)
#E1EFE9
(225,239,233)
#EBF3F0
(235,243,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #87CBAA; }

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

This text font color is #87CBAA.

Background Color

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

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

This div background color is #87CBAA.

Border color

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

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

This div border color is #87CBAA.

Opacity

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

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

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

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

This text has shadow with #87CBAA color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #87CBAA.

Preview

Color preview on black background

This text has color #87CBAA on black background.


Color preview on white background

This text has color #87CBAA on white background.


Black color preview on #87CBAA background

This text has black color on #87CBAA background.


White color preview on #87CBAA background

This text has white color on #87CBAA background.


Related colors

Complementary color

Complementary color for #hex is #783455.


I love getcolorcode.com

Triadic colors

1 #AA87CB and #CBAA87 with #87CBAA are triadic colors.

2 #AACB87 and #CB87AA with #87CBAA are triadic colors.