COLOR #808095

HEX: #808095
RGB: (128,128,149)

Color info

#808095 contains red, green and blue colors in about the same proportion. Web safe color of #808095 is #666699 (or #669).

RGB color model

#808095 color RGB value is (128,128,149).

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

RGB channels and saturation

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

128
128
149

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

Portions of RGB colors in percentages

R + G + B =
128 + 128 + 149 = 405 (100%)
R 128 of 405 ~ 31.6%
G 128 of 405 ~ 31.6%
B 149 of 405 ~ 36.79%

%31.6
%31.6
%36.79

CMYK color model

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

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

CMYK percentages

%14.09
%14.09
%0
%41.57

Codes

Color #808095 in popluar color models

808095
RGB128128149
HSL240°9.01%54.31%
HSB/HSV240°14.09%58.43%
CMYK14.09%14.09%0.00%
41.57%

Color #808095 in popluar number systems.

HEX808095
Decimal128128149
Binary100000001000000010010101
Octal200200225

Shades and tints

Shades of #808095

#808095
(128,128,149)
#757588
(117,117,136)
#6A6A7B
(106,106,123)
#5F5F6E
(95,95,110)
#545461
(84,84,97)
#494954
(73,73,84)
#3E3E47
(62,62,71)
#33333A
(51,51,58)
#28282D
(40,40,45)
#1D1D20
(29,29,32)
#121213
(18,18,19)
#000000
(0,0,0)

Tints of #808095

#808095
(128,128,149)
#8B8B9E
(139,139,158)
#9696A7
(150,150,167)
#A1A1B0
(161,161,176)
#ACACB9
(172,172,185)
#B7B7C2
(183,183,194)
#C2C2CB
(194,194,203)
#CDCDD4
(205,205,212)
#D8D8DD
(216,216,221)
#E3E3E6
(227,227,230)
#EEEEEF
(238,238,239)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #808095; }

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

This text font color is #808095.


Background Color

.myBgColor { background-color: #808095; }

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

This div background color is #808095.


Border color

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

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

This div border color is #808095.


Opacity

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

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

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

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

This text has shadow with #808095 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #808095 on black background.


Color preview on white background

This text has color #808095 on white background.



Black color preview on #808095 background

This text has black color on #808095 background.


White color preview on #808095 background

This text has white color on #808095 background.