COLOR #80848D

HEX: #80848D
RGB: (128,132,141)

Color info

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

RGB color model

#80848D color RGB value is (128,132,141).

  • red value is 128;
  • green value is 132;
  • blue value is 141.
RGB:
(128,132,141)
(50%,52%,55%)

RGB channels and saturation

R 128 of 255 = 50%
G 132 of 255 = 52%
B 141 of 255 = 55%

128
132
141

R + G + B ~ 52%. #80848D is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
128 + 132 + 141 = 401 (100%)
R 128 of 401 ~ 31.92%
G 132 of 401 ~ 32.92%
B 141 of 401 ~ 35.16%

%31.92
%32.92
%35.16

CMYK color model

#80848D color CMYK value is (9,6,0,45).

  • cyan value is 9.22%
  • magenta value is 6.38%
  • yellow value is 0.00%
  • key color value is 44.71%
CMYK:
(9,6,0,45)
C9M6Y0K45 
(9%,6%,0%,45%)
(0.09/0.06/0.00/0.45)	

CMYK percentages

%9.22
%6.38
%0
%44.71

Codes

Color #80848D in popluar color models

80848D
RGB128132141
HSL222°5.39%52.75%
HSB/HSV222°9.22%55.29%
CMYK9.22%6.38%0.00%
44.71%

Color #80848D in popluar number systems.

HEX80848D
Decimal128132141
Binary100000001000010010001101
Octal200204215

Shades and tints

Shades of #80848D

#80848D
(128,132,141)
#757881
(117,120,129)
#6A6C75
(106,108,117)
#5F6069
(95,96,105)
#54545D
(84,84,93)
#494851
(73,72,81)
#3E3C45
(62,60,69)
#333039
(51,48,57)
#28242D
(40,36,45)
#1D1821
(29,24,33)
#120C15
(18,12,21)
#000000
(0,0,0)

Tints of #80848D

#80848D
(128,132,141)
#8B8F97
(139,143,151)
#969AA1
(150,154,161)
#A1A5AB
(161,165,171)
#ACB0B5
(172,176,181)
#B7BBBF
(183,187,191)
#C2C6C9
(194,198,201)
#CDD1D3
(205,209,211)
#D8DCDD
(216,220,221)
#E3E7E7
(227,231,231)
#EEF2F1
(238,242,241)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #80848D color. Also use rgb(128,132,141) instead hex code.

Text Font Color

.myTextColor { color: #80848D; }

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

This text font color is #80848D.


Background Color

.myBgColor { background-color: #80848D; }

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

This div background color is #80848D.


Border color

.myBorderColor { border: 1px solid #80848D; }

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

This div border color is #80848D.


Opacity

.myOpacity80 { color: #80848D; opacity: 0.8; }

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

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

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

This text has shadow with #80848D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #80848D on black background.


Color preview on white background

This text has color #80848D on white background.



Black color preview on #80848D background

This text has black color on #80848D background.


White color preview on #80848D background

This text has white color on #80848D background.