COLOR #87AEC5

HEX: #87AEC5 RGB: (135,174,197)

Color info

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

RGB color model

#87AEC5 color RGB value is (135,174,197).

RGB: (135,174,197) (53%, 68%, 77%)

RGB channels and saturation

R 135 of 255 = 53%
G 174 of 255 = 68%
B 197 of 255 = 77%

135
174
197

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

Portions of RGB colors in percentages

R + G + B = 135 + 174 + 197 = 506 (100%)
R 135 of 506 ~ 26.68%
G 174 of 506 ~ 34.39%
B 197 of 506 ~ 38.93'%

%26.68
%34.39
%38.93

CMYK color model

#87AEC5 color CMYK value is (31,12,0,23).

  • cyan value is 31.47%
  • magenta value is 11.68%
  • yellow value is 0.00%
  • key color value is 22.75%

CMYK: (31,12,0,23)
C31M12Y0K23 (31%, 12%, 0%, 23%)
(0.31 / 0.12 / 0.00 / 0.23)

CMYK percentages

%31.47
%11.68
%0
%22.75

Codes

Color #87AEC5 in popluar color models

87 AE C5
RGB 135 174 197
HSL 202° 34.83% 65.10%
HSB/HSV 202° 31.47% 77.25%
CMYK 31.47% 11.68% 0.00%
22.75%

Color #87AEC5 in popluar number systems.

HEX 87 AE C5
Decimal 135 174 197
Binary 10000111 10101110 11000101
Octal 207 256 305

Shades and tints

Shades of #87AEC5

#87AEC5
(135,174,197)
#7B9FB4
(123,159,180)
#6F90A3
(111,144,163)
#638192
(99,129,146)
#577281
(87,114,129)
#4B6370
(75,99,112)
#3F545F
(63,84,95)
#33454E
(51,69,78)
#27363D
(39,54,61)
#1B272C
(27,39,44)
#0F181B
(15,24,27)
#000000
(0,0,0)

Tints of #87AEC5

#87AEC5
(135,174,197)
#91B5CA
(145,181,202)
#9BBCCF
(155,188,207)
#A5C3D4
(165,195,212)
#AFCAD9
(175,202,217)
#B9D1DE
(185,209,222)
#C3D8E3
(195,216,227)
#CDDFE8
(205,223,232)
#D7E6ED
(215,230,237)
#E1EDF2
(225,237,242)
#EBF4F7
(235,244,247)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #87AEC5; }

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

This text font color is #87AEC5.

Background Color

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

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

This div background color is #87AEC5.

Border color

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

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

This div border color is #87AEC5.

Opacity

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

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

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

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

This text has shadow with #87AEC5 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #87AEC5.

Preview

Color preview on black background

This text has color #87AEC5 on black background.


Color preview on white background

This text has color #87AEC5 on white background.


Black color preview on #87AEC5 background

This text has black color on #87AEC5 background.


White color preview on #87AEC5 background

This text has white color on #87AEC5 background.


Related colors

Complementary color

Complementary color for #hex is #78513A.


I love getcolorcode.com

Triadic colors

1 #C587AE and #AEC587 with #87AEC5 are triadic colors.

2 #C5AE87 and #AE87C5 with #87AEC5 are triadic colors.