COLOR #87CCE2

HEX: #87CCE2 RGB: (135,204,226)

Color info

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

RGB color model

#87CCE2 color RGB value is (135,204,226).

RGB: (135,204,226) (53%, 80%, 89%)

RGB channels and saturation

R 135 of 255 = 53%
G 204 of 255 = 80%
B 226 of 255 = 89%

135
204
226

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

Portions of RGB colors in percentages

R + G + B = 135 + 204 + 226 = 565 (100%)
R 135 of 565 ~ 23.89%
G 204 of 565 ~ 36.11%
B 226 of 565 ~ 40'%

%23.89
%36.11
%40

CMYK color model

#87CCE2 color CMYK value is (40,10,0,11).

  • cyan value is 40.27%
  • magenta value is 9.73%
  • yellow value is 0.00%
  • key color value is 11.37%

CMYK: (40,10,0,11)
C40M10Y0K11 (40%, 10%, 0%, 11%)
(0.40 / 0.10 / 0.00 / 0.11)

CMYK percentages

%40.27
%9.73
%0
%11.37

Codes

Color #87CCE2 in popluar color models

87 CC E2
RGB 135 204 226
HSL 195° 61.07% 70.78%
HSB/HSV 195° 40.27% 88.63%
CMYK 40.27% 9.73% 0.00%
11.37%

Color #87CCE2 in popluar number systems.

HEX 87 CC E2
Decimal 135 204 226
Binary 10000111 11001100 11100010
Octal 207 314 342

Shades and tints

Shades of #87CCE2

#87CCE2
(135,204,226)
#7BBACE
(123,186,206)
#6FA8BA
(111,168,186)
#6396A6
(99,150,166)
#578492
(87,132,146)
#4B727E
(75,114,126)
#3F606A
(63,96,106)
#334E56
(51,78,86)
#273C42
(39,60,66)
#1B2A2E
(27,42,46)
#0F181A
(15,24,26)
#000000
(0,0,0)

Tints of #87CCE2

#87CCE2
(135,204,226)
#91D0E4
(145,208,228)
#9BD4E6
(155,212,230)
#A5D8E8
(165,216,232)
#AFDCEA
(175,220,234)
#B9E0EC
(185,224,236)
#C3E4EE
(195,228,238)
#CDE8F0
(205,232,240)
#D7ECF2
(215,236,242)
#E1F0F4
(225,240,244)
#EBF4F6
(235,244,246)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #87CCE2 color. Also use rgb(135,204,226) instead hex code.

Text Font Color

.myTextColor { color: #87CCE2; }

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

This text font color is #87CCE2.

Background Color

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

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

This div background color is #87CCE2.

Border color

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

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

This div border color is #87CCE2.

Opacity

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

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

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

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

This text has shadow with #87CCE2 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #87CCE2.

Preview

Color preview on black background

This text has color #87CCE2 on black background.


Color preview on white background

This text has color #87CCE2 on white background.


Black color preview on #87CCE2 background

This text has black color on #87CCE2 background.


White color preview on #87CCE2 background

This text has white color on #87CCE2 background.


Related colors

Complementary color

Complementary color for #hex is #78331D.


I love getcolorcode.com

Triadic colors

1 #E287CC and #CCE287 with #87CCE2 are triadic colors.

2 #E2CC87 and #CC87E2 with #87CCE2 are triadic colors.