COLOR #809CAD

HEX: #809CAD
RGB: (128,156,173)

Color info

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

RGB color model

#809CAD color RGB value is (128,156,173).

  • red value is 128;
  • green value is 156;
  • blue value is 173.
RGB:
(128,156,173)
(50%,61%,68%)

RGB channels and saturation

R 128 of 255 = 50%
G 156 of 255 = 61%
B 173 of 255 = 68%

128
156
173

R + G + B ~ 60%. #809CAD is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
128 + 156 + 173 = 457 (100%)
R 128 of 457 ~ 28.01%
G 156 of 457 ~ 34.14%
B 173 of 457 ~ 37.86%

%28.01
%34.14
%37.86

CMYK color model

#809CAD color CMYK value is (26,10,0,32).

  • cyan value is 26.01%
  • magenta value is 9.83%
  • yellow value is 0.00%
  • key color value is 32.16%
CMYK:
(26,10,0,32)
C26M10Y0K32 
(26%,10%,0%,32%)
(0.26/0.10/0.00/0.32)	

CMYK percentages

%26.01
%9.83
%0
%32.16

Codes

Color #809CAD in popluar color models

809CAD
RGB128156173
HSL203°21.53%59.02%
HSB/HSV203°26.01%67.84%
CMYK26.01%9.83%0.00%
32.16%

Color #809CAD in popluar number systems.

HEX809CAD
Decimal128156173
Binary100000001001110010101101
Octal200234255

Shades and tints

Shades of #809CAD

#809CAD
(128,156,173)
#758E9E
(117,142,158)
#6A808F
(106,128,143)
#5F7280
(95,114,128)
#546471
(84,100,113)
#495662
(73,86,98)
#3E4853
(62,72,83)
#333A44
(51,58,68)
#282C35
(40,44,53)
#1D1E26
(29,30,38)
#121017
(18,16,23)
#000000
(0,0,0)

Tints of #809CAD

#809CAD
(128,156,173)
#8BA5B4
(139,165,180)
#96AEBB
(150,174,187)
#A1B7C2
(161,183,194)
#ACC0C9
(172,192,201)
#B7C9D0
(183,201,208)
#C2D2D7
(194,210,215)
#CDDBDE
(205,219,222)
#D8E4E5
(216,228,229)
#E3EDEC
(227,237,236)
#EEF6F3
(238,246,243)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #809CAD color. Also use rgb(128,156,173) instead hex code.

Text Font Color

.myTextColor { color: #809CAD; }

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

This text font color is #809CAD.


Background Color

.myBgColor { background-color: #809CAD; }

<div style="background-color:#809CAD">Inner text</div>

This div background color is #809CAD.


Border color

.myBorderColor { border: 1px solid #809CAD; }

<div style="border:3px solid #809CAD">Div</div>

This div border color is #809CAD.


Opacity

.myOpacity80 { color: #809CAD; opacity: 0.8; }

<p style="color:#809CAD;opacity:0.8;">80%</p>

Text with #809CAD 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 #809CAD;}

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

This text has shadow with #809CAD color.

.textShadow {text-shadow: 3px 3px 1px #809CAD, 3px 3px 1px red;}

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

This text has shadow with #809CAD primary color and red secondary color.


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

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

This text has shadow with #809CAD and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #809CAD on black background.


Color preview on white background

This text has color #809CAD on white background.



Black color preview on #809CAD background

This text has black color on #809CAD background.


White color preview on #809CAD background

This text has white color on #809CAD background.