COLOR #87CAE3

HEX: #87CAE3 RGB: (135,202,227)

Color info

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

RGB color model

#87CAE3 color RGB value is (135,202,227).

RGB: (135,202,227) (53%, 79%, 89%)

RGB channels and saturation

R 135 of 255 = 53%
G 202 of 255 = 79%
B 227 of 255 = 89%

135
202
227

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

Portions of RGB colors in percentages

R + G + B = 135 + 202 + 227 = 564 (100%)
R 135 of 564 ~ 23.94%
G 202 of 564 ~ 35.82%
B 227 of 564 ~ 40.25'%

%23.94
%35.82
%40.25

CMYK color model

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

  • cyan value is 40.53%
  • magenta value is 11.01%
  • yellow value is 0.00%
  • key color value is 10.98%

CMYK: (41,11,0,11)
C41M11Y0K11 (41%, 11%, 0%, 11%)
(0.41 / 0.11 / 0.00 / 0.11)

CMYK percentages

%40.53
%11.01
%0
%10.98

Codes

Color #87CAE3 in popluar color models

87 CA E3
RGB 135 202 227
HSL 196° 62.16% 70.98%
HSB/HSV 196° 40.53% 89.02%
CMYK 40.53% 11.01% 0.00%
10.98%

Color #87CAE3 in popluar number systems.

HEX 87 CA E3
Decimal 135 202 227
Binary 10000111 11001010 11100011
Octal 207 312 343

Shades and tints

Shades of #87CAE3

#87CAE3
(135,202,227)
#7BB8CF
(123,184,207)
#6FA6BB
(111,166,187)
#6394A7
(99,148,167)
#578293
(87,130,147)
#4B707F
(75,112,127)
#3F5E6B
(63,94,107)
#334C57
(51,76,87)
#273A43
(39,58,67)
#1B282F
(27,40,47)
#0F161B
(15,22,27)
#000000
(0,0,0)

Tints of #87CAE3

#87CAE3
(135,202,227)
#91CEE5
(145,206,229)
#9BD2E7
(155,210,231)
#A5D6E9
(165,214,233)
#AFDAEB
(175,218,235)
#B9DEED
(185,222,237)
#C3E2EF
(195,226,239)
#CDE6F1
(205,230,241)
#D7EAF3
(215,234,243)
#E1EEF5
(225,238,245)
#EBF2F7
(235,242,247)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #87CAE3 color. Also use rgb(135,202,227) instead hex code.

Text Font Color

.myTextColor { color: #87CAE3; }

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

This text font color is #87CAE3.

Background Color

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

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

This div background color is #87CAE3.

Border color

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

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

This div border color is #87CAE3.

Opacity

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

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

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

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

This text has shadow with #87CAE3 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #87CAE3.

Preview

Color preview on black background

This text has color #87CAE3 on black background.


Color preview on white background

This text has color #87CAE3 on white background.


Black color preview on #87CAE3 background

This text has black color on #87CAE3 background.


White color preview on #87CAE3 background

This text has white color on #87CAE3 background.


Related colors

Complementary color

Complementary color for #hex is #78351C.


I love getcolorcode.com

Triadic colors

1 #E387CA and #CAE387 with #87CAE3 are triadic colors.

2 #E3CA87 and #CA87E3 with #87CAE3 are triadic colors.