COLOR #808C94

HEX: #808C94 RGB: (128,140,148)

Color info

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

RGB color model

#808C94 color RGB value is (128,140,148).

RGB: (128,140,148) (50%, 55%, 58%)

RGB channels and saturation

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

128
140
148

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

Portions of RGB colors in percentages

R + G + B = 128 + 140 + 148 = 416 (100%)
R 128 of 416 ~ 30.77%
G 140 of 416 ~ 33.65%
B 148 of 416 ~ 35.58'%

%30.77
%33.65
%35.58

CMYK color model

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

  • cyan value is 13.51%
  • magenta value is 5.41%
  • 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
%5.41
%0
%41.96

Codes

Color #808C94 in popluar color models

80 8C 94
RGB 128 140 148
HSL 204° 8.55% 54.12%
HSB/HSV 204° 13.51% 58.04%
CMYK 13.51% 5.41% 0.00%
41.96%

Color #808C94 in popluar number systems.

HEX 80 8C 94
Decimal 128 140 148
Binary 10000000 10001100 10010100
Octal 200 214 224

Shades and tints

Shades of #808C94

#808C94
(128,140,148)
#758087
(117,128,135)
#6A747A
(106,116,122)
#5F686D
(95,104,109)
#545C60
(84,92,96)
#495053
(73,80,83)
#3E4446
(62,68,70)
#333839
(51,56,57)
#282C2C
(40,44,44)
#1D201F
(29,32,31)
#121412
(18,20,18)
#000000
(0,0,0)

Tints of #808C94

#808C94
(128,140,148)
#8B969D
(139,150,157)
#96A0A6
(150,160,166)
#A1AAAF
(161,170,175)
#ACB4B8
(172,180,184)
#B7BEC1
(183,190,193)
#C2C8CA
(194,200,202)
#CDD2D3
(205,210,211)
#D8DCDC
(216,220,220)
#E3E6E5
(227,230,229)
#EEF0EE
(238,240,238)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #808C94; }

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

This text font color is #808C94.

Background Color

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

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

This div background color is #808C94.

Border color

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

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

This div border color is #808C94.

Opacity

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

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

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

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

This text has shadow with #808C94 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #808C94.

Preview

Color preview on black background

This text has color #808C94 on black background.


Color preview on white background

This text has color #808C94 on white background.


Black color preview on #808C94 background

This text has black color on #808C94 background.


White color preview on #808C94 background

This text has white color on #808C94 background.


Related colors

Complementary color

Complementary color for #hex is #7F736B.


I love getcolorcode.com

Triadic colors

1 #94808C and #8C9480 with #808C94 are triadic colors.

2 #948C80 and #8C8094 with #808C94 are triadic colors.