COLOR #87CDC4

HEX: #87CDC4 RGB: (135,205,196)

Color info

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

RGB color model

#87CDC4 color RGB value is (135,205,196).

RGB: (135,205,196) (53%, 80%, 77%)

RGB channels and saturation

R 135 of 255 = 53%
G 205 of 255 = 80%
B 196 of 255 = 77%

135
205
196

R + G + B ~ 70%. #87CDC4 is quite light color.

Portions of RGB colors in percentages

R + G + B = 135 + 205 + 196 = 536 (100%)
R 135 of 536 ~ 25.19%
G 205 of 536 ~ 38.25%
B 196 of 536 ~ 36.57'%

%25.19
%38.25
%36.57

CMYK color model

#87CDC4 color CMYK value is (34,0,4,20).

  • cyan value is 34.15%
  • magenta value is 0.00%
  • yellow value is 4.39%
  • key color value is 19.61%

CMYK: (34,0,4,20)
C34M0Y4K20 (34%, 0%, 4%, 20%)
(0.34 / 0.00 / 0.04 / 0.20)

CMYK percentages

%34.15
%0
%4.39
%19.61

Codes

Color #87CDC4 in popluar color models

87 CD C4
RGB 135 205 196
HSL 172° 41.18% 66.67%
HSB/HSV 172° 34.15% 80.39%
CMYK 34.15% 0.00% 4.39%
19.61%

Color #87CDC4 in popluar number systems.

HEX 87 CD C4
Decimal 135 205 196
Binary 10000111 11001101 11000100
Octal 207 315 304

Shades and tints

Shades of #87CDC4

#87CDC4
(135,205,196)
#7BBBB3
(123,187,179)
#6FA9A2
(111,169,162)
#639791
(99,151,145)
#578580
(87,133,128)
#4B736F
(75,115,111)
#3F615E
(63,97,94)
#334F4D
(51,79,77)
#273D3C
(39,61,60)
#1B2B2B
(27,43,43)
#0F191A
(15,25,26)
#000000
(0,0,0)

Tints of #87CDC4

#87CDC4
(135,205,196)
#91D1C9
(145,209,201)
#9BD5CE
(155,213,206)
#A5D9D3
(165,217,211)
#AFDDD8
(175,221,216)
#B9E1DD
(185,225,221)
#C3E5E2
(195,229,226)
#CDE9E7
(205,233,231)
#D7EDEC
(215,237,236)
#E1F1F1
(225,241,241)
#EBF5F6
(235,245,246)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #87CDC4; }

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

This text font color is #87CDC4.

Background Color

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

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

This div background color is #87CDC4.

Border color

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

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

This div border color is #87CDC4.

Opacity

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

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

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

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

This text has shadow with #87CDC4 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #87CDC4.

Preview

Color preview on black background

This text has color #87CDC4 on black background.


Color preview on white background

This text has color #87CDC4 on white background.


Black color preview on #87CDC4 background

This text has black color on #87CDC4 background.


White color preview on #87CDC4 background

This text has white color on #87CDC4 background.


Related colors

Complementary color

Complementary color for #hex is #78323B.


I love getcolorcode.com

Triadic colors

1 #C487CD and #CDC487 with #87CDC4 are triadic colors.

2 #C4CD87 and #CD87C4 with #87CDC4 are triadic colors.