COLOR #87AEBB

HEX: #87AEBB
RGB: (135,174,187)

Color info

#87AEBB contains red, green and blue colors in about the same proportion. Web safe color of #87AEBB is #9999CC (or #99C).

RGB color model

#87AEBB color RGB value is (135,174,187).

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

RGB channels and saturation

R 135 of 255 = 53%
G 174 of 255 = 68%
B 187 of 255 = 73%

135
174
187

R + G + B ~ 65%. #87AEBB is quite light color.

Portions of RGB colors in percentages

R + G + B =
135 + 174 + 187 = 496 (100%)
R 135 of 496 ~ 27.22%
G 174 of 496 ~ 35.08%
B 187 of 496 ~ 37.7%

%27.22
%35.08
%37.7

CMYK color model

#87AEBB color CMYK value is (28,7,0,27).

  • cyan value is 27.81%
  • magenta value is 6.95%
  • yellow value is 0.00%
  • key color value is 26.67%
CMYK:
(28,7,0,27)
C28M7Y0K27 
(28%,7%,0%,27%)
(0.28/0.07/0.00/0.27)	

CMYK percentages

%27.81
%6.95
%0
%26.67

Codes

Color #87AEBB in popluar color models

87AEBB
RGB135174187
HSL195°27.66%63.14%
HSB/HSV195°27.81%73.33%
CMYK27.81%6.95%0.00%
26.67%

Color #87AEBB in popluar number systems.

HEX87AEBB
Decimal135174187
Binary100001111010111010111011
Octal207256273

Shades and tints

Shades of #87AEBB

#87AEBB
(135,174,187)
#7B9FAA
(123,159,170)
#6F9099
(111,144,153)
#638188
(99,129,136)
#577277
(87,114,119)
#4B6366
(75,99,102)
#3F5455
(63,84,85)
#334544
(51,69,68)
#273633
(39,54,51)
#1B2722
(27,39,34)
#0F1811
(15,24,17)
#000000
(0,0,0)

Tints of #87AEBB

#87AEBB
(135,174,187)
#91B5C1
(145,181,193)
#9BBCC7
(155,188,199)
#A5C3CD
(165,195,205)
#AFCAD3
(175,202,211)
#B9D1D9
(185,209,217)
#C3D8DF
(195,216,223)
#CDDFE5
(205,223,229)
#D7E6EB
(215,230,235)
#E1EDF1
(225,237,241)
#EBF4F7
(235,244,247)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #87AEBB; }

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

This text font color is #87AEBB.


Background Color

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

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

This div background color is #87AEBB.


Border color

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

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

This div border color is #87AEBB.


Opacity

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

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

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

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

This text has shadow with #87AEBB color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #87AEBB on black background.


Color preview on white background

This text has color #87AEBB on white background.



Black color preview on #87AEBB background

This text has black color on #87AEBB background.


White color preview on #87AEBB background

This text has white color on #87AEBB background.