COLOR #87BFEA

HEX: #87BFEA
RGB: (135,191,234)

Color info

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

RGB color model

#87BFEA color RGB value is (135,191,234).

  • red value is 135;
  • green value is 191;
  • blue value is 234.
RGB:
(135,191,234)
(53%,75%,92%)

RGB channels and saturation

R 135 of 255 = 53%
G 191 of 255 = 75%
B 234 of 255 = 92%

135
191
234

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

Portions of RGB colors in percentages

R + G + B =
135 + 191 + 234 = 560 (100%)
R 135 of 560 ~ 24.11%
G 191 of 560 ~ 34.11%
B 234 of 560 ~ 41.79%

%24.11
%34.11
%41.79

CMYK color model

#87BFEA color CMYK value is (42,18,0,8).

  • cyan value is 42.31%
  • magenta value is 18.38%
  • yellow value is 0.00%
  • key color value is 8.24%
CMYK:
(42,18,0,8)
C42M18Y0K8 
(42%,18%,0%,8%)
(0.42/0.18/0.00/0.08)	

CMYK percentages

%42.31
%18.38
%0
%8.24

Codes

Color #87BFEA in popluar color models

87BFEA
RGB135191234
HSL206°70.21%72.35%
HSB/HSV206°42.31%91.76%
CMYK42.31%18.38%0.00%
8.24%

Color #87BFEA in popluar number systems.

HEX87BFEA
Decimal135191234
Binary100001111011111111101010
Octal207277352

Shades and tints

Shades of #87BFEA

#87BFEA
(135,191,234)
#7BAED5
(123,174,213)
#6F9DC0
(111,157,192)
#638CAB
(99,140,171)
#577B96
(87,123,150)
#4B6A81
(75,106,129)
#3F596C
(63,89,108)
#334857
(51,72,87)
#273742
(39,55,66)
#1B262D
(27,38,45)
#0F1518
(15,21,24)
#000000
(0,0,0)

Tints of #87BFEA

#87BFEA
(135,191,234)
#91C4EB
(145,196,235)
#9BC9EC
(155,201,236)
#A5CEED
(165,206,237)
#AFD3EE
(175,211,238)
#B9D8EF
(185,216,239)
#C3DDF0
(195,221,240)
#CDE2F1
(205,226,241)
#D7E7F2
(215,231,242)
#E1ECF3
(225,236,243)
#EBF1F4
(235,241,244)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #87BFEA color. Also use rgb(135,191,234) instead hex code.

Text Font Color

.myTextColor { color: #87BFEA; }

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

This text font color is #87BFEA.


Background Color

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

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

This div background color is #87BFEA.


Border color

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

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

This div border color is #87BFEA.


Opacity

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

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

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

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

This text has shadow with #87BFEA color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #87BFEA on black background.


Color preview on white background

This text has color #87BFEA on white background.



Black color preview on #87BFEA background

This text has black color on #87BFEA background.


White color preview on #87BFEA background

This text has white color on #87BFEA background.