COLOR #87AEAF

HEX: #87AEAF
RGB: (135,174,175)

Color info

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

RGB color model

#87AEAF color RGB value is (135,174,175).

  • red value is 135;
  • green value is 174;
  • blue value is 175.
RGB:
(135,174,175)
(53%,68%,69%)

RGB channels and saturation

R 135 of 255 = 53%
G 174 of 255 = 68%
B 175 of 255 = 69%

135
174
175

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

Portions of RGB colors in percentages

R + G + B =
135 + 174 + 175 = 484 (100%)
R 135 of 484 ~ 27.89%
G 174 of 484 ~ 35.95%
B 175 of 484 ~ 36.16%

%27.89
%35.95
%36.16

CMYK color model

#87AEAF color CMYK value is (23,1,0,31).

  • cyan value is 22.86%
  • magenta value is 0.57%
  • yellow value is 0.00%
  • key color value is 31.37%
CMYK:
(23,1,0,31)
C23M1Y0K31 
(23%,1%,0%,31%)
(0.23/0.01/0.00/0.31)	

CMYK percentages

%22.86
%0.57
%0
%31.37

Codes

Color #87AEAF in popluar color models

87AEAF
RGB135174175
HSL182°20.00%60.78%
HSB/HSV182°22.86%68.63%
CMYK22.86%0.57%0.00%
31.37%

Color #87AEAF in popluar number systems.

HEX87AEAF
Decimal135174175
Binary100001111010111010101111
Octal207256257

Shades and tints

Shades of #87AEAF

#87AEAF
(135,174,175)
#7B9FA0
(123,159,160)
#6F9091
(111,144,145)
#638182
(99,129,130)
#577273
(87,114,115)
#4B6364
(75,99,100)
#3F5455
(63,84,85)
#334546
(51,69,70)
#273637
(39,54,55)
#1B2728
(27,39,40)
#0F1819
(15,24,25)
#000000
(0,0,0)

Tints of #87AEAF

#87AEAF
(135,174,175)
#91B5B6
(145,181,182)
#9BBCBD
(155,188,189)
#A5C3C4
(165,195,196)
#AFCACB
(175,202,203)
#B9D1D2
(185,209,210)
#C3D8D9
(195,216,217)
#CDDFE0
(205,223,224)
#D7E6E7
(215,230,231)
#E1EDEE
(225,237,238)
#EBF4F5
(235,244,245)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #87AEAF; }

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

This text font color is #87AEAF.


Background Color

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

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

This div background color is #87AEAF.


Border color

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

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

This div border color is #87AEAF.


Opacity

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

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

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

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

This text has shadow with #87AEAF color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #87AEAF on black background.


Color preview on white background

This text has color #87AEAF on white background.



Black color preview on #87AEAF background

This text has black color on #87AEAF background.


White color preview on #87AEAF background

This text has white color on #87AEAF background.