COLOR #809FAA

HEX: #809FAA
RGB: (128,159,170)

Color info

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

RGB color model

#809FAA color RGB value is (128,159,170).

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

RGB channels and saturation

R 128 of 255 = 50%
G 159 of 255 = 62%
B 170 of 255 = 67%

128
159
170

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

Portions of RGB colors in percentages

R + G + B =
128 + 159 + 170 = 457 (100%)
R 128 of 457 ~ 28.01%
G 159 of 457 ~ 34.79%
B 170 of 457 ~ 37.2%

%28.01
%34.79
%37.2

CMYK color model

#809FAA color CMYK value is (25,6,0,33).

  • cyan value is 24.71%
  • magenta value is 6.47%
  • yellow value is 0.00%
  • key color value is 33.33%
CMYK:
(25,6,0,33)
C25M6Y0K33 
(25%,6%,0%,33%)
(0.25/0.06/0.00/0.33)	

CMYK percentages

%24.71
%6.47
%0
%33.33

Codes

Color #809FAA in popluar color models

809FAA
RGB128159170
HSL196°19.81%58.43%
HSB/HSV196°24.71%66.67%
CMYK24.71%6.47%0.00%
33.33%

Color #809FAA in popluar number systems.

HEX809FAA
Decimal128159170
Binary100000001001111110101010
Octal200237252

Shades and tints

Shades of #809FAA

#809FAA
(128,159,170)
#75919B
(117,145,155)
#6A838C
(106,131,140)
#5F757D
(95,117,125)
#54676E
(84,103,110)
#49595F
(73,89,95)
#3E4B50
(62,75,80)
#333D41
(51,61,65)
#282F32
(40,47,50)
#1D2123
(29,33,35)
#121314
(18,19,20)
#000000
(0,0,0)

Tints of #809FAA

#809FAA
(128,159,170)
#8BA7B1
(139,167,177)
#96AFB8
(150,175,184)
#A1B7BF
(161,183,191)
#ACBFC6
(172,191,198)
#B7C7CD
(183,199,205)
#C2CFD4
(194,207,212)
#CDD7DB
(205,215,219)
#D8DFE2
(216,223,226)
#E3E7E9
(227,231,233)
#EEEFF0
(238,239,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #809FAA color. Also use rgb(128,159,170) instead hex code.

Text Font Color

.myTextColor { color: #809FAA; }

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

This text font color is #809FAA.


Background Color

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

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

This div background color is #809FAA.


Border color

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

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

This div border color is #809FAA.


Opacity

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

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

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

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

This text has shadow with #809FAA color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #809FAA on black background.


Color preview on white background

This text has color #809FAA on white background.



Black color preview on #809FAA background

This text has black color on #809FAA background.


White color preview on #809FAA background

This text has white color on #809FAA background.