COLOR #87AAAE

HEX: #87AAAE RGB: (135,170,174)

Color info

#87AAAE contains red, green and blue colors in about the same proportion. Web safe color of #87AAAE is #999999 (or #999).

RGB color model

#87AAAE color RGB value is (135,170,174).

RGB: (135,170,174) (53%, 67%, 68%)

RGB channels and saturation

R 135 of 255 = 53%
G 170 of 255 = 67%
B 174 of 255 = 68%

135
170
174

R + G + B ~ 63%. #87AAAE is quite light color.

Portions of RGB colors in percentages

R + G + B = 135 + 170 + 174 = 479 (100%)
R 135 of 479 ~ 28.18%
G 170 of 479 ~ 35.49%
B 174 of 479 ~ 36.33'%

%28.18
%35.49
%36.33

CMYK color model

#87AAAE color CMYK value is (22,2,0,32).

  • cyan value is 22.41%
  • magenta value is 2.30%
  • yellow value is 0.00%
  • key color value is 31.76%
CMYK: (22,2,0,32) C22M2Y0K32 (22%,2%,0%,32%) (0.22/0.02/0.00/0.32) 

CMYK percentages

%22.41
%2.3
%0
%31.76

Codes

Color #87AAAE in popluar color models

87 AA AE
RGB 135 170 174
HSL 186° 19.40% 60.59%
HSB/HSV 186° 22.41% 68.24%
CMYK 22.41% 2.30% 0.00%
31.76%

Color #87AAAE in popluar number systems.

HEX 87 AA AE
Decimal 135 170 174
Binary 10000111 10101010 10101110
Octal 207 252 256

Shades and tints

Shades of #87AAAE

#87AAAE
(135,170,174)
#7B9B9F
(123,155,159)
#6F8C90
(111,140,144)
#637D81
(99,125,129)
#576E72
(87,110,114)
#4B5F63
(75,95,99)
#3F5054
(63,80,84)
#334145
(51,65,69)
#273236
(39,50,54)
#1B2327
(27,35,39)
#0F1418
(15,20,24)
#000000
(0,0,0)

Tints of #87AAAE

#87AAAE
(135,170,174)
#91B1B5
(145,177,181)
#9BB8BC
(155,184,188)
#A5BFC3
(165,191,195)
#AFC6CA
(175,198,202)
#B9CDD1
(185,205,209)
#C3D4D8
(195,212,216)
#CDDBDF
(205,219,223)
#D7E2E6
(215,226,230)
#E1E9ED
(225,233,237)
#EBF0F4
(235,240,244)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #87AAAE; }

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

This text font color is #87AAAE.

Background Color

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

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

This div background color is #87AAAE.

Border color

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

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

This div border color is #87AAAE.

Opacity

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

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

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

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

This text has shadow with #87AAAE color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #87AAAE.

Preview

Color preview on black background

This text has color #87AAAE on black background.


Color preview on white background

This text has color #87AAAE on white background.


Black color preview on #87AAAE background

This text has black color on #87AAAE background.


White color preview on #87AAAE background

This text has white color on #87AAAE background.


Related colors

Complementary color

Complementary color for #hex is #785551.


I love getcolorcode.com

Triadic colors

1 #AE87AA and #AAAE87 with #87AAAE are triadic colors.

2 #AEAA87 and #AA87AE with #87AAAE are triadic colors.