COLOR #808E92

HEX: #808E92 RGB: (128,142,146)

Color info

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

RGB color model

#808E92 color RGB value is (128,142,146).

RGB: (128,142,146) (50%, 56%, 57%)

RGB channels and saturation

R 128 of 255 = 50%
G 142 of 255 = 56%
B 146 of 255 = 57%

128
142
146

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

Portions of RGB colors in percentages

R + G + B = 128 + 142 + 146 = 416 (100%)
R 128 of 416 ~ 30.77%
G 142 of 416 ~ 34.13%
B 146 of 416 ~ 35.1'%

%30.77
%34.13
%35.1

CMYK color model

#808E92 color CMYK value is (12,3,0,43).

  • cyan value is 12.33%
  • magenta value is 2.74%
  • yellow value is 0.00%
  • key color value is 42.75%

CMYK: (12,3,0,43)
C12M3Y0K43 (12%, 3%, 0%, 43%)
(0.12 / 0.03 / 0.00 / 0.43)

CMYK percentages

%12.33
%2.74
%0
%42.75

Codes

Color #808E92 in popluar color models

80 8E 92
RGB 128 142 146
HSL 193° 7.63% 53.73%
HSB/HSV 193° 12.33% 57.25%
CMYK 12.33% 2.74% 0.00%
42.75%

Color #808E92 in popluar number systems.

HEX 80 8E 92
Decimal 128 142 146
Binary 10000000 10001110 10010010
Octal 200 216 222

Shades and tints

Shades of #808E92

#808E92
(128,142,146)
#758285
(117,130,133)
#6A7678
(106,118,120)
#5F6A6B
(95,106,107)
#545E5E
(84,94,94)
#495251
(73,82,81)
#3E4644
(62,70,68)
#333A37
(51,58,55)
#282E2A
(40,46,42)
#1D221D
(29,34,29)
#121610
(18,22,16)
#000000
(0,0,0)

Tints of #808E92

#808E92
(128,142,146)
#8B989B
(139,152,155)
#96A2A4
(150,162,164)
#A1ACAD
(161,172,173)
#ACB6B6
(172,182,182)
#B7C0BF
(183,192,191)
#C2CAC8
(194,202,200)
#CDD4D1
(205,212,209)
#D8DEDA
(216,222,218)
#E3E8E3
(227,232,227)
#EEF2EC
(238,242,236)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #808E92; }

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

This text font color is #808E92.

Background Color

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

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

This div background color is #808E92.

Border color

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

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

This div border color is #808E92.

Opacity

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

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

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

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

This text has shadow with #808E92 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #808E92.

Preview

Color preview on black background

This text has color #808E92 on black background.


Color preview on white background

This text has color #808E92 on white background.


Black color preview on #808E92 background

This text has black color on #808E92 background.


White color preview on #808E92 background

This text has white color on #808E92 background.


Related colors

Complementary color

Complementary color for #hex is #7F716D.


I love getcolorcode.com

Triadic colors

1 #92808E and #8E9280 with #808E92 are triadic colors.

2 #928E80 and #8E8092 with #808E92 are triadic colors.