COLOR #808698

HEX: #808698 RGB: (128,134,152)

Color info

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

RGB color model

#808698 color RGB value is (128,134,152).

RGB: (128,134,152) (50%, 53%, 60%)

RGB channels and saturation

R 128 of 255 = 50%
G 134 of 255 = 53%
B 152 of 255 = 60%

128
134
152

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

Portions of RGB colors in percentages

R + G + B = 128 + 134 + 152 = 414 (100%)
R 128 of 414 ~ 30.92%
G 134 of 414 ~ 32.37%
B 152 of 414 ~ 36.71'%

%30.92
%32.37
%36.71

CMYK color model

#808698 color CMYK value is (16,12,0,40).

  • cyan value is 15.79%
  • magenta value is 11.84%
  • yellow value is 0.00%
  • key color value is 40.39%

CMYK: (16,12,0,40)
C16M12Y0K40 (16%, 12%, 0%, 40%)
(0.16 / 0.12 / 0.00 / 0.40)

CMYK percentages

%15.79
%11.84
%0
%40.39

Codes

Color #808698 in popluar color models

80 86 98
RGB 128 134 152
HSL 225° 10.43% 54.90%
HSB/HSV 225° 15.79% 59.61%
CMYK 15.79% 11.84% 0.00%
40.39%

Color #808698 in popluar number systems.

HEX 80 86 98
Decimal 128 134 152
Binary 10000000 10000110 10011000
Octal 200 206 230

Shades and tints

Shades of #808698

#808698
(128,134,152)
#757A8B
(117,122,139)
#6A6E7E
(106,110,126)
#5F6271
(95,98,113)
#545664
(84,86,100)
#494A57
(73,74,87)
#3E3E4A
(62,62,74)
#33323D
(51,50,61)
#282630
(40,38,48)
#1D1A23
(29,26,35)
#120E16
(18,14,22)
#000000
(0,0,0)

Tints of #808698

#808698
(128,134,152)
#8B91A1
(139,145,161)
#969CAA
(150,156,170)
#A1A7B3
(161,167,179)
#ACB2BC
(172,178,188)
#B7BDC5
(183,189,197)
#C2C8CE
(194,200,206)
#CDD3D7
(205,211,215)
#D8DEE0
(216,222,224)
#E3E9E9
(227,233,233)
#EEF4F2
(238,244,242)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #808698; }

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

This text font color is #808698.

Background Color

.myBgColor { background-color: #808698; }

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

This div background color is #808698.

Border color

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

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

This div border color is #808698.

Opacity

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

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

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

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

This text has shadow with #808698 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #808698.

Preview

Color preview on black background

This text has color #808698 on black background.


Color preview on white background

This text has color #808698 on white background.


Black color preview on #808698 background

This text has black color on #808698 background.


White color preview on #808698 background

This text has white color on #808698 background.


Related colors

Complementary color

Complementary color for #hex is #7F7967.


I love getcolorcode.com

Triadic colors

1 #988086 and #869880 with #808698 are triadic colors.

2 #988680 and #868098 with #808698 are triadic colors.