COLOR #809B81

HEX: #809B81
RGB: (128,155,129)

Color info

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

RGB color model

#809B81 color RGB value is (128,155,129).

  • red value is 128;
  • green value is 155;
  • blue value is 129.
RGB:
(128,155,129)
(50%,61%,51%)

RGB channels and saturation

R 128 of 255 = 50%
G 155 of 255 = 61%
B 129 of 255 = 51%

128
155
129

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

Portions of RGB colors in percentages

R + G + B =
128 + 155 + 129 = 412 (100%)
R 128 of 412 ~ 31.07%
G 155 of 412 ~ 37.62%
B 129 of 412 ~ 31.31%

%31.07
%37.62
%31.31

CMYK color model

#809B81 color CMYK value is (17,0,17,39).

  • cyan value is 17.42%
  • magenta value is 0.00%
  • yellow value is 16.77%
  • key color value is 39.22%
CMYK:
(17,0,17,39)
C17M0Y17K39 
(17%,0%,17%,39%)
(0.17/0.00/0.17/0.39)	

CMYK percentages

%17.42
%0
%16.77
%39.22

Codes

Color #809B81 in popluar color models

809B81
RGB128155129
HSL122°11.89%55.49%
HSB/HSV122°17.42%60.78%
CMYK17.42%0.00%16.77%
39.22%

Color #809B81 in popluar number systems.

HEX809B81
Decimal128155129
Binary100000001001101110000001
Octal200233201

Shades and tints

Shades of #809B81

#809B81
(128,155,129)
#758D76
(117,141,118)
#6A7F6B
(106,127,107)
#5F7160
(95,113,96)
#546355
(84,99,85)
#49554A
(73,85,74)
#3E473F
(62,71,63)
#333934
(51,57,52)
#282B29
(40,43,41)
#1D1D1E
(29,29,30)
#120F13
(18,15,19)
#000000
(0,0,0)

Tints of #809B81

#809B81
(128,155,129)
#8BA48C
(139,164,140)
#96AD97
(150,173,151)
#A1B6A2
(161,182,162)
#ACBFAD
(172,191,173)
#B7C8B8
(183,200,184)
#C2D1C3
(194,209,195)
#CDDACE
(205,218,206)
#D8E3D9
(216,227,217)
#E3ECE4
(227,236,228)
#EEF5EF
(238,245,239)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #809B81; }

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

This text font color is #809B81.


Background Color

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

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

This div background color is #809B81.


Border color

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

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

This div border color is #809B81.


Opacity

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

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

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

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

This text has shadow with #809B81 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #809B81 on black background.


Color preview on white background

This text has color #809B81 on white background.



Black color preview on #809B81 background

This text has black color on #809B81 background.


White color preview on #809B81 background

This text has white color on #809B81 background.