COLOR #809880

HEX: #809880
RGB: (128,152,128)

Color info

#809880 contains red, green and blue colors in about the same proportion. Web safe color of #809880 is #669966 (or #696).

RGB color model

#809880 color RGB value is (128,152,128).

  • red value is 128;
  • green value is 152;
  • blue value is 128.
RGB:
(128,152,128)
(50%,60%,50%)

RGB channels and saturation

R 128 of 255 = 50%
G 152 of 255 = 60%
B 128 of 255 = 50%

128
152
128

R + G + B ~ 53%. #809880 is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
128 + 152 + 128 = 408 (100%)
R 128 of 408 ~ 31.37%
G 152 of 408 ~ 37.25%
B 128 of 408 ~ 31.37%

%31.37
%37.25
%31.37

CMYK color model

#809880 color CMYK value is (16,0,16,40).

  • cyan value is 15.79%
  • magenta value is 0.00%
  • yellow value is 15.79%
  • key color value is 40.39%
CMYK:
(16,0,16,40)
C16M0Y16K40 
(16%,0%,16%,40%)
(0.16/0.00/0.16/0.40)	

CMYK percentages

%15.79
%0
%15.79
%40.39

Codes

Color #809880 in popluar color models

809880
RGB128152128
HSL120°10.43%54.90%
HSB/HSV120°15.79%59.61%
CMYK15.79%0.00%15.79%
40.39%

Color #809880 in popluar number systems.

HEX809880
Decimal128152128
Binary100000001001100010000000
Octal200230200

Shades and tints

Shades of #809880

#809880
(128,152,128)
#758B75
(117,139,117)
#6A7E6A
(106,126,106)
#5F715F
(95,113,95)
#546454
(84,100,84)
#495749
(73,87,73)
#3E4A3E
(62,74,62)
#333D33
(51,61,51)
#283028
(40,48,40)
#1D231D
(29,35,29)
#121612
(18,22,18)
#000000
(0,0,0)

Tints of #809880

#809880
(128,152,128)
#8BA18B
(139,161,139)
#96AA96
(150,170,150)
#A1B3A1
(161,179,161)
#ACBCAC
(172,188,172)
#B7C5B7
(183,197,183)
#C2CEC2
(194,206,194)
#CDD7CD
(205,215,205)
#D8E0D8
(216,224,216)
#E3E9E3
(227,233,227)
#EEF2EE
(238,242,238)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #809880 color. Also use rgb(128,152,128) instead hex code.

Text Font Color

.myTextColor { color: #809880; }

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

This text font color is #809880.


Background Color

.myBgColor { background-color: #809880; }

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

This div background color is #809880.


Border color

.myBorderColor { border: 1px solid #809880; }

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

This div border color is #809880.


Opacity

.myOpacity80 { color: #809880; opacity: 0.8; }

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

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

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

This text has shadow with #809880 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #809880 on black background.


Color preview on white background

This text has color #809880 on white background.



Black color preview on #809880 background

This text has black color on #809880 background.


White color preview on #809880 background

This text has white color on #809880 background.