COLOR #809BA9

HEX: #809BA9 RGB: (128,155,169)

Color info

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

RGB color model

#809BA9 color RGB value is (128,155,169).

RGB: (128,155,169) (50%, 61%, 66%)

RGB channels and saturation

R 128 of 255 = 50%
G 155 of 255 = 61%
B 169 of 255 = 66%

128
155
169

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

Portions of RGB colors in percentages

R + G + B = 128 + 155 + 169 = 452 (100%)
R 128 of 452 ~ 28.32%
G 155 of 452 ~ 34.29%
B 169 of 452 ~ 37.39'%

%28.32
%34.29
%37.39

CMYK color model

#809BA9 color CMYK value is (24,8,0,34).

  • cyan value is 24.26%
  • magenta value is 8.28%
  • yellow value is 0.00%
  • key color value is 33.73%

CMYK: (24,8,0,34)
C24M8Y0K34 (24%, 8%, 0%, 34%)
(0.24 / 0.08 / 0.00 / 0.34)

CMYK percentages

%24.26
%8.28
%0
%33.73

Codes

Color #809BA9 in popluar color models

80 9B A9
RGB 128 155 169
HSL 200° 19.25% 58.24%
HSB/HSV 200° 24.26% 66.27%
CMYK 24.26% 8.28% 0.00%
33.73%

Color #809BA9 in popluar number systems.

HEX 80 9B A9
Decimal 128 155 169
Binary 10000000 10011011 10101001
Octal 200 233 251

Shades and tints

Shades of #809BA9

#809BA9
(128,155,169)
#758D9A
(117,141,154)
#6A7F8B
(106,127,139)
#5F717C
(95,113,124)
#54636D
(84,99,109)
#49555E
(73,85,94)
#3E474F
(62,71,79)
#333940
(51,57,64)
#282B31
(40,43,49)
#1D1D22
(29,29,34)
#120F13
(18,15,19)
#000000
(0,0,0)

Tints of #809BA9

#809BA9
(128,155,169)
#8BA4B0
(139,164,176)
#96ADB7
(150,173,183)
#A1B6BE
(161,182,190)
#ACBFC5
(172,191,197)
#B7C8CC
(183,200,204)
#C2D1D3
(194,209,211)
#CDDADA
(205,218,218)
#D8E3E1
(216,227,225)
#E3ECE8
(227,236,232)
#EEF5EF
(238,245,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #809BA9 color. Also use rgb(128,155,169) instead hex code.

Text Font Color

.myTextColor { color: #809BA9; }

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

This text font color is #809BA9.

Background Color

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

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

This div background color is #809BA9.

Border color

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

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

This div border color is #809BA9.

Opacity

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

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

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

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

This text has shadow with #809BA9 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #809BA9.

Preview

Color preview on black background

This text has color #809BA9 on black background.


Color preview on white background

This text has color #809BA9 on white background.


Black color preview on #809BA9 background

This text has black color on #809BA9 background.


White color preview on #809BA9 background

This text has white color on #809BA9 background.


Related colors

Complementary color

Complementary color for #hex is #7F6456.


I love getcolorcode.com

Triadic colors

1 #A9809B and #9BA980 with #809BA9 are triadic colors.

2 #A99B80 and #9B80A9 with #809BA9 are triadic colors.