COLOR #87CFAE

HEX: #87CFAE
RGB: (135,207,174)

Color info

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

RGB color model

#87CFAE color RGB value is (135,207,174).

  • red value is 135;
  • green value is 207;
  • blue value is 174.
RGB:
(135,207,174)
(53%,81%,68%)

RGB channels and saturation

R 135 of 255 = 53%
G 207 of 255 = 81%
B 174 of 255 = 68%

135
207
174

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

Portions of RGB colors in percentages

R + G + B =
135 + 207 + 174 = 516 (100%)
R 135 of 516 ~ 26.16%
G 207 of 516 ~ 40.12%
B 174 of 516 ~ 33.72%

%26.16
%40.12
%33.72

CMYK color model

#87CFAE color CMYK value is (35,0,16,19).

  • cyan value is 34.78%
  • magenta value is 0.00%
  • yellow value is 15.94%
  • key color value is 18.82%
CMYK:
(35,0,16,19)
C35M0Y16K19 
(35%,0%,16%,19%)
(0.35/0.00/0.16/0.19)	

CMYK percentages

%34.78
%0
%15.94
%18.82

Codes

Color #87CFAE in popluar color models

87CFAE
RGB135207174
HSL153°42.86%67.06%
HSB/HSV153°34.78%81.18%
CMYK34.78%0.00%15.94%
18.82%

Color #87CFAE in popluar number systems.

HEX87CFAE
Decimal135207174
Binary100001111100111110101110
Octal207317256

Shades and tints

Shades of #87CFAE

#87CFAE
(135,207,174)
#7BBD9F
(123,189,159)
#6FAB90
(111,171,144)
#639981
(99,153,129)
#578772
(87,135,114)
#4B7563
(75,117,99)
#3F6354
(63,99,84)
#335145
(51,81,69)
#273F36
(39,63,54)
#1B2D27
(27,45,39)
#0F1B18
(15,27,24)
#000000
(0,0,0)

Tints of #87CFAE

#87CFAE
(135,207,174)
#91D3B5
(145,211,181)
#9BD7BC
(155,215,188)
#A5DBC3
(165,219,195)
#AFDFCA
(175,223,202)
#B9E3D1
(185,227,209)
#C3E7D8
(195,231,216)
#CDEBDF
(205,235,223)
#D7EFE6
(215,239,230)
#E1F3ED
(225,243,237)
#EBF7F4
(235,247,244)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #87CFAE; }

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

This text font color is #87CFAE.


Background Color

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

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

This div background color is #87CFAE.


Border color

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

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

This div border color is #87CFAE.


Opacity

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

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

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

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

This text has shadow with #87CFAE color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #87CFAE on black background.


Color preview on white background

This text has color #87CFAE on white background.



Black color preview on #87CFAE background

This text has black color on #87CFAE background.


White color preview on #87CFAE background

This text has white color on #87CFAE background.