COLOR #87B2DB

HEX: #87B2DB RGB: (135,178,219)

Color info

#87B2DB contains mainly green and blue colors. Web safe color of #87B2DB is #9999CC (or #99C).

RGB color model

#87B2DB color RGB value is (135,178,219).

RGB: (135,178,219) (53%, 70%, 86%)

RGB channels and saturation

R 135 of 255 = 53%
G 178 of 255 = 70%
B 219 of 255 = 86%

135
178
219

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

Portions of RGB colors in percentages

R + G + B = 135 + 178 + 219 = 532 (100%)
R 135 of 532 ~ 25.38%
G 178 of 532 ~ 33.46%
B 219 of 532 ~ 41.17'%

%25.38
%33.46
%41.17

CMYK color model

#87B2DB color CMYK value is (38,19,0,14).

  • cyan value is 38.36%
  • magenta value is 18.72%
  • yellow value is 0.00%
  • key color value is 14.12%
CMYK: (38,19,0,14) C38M19Y0K14 (38%,19%,0%,14%) (0.38/0.19/0.00/0.14) 

CMYK percentages

%38.36
%18.72
%0
%14.12

Codes

Color #87B2DB in popluar color models

87 B2 DB
RGB 135 178 219
HSL 209° 53.85% 69.41%
HSB/HSV 209° 38.36% 85.88%
CMYK 38.36% 18.72% 0.00%
14.12%

Color #87B2DB in popluar number systems.

HEX 87 B2 DB
Decimal 135 178 219
Binary 10000111 10110010 11011011
Octal 207 262 333

Shades and tints

Shades of #87B2DB

#87B2DB
(135,178,219)
#7BA2C8
(123,162,200)
#6F92B5
(111,146,181)
#6382A2
(99,130,162)
#57728F
(87,114,143)
#4B627C
(75,98,124)
#3F5269
(63,82,105)
#334256
(51,66,86)
#273243
(39,50,67)
#1B2230
(27,34,48)
#0F121D
(15,18,29)
#000000
(0,0,0)

Tints of #87B2DB

#87B2DB
(135,178,219)
#91B9DE
(145,185,222)
#9BC0E1
(155,192,225)
#A5C7E4
(165,199,228)
#AFCEE7
(175,206,231)
#B9D5EA
(185,213,234)
#C3DCED
(195,220,237)
#CDE3F0
(205,227,240)
#D7EAF3
(215,234,243)
#E1F1F6
(225,241,246)
#EBF8F9
(235,248,249)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #87B2DB color. Also use rgb(135,178,219) instead hex code.

Text Font Color

.myTextColor { color: #87B2DB; }

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

This text font color is #87B2DB.

Background Color

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

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

This div background color is #87B2DB.

Border color

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

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

This div border color is #87B2DB.

Opacity

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

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

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

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

This text has shadow with #87B2DB color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #87B2DB.

Preview

Color preview on black background

This text has color #87B2DB on black background.


Color preview on white background

This text has color #87B2DB on white background.


Black color preview on #87B2DB background

This text has black color on #87B2DB background.


White color preview on #87B2DB background

This text has white color on #87B2DB background.


Related colors

Complementary color

Complementary color for #hex is #784D24.


I love getcolorcode.com

Triadic colors

1 #DB87B2 and #B2DB87 with #87B2DB are triadic colors.

2 #DBB287 and #B287DB with #87B2DB are triadic colors.