COLOR #808692

HEX: #808692
RGB: (128,134,146)

Color info

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

RGB color model

#808692 color RGB value is (128,134,146).

  • red value is 128;
  • green value is 134;
  • blue value is 146.
RGB:
(128,134,146)
(50%,53%,57%)

RGB channels and saturation

R 128 of 255 = 50%
G 134 of 255 = 53%
B 146 of 255 = 57%

128
134
146

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

Portions of RGB colors in percentages

R + G + B =
128 + 134 + 146 = 408 (100%)
R 128 of 408 ~ 31.37%
G 134 of 408 ~ 32.84%
B 146 of 408 ~ 35.78%

%31.37
%32.84
%35.78

CMYK color model

#808692 color CMYK value is (12,8,0,43).

  • cyan value is 12.33%
  • magenta value is 8.22%
  • yellow value is 0.00%
  • key color value is 42.75%
CMYK:
(12,8,0,43)
C12M8Y0K43 
(12%,8%,0%,43%)
(0.12/0.08/0.00/0.43)	

CMYK percentages

%12.33
%8.22
%0
%42.75

Codes

Color #808692 in popluar color models

808692
RGB128134146
HSL220°7.63%53.73%
HSB/HSV220°12.33%57.25%
CMYK12.33%8.22%0.00%
42.75%

Color #808692 in popluar number systems.

HEX808692
Decimal128134146
Binary100000001000011010010010
Octal200206222

Shades and tints

Shades of #808692

#808692
(128,134,146)
#757A85
(117,122,133)
#6A6E78
(106,110,120)
#5F626B
(95,98,107)
#54565E
(84,86,94)
#494A51
(73,74,81)
#3E3E44
(62,62,68)
#333237
(51,50,55)
#28262A
(40,38,42)
#1D1A1D
(29,26,29)
#120E10
(18,14,16)
#000000
(0,0,0)

Tints of #808692

#808692
(128,134,146)
#8B919B
(139,145,155)
#969CA4
(150,156,164)
#A1A7AD
(161,167,173)
#ACB2B6
(172,178,182)
#B7BDBF
(183,189,191)
#C2C8C8
(194,200,200)
#CDD3D1
(205,211,209)
#D8DEDA
(216,222,218)
#E3E9E3
(227,233,227)
#EEF4EC
(238,244,236)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #808692; }

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

This text font color is #808692.


Background Color

.myBgColor { background-color: #808692; }

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

This div background color is #808692.


Border color

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

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

This div border color is #808692.


Opacity

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

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

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

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

This text has shadow with #808692 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #808692 on black background.


Color preview on white background

This text has color #808692 on white background.



Black color preview on #808692 background

This text has black color on #808692 background.


White color preview on #808692 background

This text has white color on #808692 background.