COLOR #808C96

HEX: #808C96
RGB: (128,140,150)

Color info

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

RGB color model

#808C96 color RGB value is (128,140,150).

  • red value is 128;
  • green value is 140;
  • blue value is 150.
RGB:
(128,140,150)
(50%,55%,59%)

RGB channels and saturation

R 128 of 255 = 50%
G 140 of 255 = 55%
B 150 of 255 = 59%

128
140
150

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

Portions of RGB colors in percentages

R + G + B =
128 + 140 + 150 = 418 (100%)
R 128 of 418 ~ 30.62%
G 140 of 418 ~ 33.49%
B 150 of 418 ~ 35.89%

%30.62
%33.49
%35.89

CMYK color model

#808C96 color CMYK value is (15,7,0,41).

  • cyan value is 14.67%
  • magenta value is 6.67%
  • yellow value is 0.00%
  • key color value is 41.18%
CMYK:
(15,7,0,41)
C15M7Y0K41 
(15%,7%,0%,41%)
(0.15/0.07/0.00/0.41)	

CMYK percentages

%14.67
%6.67
%0
%41.18

Codes

Color #808C96 in popluar color models

808C96
RGB128140150
HSL207°9.48%54.51%
HSB/HSV207°14.67%58.82%
CMYK14.67%6.67%0.00%
41.18%

Color #808C96 in popluar number systems.

HEX808C96
Decimal128140150
Binary100000001000110010010110
Octal200214226

Shades and tints

Shades of #808C96

#808C96
(128,140,150)
#758089
(117,128,137)
#6A747C
(106,116,124)
#5F686F
(95,104,111)
#545C62
(84,92,98)
#495055
(73,80,85)
#3E4448
(62,68,72)
#33383B
(51,56,59)
#282C2E
(40,44,46)
#1D2021
(29,32,33)
#121414
(18,20,20)
#000000
(0,0,0)

Tints of #808C96

#808C96
(128,140,150)
#8B969F
(139,150,159)
#96A0A8
(150,160,168)
#A1AAB1
(161,170,177)
#ACB4BA
(172,180,186)
#B7BEC3
(183,190,195)
#C2C8CC
(194,200,204)
#CDD2D5
(205,210,213)
#D8DCDE
(216,220,222)
#E3E6E7
(227,230,231)
#EEF0F0
(238,240,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #808C96; }

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

This text font color is #808C96.


Background Color

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

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

This div background color is #808C96.


Border color

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

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

This div border color is #808C96.


Opacity

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

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

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

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

This text has shadow with #808C96 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #808C96 on black background.


Color preview on white background

This text has color #808C96 on white background.



Black color preview on #808C96 background

This text has black color on #808C96 background.


White color preview on #808C96 background

This text has white color on #808C96 background.