COLOR #808895

HEX: #808895
RGB: (128,136,149)

Color info

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

RGB color model

#808895 color RGB value is (128,136,149).

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

RGB channels and saturation

R 128 of 255 = 50%
G 136 of 255 = 53%
B 149 of 255 = 58%

128
136
149

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

Portions of RGB colors in percentages

R + G + B =
128 + 136 + 149 = 413 (100%)
R 128 of 413 ~ 30.99%
G 136 of 413 ~ 32.93%
B 149 of 413 ~ 36.08%

%30.99
%32.93
%36.08

CMYK color model

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

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

CMYK percentages

%14.09
%8.72
%0
%41.57

Codes

Color #808895 in popluar color models

808895
RGB128136149
HSL217°9.01%54.31%
HSB/HSV217°14.09%58.43%
CMYK14.09%8.72%0.00%
41.57%

Color #808895 in popluar number systems.

HEX808895
Decimal128136149
Binary100000001000100010010101
Octal200210225

Shades and tints

Shades of #808895

#808895
(128,136,149)
#757C88
(117,124,136)
#6A707B
(106,112,123)
#5F646E
(95,100,110)
#545861
(84,88,97)
#494C54
(73,76,84)
#3E4047
(62,64,71)
#33343A
(51,52,58)
#28282D
(40,40,45)
#1D1C20
(29,28,32)
#121013
(18,16,19)
#000000
(0,0,0)

Tints of #808895

#808895
(128,136,149)
#8B929E
(139,146,158)
#969CA7
(150,156,167)
#A1A6B0
(161,166,176)
#ACB0B9
(172,176,185)
#B7BAC2
(183,186,194)
#C2C4CB
(194,196,203)
#CDCED4
(205,206,212)
#D8D8DD
(216,216,221)
#E3E2E6
(227,226,230)
#EEECEF
(238,236,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #808895 color. Also use rgb(128,136,149) instead hex code.

Text Font Color

.myTextColor { color: #808895; }

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

This text font color is #808895.


Background Color

.myBgColor { background-color: #808895; }

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

This div background color is #808895.


Border color

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

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

This div border color is #808895.


Opacity

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

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

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

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

This text has shadow with #808895 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #808895 on black background.


Color preview on white background

This text has color #808895 on white background.



Black color preview on #808895 background

This text has black color on #808895 background.


White color preview on #808895 background

This text has white color on #808895 background.