COLOR #87BFD1

HEX: #87BFD1
RGB: (135,191,209)

Color info

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

RGB color model

#87BFD1 color RGB value is (135,191,209).

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

RGB channels and saturation

R 135 of 255 = 53%
G 191 of 255 = 75%
B 209 of 255 = 82%

135
191
209

R + G + B ~ 70%. #87BFD1 is quite light color.

Portions of RGB colors in percentages

R + G + B =
135 + 191 + 209 = 535 (100%)
R 135 of 535 ~ 25.23%
G 191 of 535 ~ 35.7%
B 209 of 535 ~ 39.07%

%25.23
%35.7
%39.07

CMYK color model

#87BFD1 color CMYK value is (35,9,0,18).

  • cyan value is 35.41%
  • magenta value is 8.61%
  • yellow value is 0.00%
  • key color value is 18.04%
CMYK:
(35,9,0,18)
C35M9Y0K18 
(35%,9%,0%,18%)
(0.35/0.09/0.00/0.18)	

CMYK percentages

%35.41
%8.61
%0
%18.04

Codes

Color #87BFD1 in popluar color models

87BFD1
RGB135191209
HSL195°44.58%67.45%
HSB/HSV195°35.41%81.96%
CMYK35.41%8.61%0.00%
18.04%

Color #87BFD1 in popluar number systems.

HEX87BFD1
Decimal135191209
Binary100001111011111111010001
Octal207277321

Shades and tints

Shades of #87BFD1

#87BFD1
(135,191,209)
#7BAEBE
(123,174,190)
#6F9DAB
(111,157,171)
#638C98
(99,140,152)
#577B85
(87,123,133)
#4B6A72
(75,106,114)
#3F595F
(63,89,95)
#33484C
(51,72,76)
#273739
(39,55,57)
#1B2626
(27,38,38)
#0F1513
(15,21,19)
#000000
(0,0,0)

Tints of #87BFD1

#87BFD1
(135,191,209)
#91C4D5
(145,196,213)
#9BC9D9
(155,201,217)
#A5CEDD
(165,206,221)
#AFD3E1
(175,211,225)
#B9D8E5
(185,216,229)
#C3DDE9
(195,221,233)
#CDE2ED
(205,226,237)
#D7E7F1
(215,231,241)
#E1ECF5
(225,236,245)
#EBF1F9
(235,241,249)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #87BFD1; }

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

This text font color is #87BFD1.


Background Color

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

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

This div background color is #87BFD1.


Border color

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

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

This div border color is #87BFD1.


Opacity

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

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

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

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

This text has shadow with #87BFD1 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #87BFD1 on black background.


Color preview on white background

This text has color #87BFD1 on white background.



Black color preview on #87BFD1 background

This text has black color on #87BFD1 background.


White color preview on #87BFD1 background

This text has white color on #87BFD1 background.