COLOR #87ACC9

HEX: #87ACC9 RGB: (135,172,201)

Color info

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

RGB color model

#87ACC9 color RGB value is (135,172,201).

RGB: (135,172,201) (53%, 67%, 79%)

RGB channels and saturation

R 135 of 255 = 53%
G 172 of 255 = 67%
B 201 of 255 = 79%

135
172
201

R + G + B ~ 66%. #87ACC9 is quite light color.

Portions of RGB colors in percentages

R + G + B = 135 + 172 + 201 = 508 (100%)
R 135 of 508 ~ 26.57%
G 172 of 508 ~ 33.86%
B 201 of 508 ~ 39.57'%

%26.57
%33.86
%39.57

CMYK color model

#87ACC9 color CMYK value is (33,14,0,21).

  • cyan value is 32.84%
  • magenta value is 14.43%
  • yellow value is 0.00%
  • key color value is 21.18%
CMYK: (33,14,0,21) C33M14Y0K21 (33%,14%,0%,21%) (0.33/0.14/0.00/0.21) 

CMYK percentages

%32.84
%14.43
%0
%21.18

Codes

Color #87ACC9 in popluar color models

87 AC C9
RGB 135 172 201
HSL 206° 37.93% 65.88%
HSB/HSV 206° 32.84% 78.82%
CMYK 32.84% 14.43% 0.00%
21.18%

Color #87ACC9 in popluar number systems.

HEX 87 AC C9
Decimal 135 172 201
Binary 10000111 10101100 11001001
Octal 207 254 311

Shades and tints

Shades of #87ACC9

#87ACC9
(135,172,201)
#7B9DB7
(123,157,183)
#6F8EA5
(111,142,165)
#637F93
(99,127,147)
#577081
(87,112,129)
#4B616F
(75,97,111)
#3F525D
(63,82,93)
#33434B
(51,67,75)
#273439
(39,52,57)
#1B2527
(27,37,39)
#0F1615
(15,22,21)
#000000
(0,0,0)

Tints of #87ACC9

#87ACC9
(135,172,201)
#91B3CD
(145,179,205)
#9BBAD1
(155,186,209)
#A5C1D5
(165,193,213)
#AFC8D9
(175,200,217)
#B9CFDD
(185,207,221)
#C3D6E1
(195,214,225)
#CDDDE5
(205,221,229)
#D7E4E9
(215,228,233)
#E1EBED
(225,235,237)
#EBF2F1
(235,242,241)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #87ACC9 color. Also use rgb(135,172,201) instead hex code.

Text Font Color

.myTextColor { color: #87ACC9; }

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

This text font color is #87ACC9.

Background Color

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

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

This div background color is #87ACC9.

Border color

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

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

This div border color is #87ACC9.

Opacity

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

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

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

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

This text has shadow with #87ACC9 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #87ACC9.

Preview

Color preview on black background

This text has color #87ACC9 on black background.


Color preview on white background

This text has color #87ACC9 on white background.


Black color preview on #87ACC9 background

This text has black color on #87ACC9 background.


White color preview on #87ACC9 background

This text has white color on #87ACC9 background.


Related colors

Complementary color

Complementary color for #hex is #785336.


I love getcolorcode.com

Triadic colors

1 #C987AC and #ACC987 with #87ACC9 are triadic colors.

2 #C9AC87 and #AC87C9 with #87ACC9 are triadic colors.