COLOR #808D94

HEX: #808D94
RGB: (128,141,148)

Color info

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

RGB color model

#808D94 color RGB value is (128,141,148).

  • red value is 128;
  • green value is 141;
  • blue value is 148.
RGB:
(128,141,148)
(50%,55%,58%)

RGB channels and saturation

R 128 of 255 = 50%
G 141 of 255 = 55%
B 148 of 255 = 58%

128
141
148

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

Portions of RGB colors in percentages

R + G + B =
128 + 141 + 148 = 417 (100%)
R 128 of 417 ~ 30.7%
G 141 of 417 ~ 33.81%
B 148 of 417 ~ 35.49%

%30.7
%33.81
%35.49

CMYK color model

#808D94 color CMYK value is (14,5,0,42).

  • cyan value is 13.51%
  • magenta value is 4.73%
  • yellow value is 0.00%
  • key color value is 41.96%
CMYK:
(14,5,0,42)
C14M5Y0K42 
(14%,5%,0%,42%)
(0.14/0.05/0.00/0.42)	

CMYK percentages

%13.51
%4.73
%0
%41.96

Codes

Color #808D94 in popluar color models

808D94
RGB128141148
HSL201°8.55%54.12%
HSB/HSV201°13.51%58.04%
CMYK13.51%4.73%0.00%
41.96%

Color #808D94 in popluar number systems.

HEX808D94
Decimal128141148
Binary100000001000110110010100
Octal200215224

Shades and tints

Shades of #808D94

#808D94
(128,141,148)
#758187
(117,129,135)
#6A757A
(106,117,122)
#5F696D
(95,105,109)
#545D60
(84,93,96)
#495153
(73,81,83)
#3E4546
(62,69,70)
#333939
(51,57,57)
#282D2C
(40,45,44)
#1D211F
(29,33,31)
#121512
(18,21,18)
#000000
(0,0,0)

Tints of #808D94

#808D94
(128,141,148)
#8B979D
(139,151,157)
#96A1A6
(150,161,166)
#A1ABAF
(161,171,175)
#ACB5B8
(172,181,184)
#B7BFC1
(183,191,193)
#C2C9CA
(194,201,202)
#CDD3D3
(205,211,211)
#D8DDDC
(216,221,220)
#E3E7E5
(227,231,229)
#EEF1EE
(238,241,238)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #808D94 color. Also use rgb(128,141,148) instead hex code.

Text Font Color

.myTextColor { color: #808D94; }

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

This text font color is #808D94.


Background Color

.myBgColor { background-color: #808D94; }

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

This div background color is #808D94.


Border color

.myBorderColor { border: 1px solid #808D94; }

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

This div border color is #808D94.


Opacity

.myOpacity80 { color: #808D94; opacity: 0.8; }

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

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

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

This text has shadow with #808D94 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #808D94 on black background.


Color preview on white background

This text has color #808D94 on white background.



Black color preview on #808D94 background

This text has black color on #808D94 background.


White color preview on #808D94 background

This text has white color on #808D94 background.