COLOR #809B90

HEX: #809B90
RGB: (128,155,144)

Color info

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

RGB color model

#809B90 color RGB value is (128,155,144).

  • red value is 128;
  • green value is 155;
  • blue value is 144.
RGB:
(128,155,144)
(50%,61%,56%)

RGB channels and saturation

R 128 of 255 = 50%
G 155 of 255 = 61%
B 144 of 255 = 56%

128
155
144

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

Portions of RGB colors in percentages

R + G + B =
128 + 155 + 144 = 427 (100%)
R 128 of 427 ~ 29.98%
G 155 of 427 ~ 36.3%
B 144 of 427 ~ 33.72%

%29.98
%36.3
%33.72

CMYK color model

#809B90 color CMYK value is (17,0,7,39).

  • cyan value is 17.42%
  • magenta value is 0.00%
  • yellow value is 7.10%
  • key color value is 39.22%
CMYK:
(17,0,7,39)
C17M0Y7K39 
(17%,0%,7%,39%)
(0.17/0.00/0.07/0.39)	

CMYK percentages

%17.42
%0
%7.1
%39.22

Codes

Color #809B90 in popluar color models

809B90
RGB128155144
HSL156°11.89%55.49%
HSB/HSV156°17.42%60.78%
CMYK17.42%0.00%7.10%
39.22%

Color #809B90 in popluar number systems.

HEX809B90
Decimal128155144
Binary100000001001101110010000
Octal200233220

Shades and tints

Shades of #809B90

#809B90
(128,155,144)
#758D83
(117,141,131)
#6A7F76
(106,127,118)
#5F7169
(95,113,105)
#54635C
(84,99,92)
#49554F
(73,85,79)
#3E4742
(62,71,66)
#333935
(51,57,53)
#282B28
(40,43,40)
#1D1D1B
(29,29,27)
#120F0E
(18,15,14)
#000000
(0,0,0)

Tints of #809B90

#809B90
(128,155,144)
#8BA49A
(139,164,154)
#96ADA4
(150,173,164)
#A1B6AE
(161,182,174)
#ACBFB8
(172,191,184)
#B7C8C2
(183,200,194)
#C2D1CC
(194,209,204)
#CDDAD6
(205,218,214)
#D8E3E0
(216,227,224)
#E3ECEA
(227,236,234)
#EEF5F4
(238,245,244)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #809B90 color. Also use rgb(128,155,144) instead hex code.

Text Font Color

.myTextColor { color: #809B90; }

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

This text font color is #809B90.


Background Color

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

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

This div background color is #809B90.


Border color

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

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

This div border color is #809B90.


Opacity

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

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

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

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

This text has shadow with #809B90 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #809B90 on black background.


Color preview on white background

This text has color #809B90 on white background.



Black color preview on #809B90 background

This text has black color on #809B90 background.


White color preview on #809B90 background

This text has white color on #809B90 background.