COLOR #8087AB

HEX: #8087AB
RGB: (128,135,171)

Color info

#8087AB contains red, green and blue colors in about the same proportion. Web safe color of #8087AB is #669999 (or #699).

RGB color model

#8087AB color RGB value is (128,135,171).

  • red value is 128;
  • green value is 135;
  • blue value is 171.
RGB:
(128,135,171)
(50%,53%,67%)

RGB channels and saturation

R 128 of 255 = 50%
G 135 of 255 = 53%
B 171 of 255 = 67%

128
135
171

R + G + B ~ 57%. #8087AB is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
128 + 135 + 171 = 434 (100%)
R 128 of 434 ~ 29.49%
G 135 of 434 ~ 31.11%
B 171 of 434 ~ 39.4%

%29.49
%31.11
%39.4

CMYK color model

#8087AB color CMYK value is (25,21,0,33).

  • cyan value is 25.15%
  • magenta value is 21.05%
  • yellow value is 0.00%
  • key color value is 32.94%
CMYK:
(25,21,0,33)
C25M21Y0K33 
(25%,21%,0%,33%)
(0.25/0.21/0.00/0.33)	

CMYK percentages

%25.15
%21.05
%0
%32.94

Codes

Color #8087AB in popluar color models

8087AB
RGB128135171
HSL230°20.38%58.63%
HSB/HSV230°25.15%67.06%
CMYK25.15%21.05%0.00%
32.94%

Color #8087AB in popluar number systems.

HEX8087AB
Decimal128135171
Binary100000001000011110101011
Octal200207253

Shades and tints

Shades of #8087AB

#8087AB
(128,135,171)
#757B9C
(117,123,156)
#6A6F8D
(106,111,141)
#5F637E
(95,99,126)
#54576F
(84,87,111)
#494B60
(73,75,96)
#3E3F51
(62,63,81)
#333342
(51,51,66)
#282733
(40,39,51)
#1D1B24
(29,27,36)
#120F15
(18,15,21)
#000000
(0,0,0)

Tints of #8087AB

#8087AB
(128,135,171)
#8B91B2
(139,145,178)
#969BB9
(150,155,185)
#A1A5C0
(161,165,192)
#ACAFC7
(172,175,199)
#B7B9CE
(183,185,206)
#C2C3D5
(194,195,213)
#CDCDDC
(205,205,220)
#D8D7E3
(216,215,227)
#E3E1EA
(227,225,234)
#EEEBF1
(238,235,241)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #8087AB color. Also use rgb(128,135,171) instead hex code.

Text Font Color

.myTextColor { color: #8087AB; }

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

This text font color is #8087AB.


Background Color

.myBgColor { background-color: #8087AB; }

<div style="background-color:#8087AB">Inner text</div>

This div background color is #8087AB.


Border color

.myBorderColor { border: 1px solid #8087AB; }

<div style="border:3px solid #8087AB">Div</div>

This div border color is #8087AB.


Opacity

.myOpacity80 { color: #8087AB; opacity: 0.8; }

<p style="color:#8087AB;opacity:0.8;">80%</p>

Text with #8087AB 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 #8087AB;}

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

This text has shadow with #8087AB color.

.textShadow {text-shadow: 3px 3px 1px #8087AB, 3px 3px 1px red;}

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

This text has shadow with #8087AB primary color and red secondary color.


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

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

This text has shadow with #8087AB and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #8087AB on black background.


Color preview on white background

This text has color #8087AB on white background.



Black color preview on #8087AB background

This text has black color on #8087AB background.


White color preview on #8087AB background

This text has white color on #8087AB background.