COLOR #809884

HEX: #809884
RGB: (128,152,132)

Color info

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

RGB color model

#809884 color RGB value is (128,152,132).

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

RGB channels and saturation

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

128
152
132

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

Portions of RGB colors in percentages

R + G + B =
128 + 152 + 132 = 412 (100%)
R 128 of 412 ~ 31.07%
G 152 of 412 ~ 36.89%
B 132 of 412 ~ 32.04%

%31.07
%36.89
%32.04

CMYK color model

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

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

CMYK percentages

%15.79
%0
%13.16
%40.39

Codes

Color #809884 in popluar color models

809884
RGB128152132
HSL130°10.43%54.90%
HSB/HSV130°15.79%59.61%
CMYK15.79%0.00%13.16%
40.39%

Color #809884 in popluar number systems.

HEX809884
Decimal128152132
Binary100000001001100010000100
Octal200230204

Shades and tints

Shades of #809884

#809884
(128,152,132)
#758B78
(117,139,120)
#6A7E6C
(106,126,108)
#5F7160
(95,113,96)
#546454
(84,100,84)
#495748
(73,87,72)
#3E4A3C
(62,74,60)
#333D30
(51,61,48)
#283024
(40,48,36)
#1D2318
(29,35,24)
#12160C
(18,22,12)
#000000
(0,0,0)

Tints of #809884

#809884
(128,152,132)
#8BA18F
(139,161,143)
#96AA9A
(150,170,154)
#A1B3A5
(161,179,165)
#ACBCB0
(172,188,176)
#B7C5BB
(183,197,187)
#C2CEC6
(194,206,198)
#CDD7D1
(205,215,209)
#D8E0DC
(216,224,220)
#E3E9E7
(227,233,231)
#EEF2F2
(238,242,242)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #809884; }

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

This text font color is #809884.


Background Color

.myBgColor { background-color: #809884; }

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

This div background color is #809884.


Border color

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

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

This div border color is #809884.


Opacity

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

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

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

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

This text has shadow with #809884 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #809884 on black background.


Color preview on white background

This text has color #809884 on white background.



Black color preview on #809884 background

This text has black color on #809884 background.


White color preview on #809884 background

This text has white color on #809884 background.