COLOR #87CEAF

HEX: #87CEAF RGB: (135,206,175)

Color info

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

RGB color model

#87CEAF color RGB value is (135,206,175).

RGB: (135,206,175) (53%, 81%, 69%)

RGB channels and saturation

R 135 of 255 = 53%
G 206 of 255 = 81%
B 175 of 255 = 69%

135
206
175

R + G + B ~ 68%. #87CEAF is quite light color.

Portions of RGB colors in percentages

R + G + B = 135 + 206 + 175 = 516 (100%)
R 135 of 516 ~ 26.16%
G 206 of 516 ~ 39.92%
B 175 of 516 ~ 33.91'%

%26.16
%39.92
%33.91

CMYK color model

#87CEAF color CMYK value is (34,0,15,19).

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

CMYK: (34,0,15,19)
C34M0Y15K19 (34%, 0%, 15%, 19%)
(0.34 / 0.00 / 0.15 / 0.19)

CMYK percentages

%34.47
%0
%15.05
%19.22

Codes

Color #87CEAF in popluar color models

87 CE AF
RGB 135 206 175
HSL 154° 42.01% 66.86%
HSB/HSV 154° 34.47% 80.78%
CMYK 34.47% 0.00% 15.05%
19.22%

Color #87CEAF in popluar number systems.

HEX 87 CE AF
Decimal 135 206 175
Binary 10000111 11001110 10101111
Octal 207 316 257

Shades and tints

Shades of #87CEAF

#87CEAF
(135,206,175)
#7BBCA0
(123,188,160)
#6FAA91
(111,170,145)
#639882
(99,152,130)
#578673
(87,134,115)
#4B7464
(75,116,100)
#3F6255
(63,98,85)
#335046
(51,80,70)
#273E37
(39,62,55)
#1B2C28
(27,44,40)
#0F1A19
(15,26,25)
#000000
(0,0,0)

Tints of #87CEAF

#87CEAF
(135,206,175)
#91D2B6
(145,210,182)
#9BD6BD
(155,214,189)
#A5DAC4
(165,218,196)
#AFDECB
(175,222,203)
#B9E2D2
(185,226,210)
#C3E6D9
(195,230,217)
#CDEAE0
(205,234,224)
#D7EEE7
(215,238,231)
#E1F2EE
(225,242,238)
#EBF6F5
(235,246,245)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #87CEAF; }

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

This text font color is #87CEAF.

Background Color

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

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

This div background color is #87CEAF.

Border color

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

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

This div border color is #87CEAF.

Opacity

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

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

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

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

This text has shadow with #87CEAF color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #87CEAF.

Preview

Color preview on black background

This text has color #87CEAF on black background.


Color preview on white background

This text has color #87CEAF on white background.


Black color preview on #87CEAF background

This text has black color on #87CEAF background.


White color preview on #87CEAF background

This text has white color on #87CEAF background.


Related colors

Complementary color

Complementary color for #hex is #783150.


I love getcolorcode.com

Triadic colors

1 #AF87CE and #CEAF87 with #87CEAF are triadic colors.

2 #AFCE87 and #CE87AF with #87CEAF are triadic colors.