COLOR #808994

HEX: #808994
RGB: (128,137,148)

Color info

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

RGB color model

#808994 color RGB value is (128,137,148).

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

RGB channels and saturation

R 128 of 255 = 50%
G 137 of 255 = 54%
B 148 of 255 = 58%

128
137
148

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

Portions of RGB colors in percentages

R + G + B =
128 + 137 + 148 = 413 (100%)
R 128 of 413 ~ 30.99%
G 137 of 413 ~ 33.17%
B 148 of 413 ~ 35.84%

%30.99
%33.17
%35.84

CMYK color model

#808994 color CMYK value is (14,7,0,42).

  • cyan value is 13.51%
  • magenta value is 7.43%
  • yellow value is 0.00%
  • key color value is 41.96%
CMYK:
(14,7,0,42)
C14M7Y0K42 
(14%,7%,0%,42%)
(0.14/0.07/0.00/0.42)	

CMYK percentages

%13.51
%7.43
%0
%41.96

Codes

Color #808994 in popluar color models

808994
RGB128137148
HSL213°8.55%54.12%
HSB/HSV213°13.51%58.04%
CMYK13.51%7.43%0.00%
41.96%

Color #808994 in popluar number systems.

HEX808994
Decimal128137148
Binary100000001000100110010100
Octal200211224

Shades and tints

Shades of #808994

#808994
(128,137,148)
#757D87
(117,125,135)
#6A717A
(106,113,122)
#5F656D
(95,101,109)
#545960
(84,89,96)
#494D53
(73,77,83)
#3E4146
(62,65,70)
#333539
(51,53,57)
#28292C
(40,41,44)
#1D1D1F
(29,29,31)
#121112
(18,17,18)
#000000
(0,0,0)

Tints of #808994

#808994
(128,137,148)
#8B939D
(139,147,157)
#969DA6
(150,157,166)
#A1A7AF
(161,167,175)
#ACB1B8
(172,177,184)
#B7BBC1
(183,187,193)
#C2C5CA
(194,197,202)
#CDCFD3
(205,207,211)
#D8D9DC
(216,217,220)
#E3E3E5
(227,227,229)
#EEEDEE
(238,237,238)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #808994; }

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

This text font color is #808994.


Background Color

.myBgColor { background-color: #808994; }

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

This div background color is #808994.


Border color

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

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

This div border color is #808994.


Opacity

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

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

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

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

This text has shadow with #808994 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #808994 on black background.


Color preview on white background

This text has color #808994 on white background.



Black color preview on #808994 background

This text has black color on #808994 background.


White color preview on #808994 background

This text has white color on #808994 background.