COLOR #80969A

HEX: #80969A
RGB: (128,150,154)

Color info

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

RGB color model

#80969A color RGB value is (128,150,154).

  • red value is 128;
  • green value is 150;
  • blue value is 154.
RGB:
(128,150,154)
(50%,59%,60%)

RGB channels and saturation

R 128 of 255 = 50%
G 150 of 255 = 59%
B 154 of 255 = 60%

128
150
154

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

Portions of RGB colors in percentages

R + G + B =
128 + 150 + 154 = 432 (100%)
R 128 of 432 ~ 29.63%
G 150 of 432 ~ 34.72%
B 154 of 432 ~ 35.65%

%29.63
%34.72
%35.65

CMYK color model

#80969A color CMYK value is (17,3,0,40).

  • cyan value is 16.88%
  • magenta value is 2.60%
  • yellow value is 0.00%
  • key color value is 39.61%
CMYK:
(17,3,0,40)
C17M3Y0K40 
(17%,3%,0%,40%)
(0.17/0.03/0.00/0.40)	

CMYK percentages

%16.88
%2.6
%0
%39.61

Codes

Color #80969A in popluar color models

80969A
RGB128150154
HSL189°11.40%55.29%
HSB/HSV189°16.88%60.39%
CMYK16.88%2.60%0.00%
39.61%

Color #80969A in popluar number systems.

HEX80969A
Decimal128150154
Binary100000001001011010011010
Octal200226232

Shades and tints

Shades of #80969A

#80969A
(128,150,154)
#75898C
(117,137,140)
#6A7C7E
(106,124,126)
#5F6F70
(95,111,112)
#546262
(84,98,98)
#495554
(73,85,84)
#3E4846
(62,72,70)
#333B38
(51,59,56)
#282E2A
(40,46,42)
#1D211C
(29,33,28)
#12140E
(18,20,14)
#000000
(0,0,0)

Tints of #80969A

#80969A
(128,150,154)
#8B9FA3
(139,159,163)
#96A8AC
(150,168,172)
#A1B1B5
(161,177,181)
#ACBABE
(172,186,190)
#B7C3C7
(183,195,199)
#C2CCD0
(194,204,208)
#CDD5D9
(205,213,217)
#D8DEE2
(216,222,226)
#E3E7EB
(227,231,235)
#EEF0F4
(238,240,244)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #80969A color. Also use rgb(128,150,154) instead hex code.

Text Font Color

.myTextColor { color: #80969A; }

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

This text font color is #80969A.


Background Color

.myBgColor { background-color: #80969A; }

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

This div background color is #80969A.


Border color

.myBorderColor { border: 1px solid #80969A; }

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

This div border color is #80969A.


Opacity

.myOpacity80 { color: #80969A; opacity: 0.8; }

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

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

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

This text has shadow with #80969A color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #80969A on black background.


Color preview on white background

This text has color #80969A on white background.



Black color preview on #80969A background

This text has black color on #80969A background.


White color preview on #80969A background

This text has white color on #80969A background.