COLOR #87CFAB

HEX: #87CFAB RGB: (135,207,171)

Color info

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

RGB color model

#87CFAB color RGB value is (135,207,171).

RGB: (135,207,171) (53%, 81%, 67%)

RGB channels and saturation

R 135 of 255 = 53%
G 207 of 255 = 81%
B 171 of 255 = 67%

135
207
171

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

Portions of RGB colors in percentages

R + G + B = 135 + 207 + 171 = 513 (100%)
R 135 of 513 ~ 26.32%
G 207 of 513 ~ 40.35%
B 171 of 513 ~ 33.33'%

%26.32
%40.35
%33.33

CMYK color model

#87CFAB color CMYK value is (35,0,17,19).

  • cyan value is 34.78%
  • magenta value is 0.00%
  • yellow value is 17.39%
  • key color value is 18.82%

CMYK: (35,0,17,19)
C35M0Y17K19 (35%, 0%, 17%, 19%)
(0.35 / 0.00 / 0.17 / 0.19)

CMYK percentages

%34.78
%0
%17.39
%18.82

Codes

Color #87CFAB in popluar color models

87 CF AB
RGB 135 207 171
HSL 150° 42.86% 67.06%
HSB/HSV 150° 34.78% 81.18%
CMYK 34.78% 0.00% 17.39%
18.82%

Color #87CFAB in popluar number systems.

HEX 87 CF AB
Decimal 135 207 171
Binary 10000111 11001111 10101011
Octal 207 317 253

Shades and tints

Shades of #87CFAB

#87CFAB
(135,207,171)
#7BBD9C
(123,189,156)
#6FAB8D
(111,171,141)
#63997E
(99,153,126)
#57876F
(87,135,111)
#4B7560
(75,117,96)
#3F6351
(63,99,81)
#335142
(51,81,66)
#273F33
(39,63,51)
#1B2D24
(27,45,36)
#0F1B15
(15,27,21)
#000000
(0,0,0)

Tints of #87CFAB

#87CFAB
(135,207,171)
#91D3B2
(145,211,178)
#9BD7B9
(155,215,185)
#A5DBC0
(165,219,192)
#AFDFC7
(175,223,199)
#B9E3CE
(185,227,206)
#C3E7D5
(195,231,213)
#CDEBDC
(205,235,220)
#D7EFE3
(215,239,227)
#E1F3EA
(225,243,234)
#EBF7F1
(235,247,241)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #87CFAB color. Also use rgb(135,207,171) instead hex code.

Text Font Color

.myTextColor { color: #87CFAB; }

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

This text font color is #87CFAB.

Background Color

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

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

This div background color is #87CFAB.

Border color

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

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

This div border color is #87CFAB.

Opacity

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

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

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

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

This text has shadow with #87CFAB color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #87CFAB.

Preview

Color preview on black background

This text has color #87CFAB on black background.


Color preview on white background

This text has color #87CFAB on white background.


Black color preview on #87CFAB background

This text has black color on #87CFAB background.


White color preview on #87CFAB background

This text has white color on #87CFAB background.


Related colors

Complementary color

Complementary color for #hex is #783054.


I love getcolorcode.com

Triadic colors

1 #AB87CF and #CFAB87 with #87CFAB are triadic colors.

2 #ABCF87 and #CF87AB with #87CFAB are triadic colors.