COLOR #87CDB6

HEX: #87CDB6 RGB: (135,205,182)

Color info

#87CDB6 contains mainly green and blue colors. Web safe color of #87CDB6 is #99CCCC (or #9CC).

RGB color model

#87CDB6 color RGB value is (135,205,182).

RGB: (135,205,182) (53%, 80%, 71%)

RGB channels and saturation

R 135 of 255 = 53%
G 205 of 255 = 80%
B 182 of 255 = 71%

135
205
182

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

Portions of RGB colors in percentages

R + G + B = 135 + 205 + 182 = 522 (100%)
R 135 of 522 ~ 25.86%
G 205 of 522 ~ 39.27%
B 182 of 522 ~ 34.87'%

%25.86
%39.27
%34.87

CMYK color model

#87CDB6 color CMYK value is (34,0,11,20).

  • cyan value is 34.15%
  • magenta value is 0.00%
  • yellow value is 11.22%
  • key color value is 19.61%
CMYK: (34,0,11,20) C34M0Y11K20 (34%,0%,11%,20%) (0.34/0.00/0.11/0.20) 

CMYK percentages

%34.15
%0
%11.22
%19.61

Codes

Color #87CDB6 in popluar color models

87 CD B6
RGB 135 205 182
HSL 160° 41.18% 66.67%
HSB/HSV 160° 34.15% 80.39%
CMYK 34.15% 0.00% 11.22%
19.61%

Color #87CDB6 in popluar number systems.

HEX 87 CD B6
Decimal 135 205 182
Binary 10000111 11001101 10110110
Octal 207 315 266

Shades and tints

Shades of #87CDB6

#87CDB6
(135,205,182)
#7BBBA6
(123,187,166)
#6FA996
(111,169,150)
#639786
(99,151,134)
#578576
(87,133,118)
#4B7366
(75,115,102)
#3F6156
(63,97,86)
#334F46
(51,79,70)
#273D36
(39,61,54)
#1B2B26
(27,43,38)
#0F1916
(15,25,22)
#000000
(0,0,0)

Tints of #87CDB6

#87CDB6
(135,205,182)
#91D1BC
(145,209,188)
#9BD5C2
(155,213,194)
#A5D9C8
(165,217,200)
#AFDDCE
(175,221,206)
#B9E1D4
(185,225,212)
#C3E5DA
(195,229,218)
#CDE9E0
(205,233,224)
#D7EDE6
(215,237,230)
#E1F1EC
(225,241,236)
#EBF5F2
(235,245,242)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #87CDB6 color. Also use rgb(135,205,182) instead hex code.

Text Font Color

.myTextColor { color: #87CDB6; }

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

This text font color is #87CDB6.

Background Color

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

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

This div background color is #87CDB6.

Border color

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

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

This div border color is #87CDB6.

Opacity

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

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

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

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

This text has shadow with #87CDB6 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #87CDB6.

Preview

Color preview on black background

This text has color #87CDB6 on black background.


Color preview on white background

This text has color #87CDB6 on white background.


Black color preview on #87CDB6 background

This text has black color on #87CDB6 background.


White color preview on #87CDB6 background

This text has white color on #87CDB6 background.


Related colors

Complementary color

Complementary color for #hex is #783249.


I love getcolorcode.com

Triadic colors

1 #B687CD and #CDB687 with #87CDB6 are triadic colors.

2 #B6CD87 and #CD87B6 with #87CDB6 are triadic colors.