COLOR #87AECC

HEX: #87AECC RGB: (135,174,204)

Color info

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

RGB color model

#87AECC color RGB value is (135,174,204).

RGB: (135,174,204) (53%, 68%, 80%)

RGB channels and saturation

R 135 of 255 = 53%
G 174 of 255 = 68%
B 204 of 255 = 80%

135
174
204

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

Portions of RGB colors in percentages

R + G + B = 135 + 174 + 204 = 513 (100%)
R 135 of 513 ~ 26.32%
G 174 of 513 ~ 33.92%
B 204 of 513 ~ 39.77'%

%26.32
%33.92
%39.77

CMYK color model

#87AECC color CMYK value is (34,15,0,20).

  • cyan value is 33.82%
  • magenta value is 14.71%
  • yellow value is 0.00%
  • key color value is 20.00%

CMYK: (34,15,0,20)
C34M15Y0K20 (34%, 15%, 0%, 20%)
(0.34 / 0.15 / 0.00 / 0.20)

CMYK percentages

%33.82
%14.71
%0
%20

Codes

Color #87AECC in popluar color models

87 AE CC
RGB 135 174 204
HSL 206° 40.35% 66.47%
HSB/HSV 206° 33.82% 80.00%
CMYK 33.82% 14.71% 0.00%
20.00%

Color #87AECC in popluar number systems.

HEX 87 AE CC
Decimal 135 174 204
Binary 10000111 10101110 11001100
Octal 207 256 314

Shades and tints

Shades of #87AECC

#87AECC
(135,174,204)
#7B9FBA
(123,159,186)
#6F90A8
(111,144,168)
#638196
(99,129,150)
#577284
(87,114,132)
#4B6372
(75,99,114)
#3F5460
(63,84,96)
#33454E
(51,69,78)
#27363C
(39,54,60)
#1B272A
(27,39,42)
#0F1818
(15,24,24)
#000000
(0,0,0)

Tints of #87AECC

#87AECC
(135,174,204)
#91B5D0
(145,181,208)
#9BBCD4
(155,188,212)
#A5C3D8
(165,195,216)
#AFCADC
(175,202,220)
#B9D1E0
(185,209,224)
#C3D8E4
(195,216,228)
#CDDFE8
(205,223,232)
#D7E6EC
(215,230,236)
#E1EDF0
(225,237,240)
#EBF4F4
(235,244,244)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #87AECC color. Also use rgb(135,174,204) instead hex code.

Text Font Color

.myTextColor { color: #87AECC; }

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

This text font color is #87AECC.

Background Color

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

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

This div background color is #87AECC.

Border color

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

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

This div border color is #87AECC.

Opacity

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

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

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

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

This text has shadow with #87AECC color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #87AECC.

Preview

Color preview on black background

This text has color #87AECC on black background.


Color preview on white background

This text has color #87AECC on white background.


Black color preview on #87AECC background

This text has black color on #87AECC background.


White color preview on #87AECC background

This text has white color on #87AECC background.


Related colors

Complementary color

Complementary color for #hex is #785133.


I love getcolorcode.com

Triadic colors

1 #CC87AE and #AECC87 with #87AECC are triadic colors.

2 #CCAE87 and #AE87CC with #87AECC are triadic colors.