COLOR #87CDC3

HEX: #87CDC3 RGB: (135,205,195)

Color info

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

RGB color model

#87CDC3 color RGB value is (135,205,195).

RGB: (135,205,195) (53%, 80%, 76%)

RGB channels and saturation

R 135 of 255 = 53%
G 205 of 255 = 80%
B 195 of 255 = 76%

135
205
195

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

Portions of RGB colors in percentages

R + G + B = 135 + 205 + 195 = 535 (100%)
R 135 of 535 ~ 25.23%
G 205 of 535 ~ 38.32%
B 195 of 535 ~ 36.45'%

%25.23
%38.32
%36.45

CMYK color model

#87CDC3 color CMYK value is (34,0,5,20).

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

CMYK: (34,0,5,20)
C34M0Y5K20 (34%, 0%, 5%, 20%)
(0.34 / 0.00 / 0.05 / 0.20)

CMYK percentages

%34.15
%0
%4.88
%19.61

Codes

Color #87CDC3 in popluar color models

87 CD C3
RGB 135 205 195
HSL 171° 41.18% 66.67%
HSB/HSV 171° 34.15% 80.39%
CMYK 34.15% 0.00% 4.88%
19.61%

Color #87CDC3 in popluar number systems.

HEX 87 CD C3
Decimal 135 205 195
Binary 10000111 11001101 11000011
Octal 207 315 303

Shades and tints

Shades of #87CDC3

#87CDC3
(135,205,195)
#7BBBB2
(123,187,178)
#6FA9A1
(111,169,161)
#639790
(99,151,144)
#57857F
(87,133,127)
#4B736E
(75,115,110)
#3F615D
(63,97,93)
#334F4C
(51,79,76)
#273D3B
(39,61,59)
#1B2B2A
(27,43,42)
#0F1919
(15,25,25)
#000000
(0,0,0)

Tints of #87CDC3

#87CDC3
(135,205,195)
#91D1C8
(145,209,200)
#9BD5CD
(155,213,205)
#A5D9D2
(165,217,210)
#AFDDD7
(175,221,215)
#B9E1DC
(185,225,220)
#C3E5E1
(195,229,225)
#CDE9E6
(205,233,230)
#D7EDEB
(215,237,235)
#E1F1F0
(225,241,240)
#EBF5F5
(235,245,245)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #87CDC3; }

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

This text font color is #87CDC3.

Background Color

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

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

This div background color is #87CDC3.

Border color

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

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

This div border color is #87CDC3.

Opacity

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

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

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

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

This text has shadow with #87CDC3 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #87CDC3.

Preview

Color preview on black background

This text has color #87CDC3 on black background.


Color preview on white background

This text has color #87CDC3 on white background.


Black color preview on #87CDC3 background

This text has black color on #87CDC3 background.


White color preview on #87CDC3 background

This text has white color on #87CDC3 background.


Related colors

Complementary color

Complementary color for #hex is #78323C.


I love getcolorcode.com

Triadic colors

1 #C387CD and #CDC387 with #87CDC3 are triadic colors.

2 #C3CD87 and #CD87C3 with #87CDC3 are triadic colors.