COLOR #808694

HEX: #808694
RGB: (128,134,148)

Color info

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

RGB color model

#808694 color RGB value is (128,134,148).

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

RGB channels and saturation

R 128 of 255 = 50%
G 134 of 255 = 53%
B 148 of 255 = 58%

128
134
148

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

Portions of RGB colors in percentages

R + G + B =
128 + 134 + 148 = 410 (100%)
R 128 of 410 ~ 31.22%
G 134 of 410 ~ 32.68%
B 148 of 410 ~ 36.1%

%31.22
%32.68
%36.1

CMYK color model

#808694 color CMYK value is (14,9,0,42).

  • cyan value is 13.51%
  • magenta value is 9.46%
  • yellow value is 0.00%
  • key color value is 41.96%
CMYK:
(14,9,0,42)
C14M9Y0K42 
(14%,9%,0%,42%)
(0.14/0.09/0.00/0.42)	

CMYK percentages

%13.51
%9.46
%0
%41.96

Codes

Color #808694 in popluar color models

808694
RGB128134148
HSL222°8.55%54.12%
HSB/HSV222°13.51%58.04%
CMYK13.51%9.46%0.00%
41.96%

Color #808694 in popluar number systems.

HEX808694
Decimal128134148
Binary100000001000011010010100
Octal200206224

Shades and tints

Shades of #808694

#808694
(128,134,148)
#757A87
(117,122,135)
#6A6E7A
(106,110,122)
#5F626D
(95,98,109)
#545660
(84,86,96)
#494A53
(73,74,83)
#3E3E46
(62,62,70)
#333239
(51,50,57)
#28262C
(40,38,44)
#1D1A1F
(29,26,31)
#120E12
(18,14,18)
#000000
(0,0,0)

Tints of #808694

#808694
(128,134,148)
#8B919D
(139,145,157)
#969CA6
(150,156,166)
#A1A7AF
(161,167,175)
#ACB2B8
(172,178,184)
#B7BDC1
(183,189,193)
#C2C8CA
(194,200,202)
#CDD3D3
(205,211,211)
#D8DEDC
(216,222,220)
#E3E9E5
(227,233,229)
#EEF4EE
(238,244,238)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #808694; }

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

This text font color is #808694.


Background Color

.myBgColor { background-color: #808694; }

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

This div background color is #808694.


Border color

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

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

This div border color is #808694.


Opacity

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

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

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

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

This text has shadow with #808694 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #808694 on black background.


Color preview on white background

This text has color #808694 on white background.



Black color preview on #808694 background

This text has black color on #808694 background.


White color preview on #808694 background

This text has white color on #808694 background.