COLOR #809885

HEX: #809885
RGB: (128,152,133)

Color info

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

RGB color model

#809885 color RGB value is (128,152,133).

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

RGB channels and saturation

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

128
152
133

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

Portions of RGB colors in percentages

R + G + B =
128 + 152 + 133 = 413 (100%)
R 128 of 413 ~ 30.99%
G 152 of 413 ~ 36.8%
B 133 of 413 ~ 32.2%

%30.99
%36.8
%32.2

CMYK color model

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

  • cyan value is 15.79%
  • magenta value is 0.00%
  • yellow value is 12.50%
  • 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
%12.5
%40.39

Codes

Color #809885 in popluar color models

809885
RGB128152133
HSL133°10.43%54.90%
HSB/HSV133°15.79%59.61%
CMYK15.79%0.00%12.50%
40.39%

Color #809885 in popluar number systems.

HEX809885
Decimal128152133
Binary100000001001100010000101
Octal200230205

Shades and tints

Shades of #809885

#809885
(128,152,133)
#758B79
(117,139,121)
#6A7E6D
(106,126,109)
#5F7161
(95,113,97)
#546455
(84,100,85)
#495749
(73,87,73)
#3E4A3D
(62,74,61)
#333D31
(51,61,49)
#283025
(40,48,37)
#1D2319
(29,35,25)
#12160D
(18,22,13)
#000000
(0,0,0)

Tints of #809885

#809885
(128,152,133)
#8BA190
(139,161,144)
#96AA9B
(150,170,155)
#A1B3A6
(161,179,166)
#ACBCB1
(172,188,177)
#B7C5BC
(183,197,188)
#C2CEC7
(194,206,199)
#CDD7D2
(205,215,210)
#D8E0DD
(216,224,221)
#E3E9E8
(227,233,232)
#EEF2F3
(238,242,243)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #809885; }

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

This text font color is #809885.


Background Color

.myBgColor { background-color: #809885; }

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

This div background color is #809885.


Border color

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

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

This div border color is #809885.


Opacity

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

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

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

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

This text has shadow with #809885 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #809885 on black background.


Color preview on white background

This text has color #809885 on white background.



Black color preview on #809885 background

This text has black color on #809885 background.


White color preview on #809885 background

This text has white color on #809885 background.