COLOR #87E5CB

HEX: #87E5CB RGB: (135,229,203)

Color info

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

RGB color model

#87E5CB color RGB value is (135,229,203).

RGB: (135,229,203) (53%, 90%, 80%)

RGB channels and saturation

R 135 of 255 = 53%
G 229 of 255 = 90%
B 203 of 255 = 80%

135
229
203

R + G + B ~ 74%. #87E5CB is quite light color.

Portions of RGB colors in percentages

R + G + B = 135 + 229 + 203 = 567 (100%)
R 135 of 567 ~ 23.81%
G 229 of 567 ~ 40.39%
B 203 of 567 ~ 35.8'%

%23.81
%40.39
%35.8

CMYK color model

#87E5CB color CMYK value is (41,0,11,10).

  • cyan value is 41.05%
  • magenta value is 0.00%
  • yellow value is 11.35%
  • key color value is 10.20%
CMYK: (41,0,11,10) C41M0Y11K10 (41%,0%,11%,10%) (0.41/0.00/0.11/0.10) 

CMYK percentages

%41.05
%0
%11.35
%10.2

Codes

Color #87E5CB in popluar color models

87 E5 CB
RGB 135 229 203
HSL 163° 64.38% 71.37%
HSB/HSV 163° 41.05% 89.80%
CMYK 41.05% 0.00% 11.35%
10.20%

Color #87E5CB in popluar number systems.

HEX 87 E5 CB
Decimal 135 229 203
Binary 10000111 11100101 11001011
Octal 207 345 313

Shades and tints

Shades of #87E5CB

#87E5CB
(135,229,203)
#7BD1B9
(123,209,185)
#6FBDA7
(111,189,167)
#63A995
(99,169,149)
#579583
(87,149,131)
#4B8171
(75,129,113)
#3F6D5F
(63,109,95)
#33594D
(51,89,77)
#27453B
(39,69,59)
#1B3129
(27,49,41)
#0F1D17
(15,29,23)
#000000
(0,0,0)

Tints of #87E5CB

#87E5CB
(135,229,203)
#91E7CF
(145,231,207)
#9BE9D3
(155,233,211)
#A5EBD7
(165,235,215)
#AFEDDB
(175,237,219)
#B9EFDF
(185,239,223)
#C3F1E3
(195,241,227)
#CDF3E7
(205,243,231)
#D7F5EB
(215,245,235)
#E1F7EF
(225,247,239)
#EBF9F3
(235,249,243)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #87E5CB color. Also use rgb(135,229,203) instead hex code.

Text Font Color

.myTextColor { color: #87E5CB; }

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

This text font color is #87E5CB.

Background Color

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

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

This div background color is #87E5CB.

Border color

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

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

This div border color is #87E5CB.

Opacity

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

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

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

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

This text has shadow with #87E5CB color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #87E5CB.

Preview

Color preview on black background

This text has color #87E5CB on black background.


Color preview on white background

This text has color #87E5CB on white background.


Black color preview on #87E5CB background

This text has black color on #87E5CB background.


White color preview on #87E5CB background

This text has white color on #87E5CB background.


Related colors

Complementary color

Complementary color for #hex is #781A34.


I love getcolorcode.com

Triadic colors

1 #CB87E5 and #E5CB87 with #87E5CB are triadic colors.

2 #CBE587 and #E587CB with #87E5CB are triadic colors.