COLOR #87ADD1

HEX: #87ADD1 RGB: (135,173,209)

Color info

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

RGB color model

#87ADD1 color RGB value is (135,173,209).

RGB: (135,173,209) (53%, 68%, 82%)

RGB channels and saturation

R 135 of 255 = 53%
G 173 of 255 = 68%
B 209 of 255 = 82%

135
173
209

R + G + B ~ 68%. #87ADD1 is quite light color.

Portions of RGB colors in percentages

R + G + B = 135 + 173 + 209 = 517 (100%)
R 135 of 517 ~ 26.11%
G 173 of 517 ~ 33.46%
B 209 of 517 ~ 40.43'%

%26.11
%33.46
%40.43

CMYK color model

#87ADD1 color CMYK value is (35,17,0,18).

  • cyan value is 35.41%
  • magenta value is 17.22%
  • yellow value is 0.00%
  • key color value is 18.04%

CMYK: (35,17,0,18)
C35M17Y0K18 (35%, 17%, 0%, 18%)
(0.35 / 0.17 / 0.00 / 0.18)

CMYK percentages

%35.41
%17.22
%0
%18.04

Codes

Color #87ADD1 in popluar color models

87 AD D1
RGB 135 173 209
HSL 209° 44.58% 67.45%
HSB/HSV 209° 35.41% 81.96%
CMYK 35.41% 17.22% 0.00%
18.04%

Color #87ADD1 in popluar number systems.

HEX 87 AD D1
Decimal 135 173 209
Binary 10000111 10101101 11010001
Octal 207 255 321

Shades and tints

Shades of #87ADD1

#87ADD1
(135,173,209)
#7B9EBE
(123,158,190)
#6F8FAB
(111,143,171)
#638098
(99,128,152)
#577185
(87,113,133)
#4B6272
(75,98,114)
#3F535F
(63,83,95)
#33444C
(51,68,76)
#273539
(39,53,57)
#1B2626
(27,38,38)
#0F1713
(15,23,19)
#000000
(0,0,0)

Tints of #87ADD1

#87ADD1
(135,173,209)
#91B4D5
(145,180,213)
#9BBBD9
(155,187,217)
#A5C2DD
(165,194,221)
#AFC9E1
(175,201,225)
#B9D0E5
(185,208,229)
#C3D7E9
(195,215,233)
#CDDEED
(205,222,237)
#D7E5F1
(215,229,241)
#E1ECF5
(225,236,245)
#EBF3F9
(235,243,249)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #87ADD1; }

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

This text font color is #87ADD1.

Background Color

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

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

This div background color is #87ADD1.

Border color

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

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

This div border color is #87ADD1.

Opacity

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

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

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

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

This text has shadow with #87ADD1 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #87ADD1.

Preview

Color preview on black background

This text has color #87ADD1 on black background.


Color preview on white background

This text has color #87ADD1 on white background.


Black color preview on #87ADD1 background

This text has black color on #87ADD1 background.


White color preview on #87ADD1 background

This text has white color on #87ADD1 background.


Related colors

Complementary color

Complementary color for #hex is #78522E.


I love getcolorcode.com

Triadic colors

1 #D187AD and #ADD187 with #87ADD1 are triadic colors.

2 #D1AD87 and #AD87D1 with #87ADD1 are triadic colors.