COLOR #87A6D1

HEX: #87A6D1 RGB: (135,166,209)

Color info

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

RGB color model

#87A6D1 color RGB value is (135,166,209).

RGB: (135,166,209) (53%, 65%, 82%)

RGB channels and saturation

R 135 of 255 = 53%
G 166 of 255 = 65%
B 209 of 255 = 82%

135
166
209

R + G + B ~ 67%. #87A6D1 is quite light color.

Portions of RGB colors in percentages

R + G + B = 135 + 166 + 209 = 510 (100%)
R 135 of 510 ~ 26.47%
G 166 of 510 ~ 32.55%
B 209 of 510 ~ 40.98'%

%26.47
%32.55
%40.98

CMYK color model

#87A6D1 color CMYK value is (35,21,0,18).

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

CMYK: (35,21,0,18)
C35M21Y0K18 (35%, 21%, 0%, 18%)
(0.35 / 0.21 / 0.00 / 0.18)

CMYK percentages

%35.41
%20.57
%0
%18.04

Codes

Color #87A6D1 in popluar color models

87 A6 D1
RGB 135 166 209
HSL 215° 44.58% 67.45%
HSB/HSV 215° 35.41% 81.96%
CMYK 35.41% 20.57% 0.00%
18.04%

Color #87A6D1 in popluar number systems.

HEX 87 A6 D1
Decimal 135 166 209
Binary 10000111 10100110 11010001
Octal 207 246 321

Shades and tints

Shades of #87A6D1

#87A6D1
(135,166,209)
#7B97BE
(123,151,190)
#6F88AB
(111,136,171)
#637998
(99,121,152)
#576A85
(87,106,133)
#4B5B72
(75,91,114)
#3F4C5F
(63,76,95)
#333D4C
(51,61,76)
#272E39
(39,46,57)
#1B1F26
(27,31,38)
#0F1013
(15,16,19)
#000000
(0,0,0)

Tints of #87A6D1

#87A6D1
(135,166,209)
#91AED5
(145,174,213)
#9BB6D9
(155,182,217)
#A5BEDD
(165,190,221)
#AFC6E1
(175,198,225)
#B9CEE5
(185,206,229)
#C3D6E9
(195,214,233)
#CDDEED
(205,222,237)
#D7E6F1
(215,230,241)
#E1EEF5
(225,238,245)
#EBF6F9
(235,246,249)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #87A6D1; }

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

This text font color is #87A6D1.

Background Color

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

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

This div background color is #87A6D1.

Border color

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

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

This div border color is #87A6D1.

Opacity

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

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

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

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

This text has shadow with #87A6D1 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #87A6D1.

Preview

Color preview on black background

This text has color #87A6D1 on black background.


Color preview on white background

This text has color #87A6D1 on white background.


Black color preview on #87A6D1 background

This text has black color on #87A6D1 background.


White color preview on #87A6D1 background

This text has white color on #87A6D1 background.


Related colors

Complementary color

Complementary color for #hex is #78592E.


I love getcolorcode.com

Triadic colors

1 #D187A6 and #A6D187 with #87A6D1 are triadic colors.

2 #D1A687 and #A687D1 with #87A6D1 are triadic colors.