COLOR #80919B

HEX: #80919B
RGB: (128,145,155)

Color info

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

RGB color model

#80919B color RGB value is (128,145,155).

  • red value is 128;
  • green value is 145;
  • blue value is 155.
RGB:
(128,145,155)
(50%,57%,61%)

RGB channels and saturation

R 128 of 255 = 50%
G 145 of 255 = 57%
B 155 of 255 = 61%

128
145
155

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

Portions of RGB colors in percentages

R + G + B =
128 + 145 + 155 = 428 (100%)
R 128 of 428 ~ 29.91%
G 145 of 428 ~ 33.88%
B 155 of 428 ~ 36.21%

%29.91
%33.88
%36.21

CMYK color model

#80919B color CMYK value is (17,6,0,39).

  • cyan value is 17.42%
  • magenta value is 6.45%
  • yellow value is 0.00%
  • key color value is 39.22%
CMYK:
(17,6,0,39)
C17M6Y0K39 
(17%,6%,0%,39%)
(0.17/0.06/0.00/0.39)	

CMYK percentages

%17.42
%6.45
%0
%39.22

Codes

Color #80919B in popluar color models

80919B
RGB128145155
HSL202°11.89%55.49%
HSB/HSV202°17.42%60.78%
CMYK17.42%6.45%0.00%
39.22%

Color #80919B in popluar number systems.

HEX80919B
Decimal128145155
Binary100000001001000110011011
Octal200221233

Shades and tints

Shades of #80919B

#80919B
(128,145,155)
#75848D
(117,132,141)
#6A777F
(106,119,127)
#5F6A71
(95,106,113)
#545D63
(84,93,99)
#495055
(73,80,85)
#3E4347
(62,67,71)
#333639
(51,54,57)
#28292B
(40,41,43)
#1D1C1D
(29,28,29)
#120F0F
(18,15,15)
#000000
(0,0,0)

Tints of #80919B

#80919B
(128,145,155)
#8B9BA4
(139,155,164)
#96A5AD
(150,165,173)
#A1AFB6
(161,175,182)
#ACB9BF
(172,185,191)
#B7C3C8
(183,195,200)
#C2CDD1
(194,205,209)
#CDD7DA
(205,215,218)
#D8E1E3
(216,225,227)
#E3EBEC
(227,235,236)
#EEF5F5
(238,245,245)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #80919B color. Also use rgb(128,145,155) instead hex code.

Text Font Color

.myTextColor { color: #80919B; }

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

This text font color is #80919B.


Background Color

.myBgColor { background-color: #80919B; }

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

This div background color is #80919B.


Border color

.myBorderColor { border: 1px solid #80919B; }

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

This div border color is #80919B.


Opacity

.myOpacity80 { color: #80919B; opacity: 0.8; }

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

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

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

This text has shadow with #80919B color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #80919B on black background.


Color preview on white background

This text has color #80919B on white background.



Black color preview on #80919B background

This text has black color on #80919B background.


White color preview on #80919B background

This text has white color on #80919B background.