COLOR #87CEAD

HEX: #87CEAD RGB: (135,206,173)

Color info

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

RGB color model

#87CEAD color RGB value is (135,206,173).

RGB: (135,206,173) (53%, 81%, 68%)

RGB channels and saturation

R 135 of 255 = 53%
G 206 of 255 = 81%
B 173 of 255 = 68%

135
206
173

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

Portions of RGB colors in percentages

R + G + B = 135 + 206 + 173 = 514 (100%)
R 135 of 514 ~ 26.26%
G 206 of 514 ~ 40.08%
B 173 of 514 ~ 33.66'%

%26.26
%40.08
%33.66

CMYK color model

#87CEAD color CMYK value is (34,0,16,19).

  • cyan value is 34.47%
  • magenta value is 0.00%
  • yellow value is 16.02%
  • key color value is 19.22%
CMYK: (34,0,16,19) C34M0Y16K19 (34%,0%,16%,19%) (0.34/0.00/0.16/0.19) 

CMYK percentages

%34.47
%0
%16.02
%19.22

Codes

Color #87CEAD in popluar color models

87 CE AD
RGB 135 206 173
HSL 152° 42.01% 66.86%
HSB/HSV 152° 34.47% 80.78%
CMYK 34.47% 0.00% 16.02%
19.22%

Color #87CEAD in popluar number systems.

HEX 87 CE AD
Decimal 135 206 173
Binary 10000111 11001110 10101101
Octal 207 316 255

Shades and tints

Shades of #87CEAD

#87CEAD
(135,206,173)
#7BBC9E
(123,188,158)
#6FAA8F
(111,170,143)
#639880
(99,152,128)
#578671
(87,134,113)
#4B7462
(75,116,98)
#3F6253
(63,98,83)
#335044
(51,80,68)
#273E35
(39,62,53)
#1B2C26
(27,44,38)
#0F1A17
(15,26,23)
#000000
(0,0,0)

Tints of #87CEAD

#87CEAD
(135,206,173)
#91D2B4
(145,210,180)
#9BD6BB
(155,214,187)
#A5DAC2
(165,218,194)
#AFDEC9
(175,222,201)
#B9E2D0
(185,226,208)
#C3E6D7
(195,230,215)
#CDEADE
(205,234,222)
#D7EEE5
(215,238,229)
#E1F2EC
(225,242,236)
#EBF6F3
(235,246,243)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #87CEAD; }

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

This text font color is #87CEAD.

Background Color

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

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

This div background color is #87CEAD.

Border color

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

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

This div border color is #87CEAD.

Opacity

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

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

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

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

This text has shadow with #87CEAD color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #87CEAD.

Preview

Color preview on black background

This text has color #87CEAD on black background.


Color preview on white background

This text has color #87CEAD on white background.


Black color preview on #87CEAD background

This text has black color on #87CEAD background.


White color preview on #87CEAD background

This text has white color on #87CEAD background.


Related colors

Complementary color

Complementary color for #hex is #783152.


I love getcolorcode.com

Triadic colors

1 #AD87CE and #CEAD87 with #87CEAD are triadic colors.

2 #ADCE87 and #CE87AD with #87CEAD are triadic colors.