COLOR #809A95

HEX: #809A95 RGB: (128,154,149)

Color info

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

RGB color model

#809A95 color RGB value is (128,154,149).

RGB: (128,154,149) (50%, 60%, 58%)

RGB channels and saturation

R 128 of 255 = 50%
G 154 of 255 = 60%
B 149 of 255 = 58%

128
154
149

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

Portions of RGB colors in percentages

R + G + B = 128 + 154 + 149 = 431 (100%)
R 128 of 431 ~ 29.7%
G 154 of 431 ~ 35.73%
B 149 of 431 ~ 34.57'%

%29.7
%35.73
%34.57

CMYK color model

#809A95 color CMYK value is (17,0,3,40).

  • cyan value is 16.88%
  • magenta value is 0.00%
  • yellow value is 3.25%
  • key color value is 39.61%
CMYK: (17,0,3,40) C17M0Y3K40 (17%,0%,3%,40%) (0.17/0.00/0.03/0.40) 

CMYK percentages

%16.88
%0
%3.25
%39.61

Codes

Color #809A95 in popluar color models

80 9A 95
RGB 128 154 149
HSL 168° 11.40% 55.29%
HSB/HSV 168° 16.88% 60.39%
CMYK 16.88% 0.00% 3.25%
39.61%

Color #809A95 in popluar number systems.

HEX 80 9A 95
Decimal 128 154 149
Binary 10000000 10011010 10010101
Octal 200 232 225

Shades and tints

Shades of #809A95

#809A95
(128,154,149)
#758C88
(117,140,136)
#6A7E7B
(106,126,123)
#5F706E
(95,112,110)
#546261
(84,98,97)
#495454
(73,84,84)
#3E4647
(62,70,71)
#33383A
(51,56,58)
#282A2D
(40,42,45)
#1D1C20
(29,28,32)
#120E13
(18,14,19)
#000000
(0,0,0)

Tints of #809A95

#809A95
(128,154,149)
#8BA39E
(139,163,158)
#96ACA7
(150,172,167)
#A1B5B0
(161,181,176)
#ACBEB9
(172,190,185)
#B7C7C2
(183,199,194)
#C2D0CB
(194,208,203)
#CDD9D4
(205,217,212)
#D8E2DD
(216,226,221)
#E3EBE6
(227,235,230)
#EEF4EF
(238,244,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #809A95 color. Also use rgb(128,154,149) instead hex code.

Text Font Color

.myTextColor { color: #809A95; }

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

This text font color is #809A95.

Background Color

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

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

This div background color is #809A95.

Border color

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

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

This div border color is #809A95.

Opacity

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

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

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

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

This text has shadow with #809A95 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #809A95.

Preview

Color preview on black background

This text has color #809A95 on black background.


Color preview on white background

This text has color #809A95 on white background.


Black color preview on #809A95 background

This text has black color on #809A95 background.


White color preview on #809A95 background

This text has white color on #809A95 background.


Related colors

Complementary color

Complementary color for #hex is #7F656A.


I love getcolorcode.com

Triadic colors

1 #95809A and #9A9580 with #809A95 are triadic colors.

2 #959A80 and #9A8095 with #809A95 are triadic colors.