COLOR #87AABF

HEX: #87AABF
RGB: (135,170,191)

Color info

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

RGB color model

#87AABF color RGB value is (135,170,191).

  • red value is 135;
  • green value is 170;
  • blue value is 191.
RGB:
(135,170,191)
(53%,67%,75%)

RGB channels and saturation

R 135 of 255 = 53%
G 170 of 255 = 67%
B 191 of 255 = 75%

135
170
191

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

Portions of RGB colors in percentages

R + G + B =
135 + 170 + 191 = 496 (100%)
R 135 of 496 ~ 27.22%
G 170 of 496 ~ 34.27%
B 191 of 496 ~ 38.51%

%27.22
%34.27
%38.51

CMYK color model

#87AABF color CMYK value is (29,11,0,25).

  • cyan value is 29.32%
  • magenta value is 10.99%
  • yellow value is 0.00%
  • key color value is 25.10%
CMYK:
(29,11,0,25)
C29M11Y0K25 
(29%,11%,0%,25%)
(0.29/0.11/0.00/0.25)	

CMYK percentages

%29.32
%10.99
%0
%25.1

Codes

Color #87AABF in popluar color models

87AABF
RGB135170191
HSL203°30.43%63.92%
HSB/HSV203°29.32%74.90%
CMYK29.32%10.99%0.00%
25.10%

Color #87AABF in popluar number systems.

HEX87AABF
Decimal135170191
Binary100001111010101010111111
Octal207252277

Shades and tints

Shades of #87AABF

#87AABF
(135,170,191)
#7B9BAE
(123,155,174)
#6F8C9D
(111,140,157)
#637D8C
(99,125,140)
#576E7B
(87,110,123)
#4B5F6A
(75,95,106)
#3F5059
(63,80,89)
#334148
(51,65,72)
#273237
(39,50,55)
#1B2326
(27,35,38)
#0F1415
(15,20,21)
#000000
(0,0,0)

Tints of #87AABF

#87AABF
(135,170,191)
#91B1C4
(145,177,196)
#9BB8C9
(155,184,201)
#A5BFCE
(165,191,206)
#AFC6D3
(175,198,211)
#B9CDD8
(185,205,216)
#C3D4DD
(195,212,221)
#CDDBE2
(205,219,226)
#D7E2E7
(215,226,231)
#E1E9EC
(225,233,236)
#EBF0F1
(235,240,241)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #87AABF; }

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

This text font color is #87AABF.


Background Color

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

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

This div background color is #87AABF.


Border color

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

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

This div border color is #87AABF.


Opacity

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

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

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

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

This text has shadow with #87AABF color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #87AABF on black background.


Color preview on white background

This text has color #87AABF on white background.



Black color preview on #87AABF background

This text has black color on #87AABF background.


White color preview on #87AABF background

This text has white color on #87AABF background.