COLOR #87C4E5

HEX: #87C4E5 RGB: (135,196,229)

Color info

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

RGB color model

#87C4E5 color RGB value is (135,196,229).

RGB: (135,196,229) (53%, 77%, 90%)

RGB channels and saturation

R 135 of 255 = 53%
G 196 of 255 = 77%
B 229 of 255 = 90%

135
196
229

R + G + B ~ 73%. #87C4E5 is quite light color.

Portions of RGB colors in percentages

R + G + B = 135 + 196 + 229 = 560 (100%)
R 135 of 560 ~ 24.11%
G 196 of 560 ~ 35%
B 229 of 560 ~ 40.89'%

%24.11
%35
%40.89

CMYK color model

#87C4E5 color CMYK value is (41,14,0,10).

  • cyan value is 41.05%
  • magenta value is 14.41%
  • yellow value is 0.00%
  • key color value is 10.20%

CMYK: (41,14,0,10)
C41M14Y0K10 (41%, 14%, 0%, 10%)
(0.41 / 0.14 / 0.00 / 0.10)

CMYK percentages

%41.05
%14.41
%0
%10.2

Codes

Color #87C4E5 in popluar color models

87 C4 E5
RGB 135 196 229
HSL 201° 64.38% 71.37%
HSB/HSV 201° 41.05% 89.80%
CMYK 41.05% 14.41% 0.00%
10.20%

Color #87C4E5 in popluar number systems.

HEX 87 C4 E5
Decimal 135 196 229
Binary 10000111 11000100 11100101
Octal 207 304 345

Shades and tints

Shades of #87C4E5

#87C4E5
(135,196,229)
#7BB3D1
(123,179,209)
#6FA2BD
(111,162,189)
#6391A9
(99,145,169)
#578095
(87,128,149)
#4B6F81
(75,111,129)
#3F5E6D
(63,94,109)
#334D59
(51,77,89)
#273C45
(39,60,69)
#1B2B31
(27,43,49)
#0F1A1D
(15,26,29)
#000000
(0,0,0)

Tints of #87C4E5

#87C4E5
(135,196,229)
#91C9E7
(145,201,231)
#9BCEE9
(155,206,233)
#A5D3EB
(165,211,235)
#AFD8ED
(175,216,237)
#B9DDEF
(185,221,239)
#C3E2F1
(195,226,241)
#CDE7F3
(205,231,243)
#D7ECF5
(215,236,245)
#E1F1F7
(225,241,247)
#EBF6F9
(235,246,249)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #87C4E5; }

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

This text font color is #87C4E5.

Background Color

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

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

This div background color is #87C4E5.

Border color

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

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

This div border color is #87C4E5.

Opacity

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

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

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

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

This text has shadow with #87C4E5 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #87C4E5.

Preview

Color preview on black background

This text has color #87C4E5 on black background.


Color preview on white background

This text has color #87C4E5 on white background.


Black color preview on #87C4E5 background

This text has black color on #87C4E5 background.


White color preview on #87C4E5 background

This text has white color on #87C4E5 background.


Related colors

Complementary color

Complementary color for #hex is #783B1A.


I love getcolorcode.com

Triadic colors

1 #E587C4 and #C4E587 with #87C4E5 are triadic colors.

2 #E5C487 and #C487E5 with #87C4E5 are triadic colors.