COLOR #87B4E1

HEX: #87B4E1
RGB: (135,180,225)

Color info

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

RGB color model

#87B4E1 color RGB value is (135,180,225).

  • red value is 135;
  • green value is 180;
  • blue value is 225.
RGB:
(135,180,225)
(53%,71%,88%)

RGB channels and saturation

R 135 of 255 = 53%
G 180 of 255 = 71%
B 225 of 255 = 88%

135
180
225

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

Portions of RGB colors in percentages

R + G + B =
135 + 180 + 225 = 540 (100%)
R 135 of 540 ~ 25%
G 180 of 540 ~ 33.33%
B 225 of 540 ~ 41.67%

%25
%33.33
%41.67

CMYK color model

#87B4E1 color CMYK value is (40,20,0,12).

  • cyan value is 40.00%
  • magenta value is 20.00%
  • yellow value is 0.00%
  • key color value is 11.76%
CMYK:
(40,20,0,12)
C40M20Y0K12 
(40%,20%,0%,12%)
(0.40/0.20/0.00/0.12)	

CMYK percentages

%40
%20
%0
%11.76

Codes

Color #87B4E1 in popluar color models

87B4E1
RGB135180225
HSL210°60.00%70.59%
HSB/HSV210°40.00%88.24%
CMYK40.00%20.00%0.00%
11.76%

Color #87B4E1 in popluar number systems.

HEX87B4E1
Decimal135180225
Binary100001111011010011100001
Octal207264341

Shades and tints

Shades of #87B4E1

#87B4E1
(135,180,225)
#7BA4CD
(123,164,205)
#6F94B9
(111,148,185)
#6384A5
(99,132,165)
#577491
(87,116,145)
#4B647D
(75,100,125)
#3F5469
(63,84,105)
#334455
(51,68,85)
#273441
(39,52,65)
#1B242D
(27,36,45)
#0F1419
(15,20,25)
#000000
(0,0,0)

Tints of #87B4E1

#87B4E1
(135,180,225)
#91BAE3
(145,186,227)
#9BC0E5
(155,192,229)
#A5C6E7
(165,198,231)
#AFCCE9
(175,204,233)
#B9D2EB
(185,210,235)
#C3D8ED
(195,216,237)
#CDDEEF
(205,222,239)
#D7E4F1
(215,228,241)
#E1EAF3
(225,234,243)
#EBF0F5
(235,240,245)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #87B4E1 color. Also use rgb(135,180,225) instead hex code.

Text Font Color

.myTextColor { color: #87B4E1; }

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

This text font color is #87B4E1.


Background Color

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

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

This div background color is #87B4E1.


Border color

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

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

This div border color is #87B4E1.


Opacity

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

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

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

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

This text has shadow with #87B4E1 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #87B4E1 on black background.


Color preview on white background

This text has color #87B4E1 on white background.



Black color preview on #87B4E1 background

This text has black color on #87B4E1 background.


White color preview on #87B4E1 background

This text has white color on #87B4E1 background.