COLOR #809BAB

HEX: #809BAB RGB: (128,155,171)

Color info

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

RGB color model

#809BAB color RGB value is (128,155,171).

RGB: (128,155,171) (50%, 61%, 67%)

RGB channels and saturation

R 128 of 255 = 50%
G 155 of 255 = 61%
B 171 of 255 = 67%

128
155
171

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

Portions of RGB colors in percentages

R + G + B = 128 + 155 + 171 = 454 (100%)
R 128 of 454 ~ 28.19%
G 155 of 454 ~ 34.14%
B 171 of 454 ~ 37.67'%

%28.19
%34.14
%37.67

CMYK color model

#809BAB color CMYK value is (25,9,0,33).

  • cyan value is 25.15%
  • magenta value is 9.36%
  • yellow value is 0.00%
  • key color value is 32.94%

CMYK: (25,9,0,33)
C25M9Y0K33 (25%, 9%, 0%, 33%)
(0.25 / 0.09 / 0.00 / 0.33)

CMYK percentages

%25.15
%9.36
%0
%32.94

Codes

Color #809BAB in popluar color models

80 9B AB
RGB 128 155 171
HSL 202° 20.38% 58.63%
HSB/HSV 202° 25.15% 67.06%
CMYK 25.15% 9.36% 0.00%
32.94%

Color #809BAB in popluar number systems.

HEX 80 9B AB
Decimal 128 155 171
Binary 10000000 10011011 10101011
Octal 200 233 253

Shades and tints

Shades of #809BAB

#809BAB
(128,155,171)
#758D9C
(117,141,156)
#6A7F8D
(106,127,141)
#5F717E
(95,113,126)
#54636F
(84,99,111)
#495560
(73,85,96)
#3E4751
(62,71,81)
#333942
(51,57,66)
#282B33
(40,43,51)
#1D1D24
(29,29,36)
#120F15
(18,15,21)
#000000
(0,0,0)

Tints of #809BAB

#809BAB
(128,155,171)
#8BA4B2
(139,164,178)
#96ADB9
(150,173,185)
#A1B6C0
(161,182,192)
#ACBFC7
(172,191,199)
#B7C8CE
(183,200,206)
#C2D1D5
(194,209,213)
#CDDADC
(205,218,220)
#D8E3E3
(216,227,227)
#E3ECEA
(227,236,234)
#EEF5F1
(238,245,241)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #809BAB; }

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

This text font color is #809BAB.

Background Color

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

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

This div background color is #809BAB.

Border color

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

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

This div border color is #809BAB.

Opacity

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

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

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

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

This text has shadow with #809BAB color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #809BAB.

Preview

Color preview on black background

This text has color #809BAB on black background.


Color preview on white background

This text has color #809BAB on white background.


Black color preview on #809BAB background

This text has black color on #809BAB background.


White color preview on #809BAB background

This text has white color on #809BAB background.


Related colors

Complementary color

Complementary color for #hex is #7F6454.


I love getcolorcode.com

Triadic colors

1 #AB809B and #9BAB80 with #809BAB are triadic colors.

2 #AB9B80 and #9B80AB with #809BAB are triadic colors.