COLOR #87C5D1

HEX: #87C5D1 RGB: (135,197,209)

Color info

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

RGB color model

#87C5D1 color RGB value is (135,197,209).

RGB: (135,197,209) (53%, 77%, 82%)

RGB channels and saturation

R 135 of 255 = 53%
G 197 of 255 = 77%
B 209 of 255 = 82%

135
197
209

R + G + B ~ 71%. #87C5D1 is quite light color.

Portions of RGB colors in percentages

R + G + B = 135 + 197 + 209 = 541 (100%)
R 135 of 541 ~ 24.95%
G 197 of 541 ~ 36.41%
B 209 of 541 ~ 38.63'%

%24.95
%36.41
%38.63

CMYK color model

#87C5D1 color CMYK value is (35,6,0,18).

  • cyan value is 35.41%
  • magenta value is 5.74%
  • yellow value is 0.00%
  • key color value is 18.04%

CMYK: (35,6,0,18)
C35M6Y0K18 (35%, 6%, 0%, 18%)
(0.35 / 0.06 / 0.00 / 0.18)

CMYK percentages

%35.41
%5.74
%0
%18.04

Codes

Color #87C5D1 in popluar color models

87 C5 D1
RGB 135 197 209
HSL 190° 44.58% 67.45%
HSB/HSV 190° 35.41% 81.96%
CMYK 35.41% 5.74% 0.00%
18.04%

Color #87C5D1 in popluar number systems.

HEX 87 C5 D1
Decimal 135 197 209
Binary 10000111 11000101 11010001
Octal 207 305 321

Shades and tints

Shades of #87C5D1

#87C5D1
(135,197,209)
#7BB4BE
(123,180,190)
#6FA3AB
(111,163,171)
#639298
(99,146,152)
#578185
(87,129,133)
#4B7072
(75,112,114)
#3F5F5F
(63,95,95)
#334E4C
(51,78,76)
#273D39
(39,61,57)
#1B2C26
(27,44,38)
#0F1B13
(15,27,19)
#000000
(0,0,0)

Tints of #87C5D1

#87C5D1
(135,197,209)
#91CAD5
(145,202,213)
#9BCFD9
(155,207,217)
#A5D4DD
(165,212,221)
#AFD9E1
(175,217,225)
#B9DEE5
(185,222,229)
#C3E3E9
(195,227,233)
#CDE8ED
(205,232,237)
#D7EDF1
(215,237,241)
#E1F2F5
(225,242,245)
#EBF7F9
(235,247,249)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #87C5D1 color. Also use rgb(135,197,209) instead hex code.

Text Font Color

.myTextColor { color: #87C5D1; }

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

This text font color is #87C5D1.

Background Color

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

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

This div background color is #87C5D1.

Border color

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

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

This div border color is #87C5D1.

Opacity

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

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

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

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

This text has shadow with #87C5D1 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #87C5D1.

Preview

Color preview on black background

This text has color #87C5D1 on black background.


Color preview on white background

This text has color #87C5D1 on white background.


Black color preview on #87C5D1 background

This text has black color on #87C5D1 background.


White color preview on #87C5D1 background

This text has white color on #87C5D1 background.


Related colors

Complementary color

Complementary color for #hex is #783A2E.


I love getcolorcode.com

Triadic colors

1 #D187C5 and #C5D187 with #87C5D1 are triadic colors.

2 #D1C587 and #C587D1 with #87C5D1 are triadic colors.