COLOR #808295

HEX: #808295 RGB: (128,130,149)

Color info

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

RGB color model

#808295 color RGB value is (128,130,149).

RGB: (128,130,149) (50%, 51%, 58%)

RGB channels and saturation

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

128
130
149

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

Portions of RGB colors in percentages

R + G + B = 128 + 130 + 149 = 407 (100%)
R 128 of 407 ~ 31.45%
G 130 of 407 ~ 31.94%
B 149 of 407 ~ 36.61'%

%31.45
%31.94
%36.61

CMYK color model

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

  • cyan value is 14.09%
  • magenta value is 12.75%
  • yellow value is 0.00%
  • key color value is 41.57%

CMYK: (14,13,0,42)
C14M13Y0K42 (14%, 13%, 0%, 42%)
(0.14 / 0.13 / 0.00 / 0.42)

CMYK percentages

%14.09
%12.75
%0
%41.57

Codes

Color #808295 in popluar color models

80 82 95
RGB 128 130 149
HSL 234° 9.01% 54.31%
HSB/HSV 234° 14.09% 58.43%
CMYK 14.09% 12.75% 0.00%
41.57%

Color #808295 in popluar number systems.

HEX 80 82 95
Decimal 128 130 149
Binary 10000000 10000010 10010101
Octal 200 202 225

Shades and tints

Shades of #808295

#808295
(128,130,149)
#757788
(117,119,136)
#6A6C7B
(106,108,123)
#5F616E
(95,97,110)
#545661
(84,86,97)
#494B54
(73,75,84)
#3E4047
(62,64,71)
#33353A
(51,53,58)
#282A2D
(40,42,45)
#1D1F20
(29,31,32)
#121413
(18,20,19)
#000000
(0,0,0)

Tints of #808295

#808295
(128,130,149)
#8B8D9E
(139,141,158)
#9698A7
(150,152,167)
#A1A3B0
(161,163,176)
#ACAEB9
(172,174,185)
#B7B9C2
(183,185,194)
#C2C4CB
(194,196,203)
#CDCFD4
(205,207,212)
#D8DADD
(216,218,221)
#E3E5E6
(227,229,230)
#EEF0EF
(238,240,239)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #808295; }

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

This text font color is #808295.

Background Color

.myBgColor { background-color: #808295; }

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

This div background color is #808295.

Border color

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

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

This div border color is #808295.

Opacity

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

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

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

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

This text has shadow with #808295 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #808295.

Preview

Color preview on black background

This text has color #808295 on black background.


Color preview on white background

This text has color #808295 on white background.


Black color preview on #808295 background

This text has black color on #808295 background.


White color preview on #808295 background

This text has white color on #808295 background.


Related colors

Complementary color

Complementary color for #hex is #7F7D6A.


I love getcolorcode.com

Triadic colors

1 #958082 and #829580 with #808295 are triadic colors.

2 #958280 and #828095 with #808295 are triadic colors.