COLOR #808CAA

HEX: #808CAA
RGB: (128,140,170)

Color info

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

RGB color model

#808CAA color RGB value is (128,140,170).

  • red value is 128;
  • green value is 140;
  • blue value is 170.
RGB:
(128,140,170)
(50%,55%,67%)

RGB channels and saturation

R 128 of 255 = 50%
G 140 of 255 = 55%
B 170 of 255 = 67%

128
140
170

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

Portions of RGB colors in percentages

R + G + B =
128 + 140 + 170 = 438 (100%)
R 128 of 438 ~ 29.22%
G 140 of 438 ~ 31.96%
B 170 of 438 ~ 38.81%

%29.22
%31.96
%38.81

CMYK color model

#808CAA color CMYK value is (25,18,0,33).

  • cyan value is 24.71%
  • magenta value is 17.65%
  • yellow value is 0.00%
  • key color value is 33.33%
CMYK:
(25,18,0,33)
C25M18Y0K33 
(25%,18%,0%,33%)
(0.25/0.18/0.00/0.33)	

CMYK percentages

%24.71
%17.65
%0
%33.33

Codes

Color #808CAA in popluar color models

808CAA
RGB128140170
HSL223°19.81%58.43%
HSB/HSV223°24.71%66.67%
CMYK24.71%17.65%0.00%
33.33%

Color #808CAA in popluar number systems.

HEX808CAA
Decimal128140170
Binary100000001000110010101010
Octal200214252

Shades and tints

Shades of #808CAA

#808CAA
(128,140,170)
#75809B
(117,128,155)
#6A748C
(106,116,140)
#5F687D
(95,104,125)
#545C6E
(84,92,110)
#49505F
(73,80,95)
#3E4450
(62,68,80)
#333841
(51,56,65)
#282C32
(40,44,50)
#1D2023
(29,32,35)
#121414
(18,20,20)
#000000
(0,0,0)

Tints of #808CAA

#808CAA
(128,140,170)
#8B96B1
(139,150,177)
#96A0B8
(150,160,184)
#A1AABF
(161,170,191)
#ACB4C6
(172,180,198)
#B7BECD
(183,190,205)
#C2C8D4
(194,200,212)
#CDD2DB
(205,210,219)
#D8DCE2
(216,220,226)
#E3E6E9
(227,230,233)
#EEF0F0
(238,240,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #808CAA color. Also use rgb(128,140,170) instead hex code.

Text Font Color

.myTextColor { color: #808CAA; }

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

This text font color is #808CAA.


Background Color

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

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

This div background color is #808CAA.


Border color

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

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

This div border color is #808CAA.


Opacity

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

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

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

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

This text has shadow with #808CAA color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #808CAA on black background.


Color preview on white background

This text has color #808CAA on white background.



Black color preview on #808CAA background

This text has black color on #808CAA background.


White color preview on #808CAA background

This text has white color on #808CAA background.