COLOR #808EA0

HEX: #808EA0
RGB: (128,142,160)

Color info

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

RGB color model

#808EA0 color RGB value is (128,142,160).

  • red value is 128;
  • green value is 142;
  • blue value is 160.
RGB:
(128,142,160)
(50%,56%,63%)

RGB channels and saturation

R 128 of 255 = 50%
G 142 of 255 = 56%
B 160 of 255 = 63%

128
142
160

R + G + B ~ 56%. #808EA0 is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
128 + 142 + 160 = 430 (100%)
R 128 of 430 ~ 29.77%
G 142 of 430 ~ 33.02%
B 160 of 430 ~ 37.21%

%29.77
%33.02
%37.21

CMYK color model

#808EA0 color CMYK value is (20,11,0,37).

  • cyan value is 20.00%
  • magenta value is 11.25%
  • yellow value is 0.00%
  • key color value is 37.25%
CMYK:
(20,11,0,37)
C20M11Y0K37 
(20%,11%,0%,37%)
(0.20/0.11/0.00/0.37)	

CMYK percentages

%20
%11.25
%0
%37.25

Codes

Color #808EA0 in popluar color models

808EA0
RGB128142160
HSL214°14.41%56.47%
HSB/HSV214°20.00%62.75%
CMYK20.00%11.25%0.00%
37.25%

Color #808EA0 in popluar number systems.

HEX808EA0
Decimal128142160
Binary100000001000111010100000
Octal200216240

Shades and tints

Shades of #808EA0

#808EA0
(128,142,160)
#758292
(117,130,146)
#6A7684
(106,118,132)
#5F6A76
(95,106,118)
#545E68
(84,94,104)
#49525A
(73,82,90)
#3E464C
(62,70,76)
#333A3E
(51,58,62)
#282E30
(40,46,48)
#1D2222
(29,34,34)
#121614
(18,22,20)
#000000
(0,0,0)

Tints of #808EA0

#808EA0
(128,142,160)
#8B98A8
(139,152,168)
#96A2B0
(150,162,176)
#A1ACB8
(161,172,184)
#ACB6C0
(172,182,192)
#B7C0C8
(183,192,200)
#C2CAD0
(194,202,208)
#CDD4D8
(205,212,216)
#D8DEE0
(216,222,224)
#E3E8E8
(227,232,232)
#EEF2F0
(238,242,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #808EA0 color. Also use rgb(128,142,160) instead hex code.

Text Font Color

.myTextColor { color: #808EA0; }

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

This text font color is #808EA0.


Background Color

.myBgColor { background-color: #808EA0; }

<div style="background-color:#808EA0">Inner text</div>

This div background color is #808EA0.


Border color

.myBorderColor { border: 1px solid #808EA0; }

<div style="border:3px solid #808EA0">Div</div>

This div border color is #808EA0.


Opacity

.myOpacity80 { color: #808EA0; opacity: 0.8; }

<p style="color:#808EA0;opacity:0.8;">80%</p>

Text with #808EA0 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 #808EA0;}

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

This text has shadow with #808EA0 color.

.textShadow {text-shadow: 3px 3px 1px #808EA0, 3px 3px 1px red;}

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

This text has shadow with #808EA0 primary color and red secondary color.


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

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

This text has shadow with #808EA0 and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #808EA0 on black background.


Color preview on white background

This text has color #808EA0 on white background.



Black color preview on #808EA0 background

This text has black color on #808EA0 background.


White color preview on #808EA0 background

This text has white color on #808EA0 background.