COLOR #808E94

HEX: #808E94 RGB: (128,142,148)

Color info

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

RGB color model

#808E94 color RGB value is (128,142,148).

RGB: (128,142,148) (50%, 56%, 58%)

RGB channels and saturation

R 128 of 255 = 50%
G 142 of 255 = 56%
B 148 of 255 = 58%

128
142
148

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

Portions of RGB colors in percentages

R + G + B = 128 + 142 + 148 = 418 (100%)
R 128 of 418 ~ 30.62%
G 142 of 418 ~ 33.97%
B 148 of 418 ~ 35.41'%

%30.62
%33.97
%35.41

CMYK color model

#808E94 color CMYK value is (14,4,0,42).

  • cyan value is 13.51%
  • magenta value is 4.05%
  • yellow value is 0.00%
  • key color value is 41.96%

CMYK: (14,4,0,42)
C14M4Y0K42 (14%, 4%, 0%, 42%)
(0.14 / 0.04 / 0.00 / 0.42)

CMYK percentages

%13.51
%4.05
%0
%41.96

Codes

Color #808E94 in popluar color models

80 8E 94
RGB 128 142 148
HSL 198° 8.55% 54.12%
HSB/HSV 198° 13.51% 58.04%
CMYK 13.51% 4.05% 0.00%
41.96%

Color #808E94 in popluar number systems.

HEX 80 8E 94
Decimal 128 142 148
Binary 10000000 10001110 10010100
Octal 200 216 224

Shades and tints

Shades of #808E94

#808E94
(128,142,148)
#758287
(117,130,135)
#6A767A
(106,118,122)
#5F6A6D
(95,106,109)
#545E60
(84,94,96)
#495253
(73,82,83)
#3E4646
(62,70,70)
#333A39
(51,58,57)
#282E2C
(40,46,44)
#1D221F
(29,34,31)
#121612
(18,22,18)
#000000
(0,0,0)

Tints of #808E94

#808E94
(128,142,148)
#8B989D
(139,152,157)
#96A2A6
(150,162,166)
#A1ACAF
(161,172,175)
#ACB6B8
(172,182,184)
#B7C0C1
(183,192,193)
#C2CACA
(194,202,202)
#CDD4D3
(205,212,211)
#D8DEDC
(216,222,220)
#E3E8E5
(227,232,229)
#EEF2EE
(238,242,238)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #808E94; }

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

This text font color is #808E94.

Background Color

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

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

This div background color is #808E94.

Border color

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

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

This div border color is #808E94.

Opacity

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

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

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

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

This text has shadow with #808E94 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #808E94.

Preview

Color preview on black background

This text has color #808E94 on black background.


Color preview on white background

This text has color #808E94 on white background.


Black color preview on #808E94 background

This text has black color on #808E94 background.


White color preview on #808E94 background

This text has white color on #808E94 background.


Related colors

Complementary color

Complementary color for #hex is #7F716B.


I love getcolorcode.com

Triadic colors

1 #94808E and #8E9480 with #808E94 are triadic colors.

2 #948E80 and #8E8094 with #808E94 are triadic colors.