COLOR #809682

HEX: #809682
RGB: (128,150,130)

Color info

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

RGB color model

#809682 color RGB value is (128,150,130).

  • red value is 128;
  • green value is 150;
  • blue value is 130.
RGB:
(128,150,130)
(50%,59%,51%)

RGB channels and saturation

R 128 of 255 = 50%
G 150 of 255 = 59%
B 130 of 255 = 51%

128
150
130

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

Portions of RGB colors in percentages

R + G + B =
128 + 150 + 130 = 408 (100%)
R 128 of 408 ~ 31.37%
G 150 of 408 ~ 36.76%
B 130 of 408 ~ 31.86%

%31.37
%36.76
%31.86

CMYK color model

#809682 color CMYK value is (15,0,13,41).

  • cyan value is 14.67%
  • magenta value is 0.00%
  • yellow value is 13.33%
  • key color value is 41.18%
CMYK:
(15,0,13,41)
C15M0Y13K41 
(15%,0%,13%,41%)
(0.15/0.00/0.13/0.41)	

CMYK percentages

%14.67
%0
%13.33
%41.18

Codes

Color #809682 in popluar color models

809682
RGB128150130
HSL125°9.48%54.51%
HSB/HSV125°14.67%58.82%
CMYK14.67%0.00%13.33%
41.18%

Color #809682 in popluar number systems.

HEX809682
Decimal128150130
Binary100000001001011010000010
Octal200226202

Shades and tints

Shades of #809682

#809682
(128,150,130)
#758977
(117,137,119)
#6A7C6C
(106,124,108)
#5F6F61
(95,111,97)
#546256
(84,98,86)
#49554B
(73,85,75)
#3E4840
(62,72,64)
#333B35
(51,59,53)
#282E2A
(40,46,42)
#1D211F
(29,33,31)
#121414
(18,20,20)
#000000
(0,0,0)

Tints of #809682

#809682
(128,150,130)
#8B9F8D
(139,159,141)
#96A898
(150,168,152)
#A1B1A3
(161,177,163)
#ACBAAE
(172,186,174)
#B7C3B9
(183,195,185)
#C2CCC4
(194,204,196)
#CDD5CF
(205,213,207)
#D8DEDA
(216,222,218)
#E3E7E5
(227,231,229)
#EEF0F0
(238,240,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #809682; }

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

This text font color is #809682.


Background Color

.myBgColor { background-color: #809682; }

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

This div background color is #809682.


Border color

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

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

This div border color is #809682.


Opacity

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

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

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

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

This text has shadow with #809682 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #809682 on black background.


Color preview on white background

This text has color #809682 on white background.



Black color preview on #809682 background

This text has black color on #809682 background.


White color preview on #809682 background

This text has white color on #809682 background.