COLOR #87B8EC

HEX: #87B8EC RGB: (135,184,236)

Color info

#87B8EC contains mainly green and blue colors. Web safe color of #87B8EC is #99CCFF (or #9CF).

RGB color model

#87B8EC color RGB value is (135,184,236).

RGB: (135,184,236) (53%, 72%, 93%)

RGB channels and saturation

R 135 of 255 = 53%
G 184 of 255 = 72%
B 236 of 255 = 93%

135
184
236

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

Portions of RGB colors in percentages

R + G + B = 135 + 184 + 236 = 555 (100%)
R 135 of 555 ~ 24.32%
G 184 of 555 ~ 33.15%
B 236 of 555 ~ 42.52'%

%24.32
%33.15
%42.52

CMYK color model

#87B8EC color CMYK value is (43,22,0,7).

  • cyan value is 42.80%
  • magenta value is 22.03%
  • yellow value is 0.00%
  • key color value is 7.45%

CMYK: (43,22,0,7)
C43M22Y0K7 (43%, 22%, 0%, 7%)
(0.43 / 0.22 / 0.00 / 0.07)

CMYK percentages

%42.8
%22.03
%0
%7.45

Codes

Color #87B8EC in popluar color models

87 B8 EC
RGB 135 184 236
HSL 211° 72.66% 72.75%
HSB/HSV 211° 42.80% 92.55%
CMYK 42.80% 22.03% 0.00%
7.45%

Color #87B8EC in popluar number systems.

HEX 87 B8 EC
Decimal 135 184 236
Binary 10000111 10111000 11101100
Octal 207 270 354

Shades and tints

Shades of #87B8EC

#87B8EC
(135,184,236)
#7BA8D7
(123,168,215)
#6F98C2
(111,152,194)
#6388AD
(99,136,173)
#577898
(87,120,152)
#4B6883
(75,104,131)
#3F586E
(63,88,110)
#334859
(51,72,89)
#273844
(39,56,68)
#1B282F
(27,40,47)
#0F181A
(15,24,26)
#000000
(0,0,0)

Tints of #87B8EC

#87B8EC
(135,184,236)
#91BEED
(145,190,237)
#9BC4EE
(155,196,238)
#A5CAEF
(165,202,239)
#AFD0F0
(175,208,240)
#B9D6F1
(185,214,241)
#C3DCF2
(195,220,242)
#CDE2F3
(205,226,243)
#D7E8F4
(215,232,244)
#E1EEF5
(225,238,245)
#EBF4F6
(235,244,246)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #87B8EC color. Also use rgb(135,184,236) instead hex code.

Text Font Color

.myTextColor { color: #87B8EC; }

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

This text font color is #87B8EC.

Background Color

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

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

This div background color is #87B8EC.

Border color

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

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

This div border color is #87B8EC.

Opacity

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

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

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

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

This text has shadow with #87B8EC color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #87B8EC.

Preview

Color preview on black background

This text has color #87B8EC on black background.


Color preview on white background

This text has color #87B8EC on white background.


Black color preview on #87B8EC background

This text has black color on #87B8EC background.


White color preview on #87B8EC background

This text has white color on #87B8EC background.


Related colors

Complementary color

Complementary color for #hex is #784713.


I love getcolorcode.com

Triadic colors

1 #EC87B8 and #B8EC87 with #87B8EC are triadic colors.

2 #ECB887 and #B887EC with #87B8EC are triadic colors.