COLOR #87B4DA

HEX: #87B4DA RGB: (135,180,218)

Color info

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

RGB color model

#87B4DA color RGB value is (135,180,218).

RGB: (135,180,218) (53%, 71%, 85%)

RGB channels and saturation

R 135 of 255 = 53%
G 180 of 255 = 71%
B 218 of 255 = 85%

135
180
218

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

Portions of RGB colors in percentages

R + G + B = 135 + 180 + 218 = 533 (100%)
R 135 of 533 ~ 25.33%
G 180 of 533 ~ 33.77%
B 218 of 533 ~ 40.9'%

%25.33
%33.77
%40.9

CMYK color model

#87B4DA color CMYK value is (38,17,0,15).

  • cyan value is 38.07%
  • magenta value is 17.43%
  • yellow value is 0.00%
  • key color value is 14.51%

CMYK: (38,17,0,15)
C38M17Y0K15 (38%, 17%, 0%, 15%)
(0.38 / 0.17 / 0.00 / 0.15)

CMYK percentages

%38.07
%17.43
%0
%14.51

Codes

Color #87B4DA in popluar color models

87 B4 DA
RGB 135 180 218
HSL 207° 52.87% 69.22%
HSB/HSV 207° 38.07% 85.49%
CMYK 38.07% 17.43% 0.00%
14.51%

Color #87B4DA in popluar number systems.

HEX 87 B4 DA
Decimal 135 180 218
Binary 10000111 10110100 11011010
Octal 207 264 332

Shades and tints

Shades of #87B4DA

#87B4DA
(135,180,218)
#7BA4C7
(123,164,199)
#6F94B4
(111,148,180)
#6384A1
(99,132,161)
#57748E
(87,116,142)
#4B647B
(75,100,123)
#3F5468
(63,84,104)
#334455
(51,68,85)
#273442
(39,52,66)
#1B242F
(27,36,47)
#0F141C
(15,20,28)
#000000
(0,0,0)

Tints of #87B4DA

#87B4DA
(135,180,218)
#91BADD
(145,186,221)
#9BC0E0
(155,192,224)
#A5C6E3
(165,198,227)
#AFCCE6
(175,204,230)
#B9D2E9
(185,210,233)
#C3D8EC
(195,216,236)
#CDDEEF
(205,222,239)
#D7E4F2
(215,228,242)
#E1EAF5
(225,234,245)
#EBF0F8
(235,240,248)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #87B4DA; }

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

This text font color is #87B4DA.

Background Color

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

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

This div background color is #87B4DA.

Border color

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

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

This div border color is #87B4DA.

Opacity

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

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

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

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

This text has shadow with #87B4DA color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #87B4DA.

Preview

Color preview on black background

This text has color #87B4DA on black background.


Color preview on white background

This text has color #87B4DA on white background.


Black color preview on #87B4DA background

This text has black color on #87B4DA background.


White color preview on #87B4DA background

This text has white color on #87B4DA background.


Related colors

Complementary color

Complementary color for #hex is #784B25.


I love getcolorcode.com

Triadic colors

1 #DA87B4 and #B4DA87 with #87B4DA are triadic colors.

2 #DAB487 and #B487DA with #87B4DA are triadic colors.