COLOR #809D88

HEX: #809D88
RGB: (128,157,136)

Color info

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

RGB color model

#809D88 color RGB value is (128,157,136).

  • red value is 128;
  • green value is 157;
  • blue value is 136.
RGB:
(128,157,136)
(50%,62%,53%)

RGB channels and saturation

R 128 of 255 = 50%
G 157 of 255 = 62%
B 136 of 255 = 53%

128
157
136

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

Portions of RGB colors in percentages

R + G + B =
128 + 157 + 136 = 421 (100%)
R 128 of 421 ~ 30.4%
G 157 of 421 ~ 37.29%
B 136 of 421 ~ 32.3%

%30.4
%37.29
%32.3

CMYK color model

#809D88 color CMYK value is (18,0,13,38).

  • cyan value is 18.47%
  • magenta value is 0.00%
  • yellow value is 13.38%
  • key color value is 38.43%
CMYK:
(18,0,13,38)
C18M0Y13K38 
(18%,0%,13%,38%)
(0.18/0.00/0.13/0.38)	

CMYK percentages

%18.47
%0
%13.38
%38.43

Codes

Color #809D88 in popluar color models

809D88
RGB128157136
HSL137°12.89%55.88%
HSB/HSV137°18.47%61.57%
CMYK18.47%0.00%13.38%
38.43%

Color #809D88 in popluar number systems.

HEX809D88
Decimal128157136
Binary100000001001110110001000
Octal200235210

Shades and tints

Shades of #809D88

#809D88
(128,157,136)
#758F7C
(117,143,124)
#6A8170
(106,129,112)
#5F7364
(95,115,100)
#546558
(84,101,88)
#49574C
(73,87,76)
#3E4940
(62,73,64)
#333B34
(51,59,52)
#282D28
(40,45,40)
#1D1F1C
(29,31,28)
#121110
(18,17,16)
#000000
(0,0,0)

Tints of #809D88

#809D88
(128,157,136)
#8BA592
(139,165,146)
#96AD9C
(150,173,156)
#A1B5A6
(161,181,166)
#ACBDB0
(172,189,176)
#B7C5BA
(183,197,186)
#C2CDC4
(194,205,196)
#CDD5CE
(205,213,206)
#D8DDD8
(216,221,216)
#E3E5E2
(227,229,226)
#EEEDEC
(238,237,236)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #809D88 color. Also use rgb(128,157,136) instead hex code.

Text Font Color

.myTextColor { color: #809D88; }

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

This text font color is #809D88.


Background Color

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

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

This div background color is #809D88.


Border color

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

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

This div border color is #809D88.


Opacity

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

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

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

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

This text has shadow with #809D88 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #809D88 on black background.


Color preview on white background

This text has color #809D88 on white background.



Black color preview on #809D88 background

This text has black color on #809D88 background.


White color preview on #809D88 background

This text has white color on #809D88 background.