COLOR #80948F

HEX: #80948F
RGB: (128,148,143)

Color info

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

RGB color model

#80948F color RGB value is (128,148,143).

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

RGB channels and saturation

R 128 of 255 = 50%
G 148 of 255 = 58%
B 143 of 255 = 56%

128
148
143

R + G + B ~ 55%. #80948F is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
128 + 148 + 143 = 419 (100%)
R 128 of 419 ~ 30.55%
G 148 of 419 ~ 35.32%
B 143 of 419 ~ 34.13%

%30.55
%35.32
%34.13

CMYK color model

#80948F color CMYK value is (14,0,3,42).

  • cyan value is 13.51%
  • magenta value is 0.00%
  • yellow value is 3.38%
  • key color value is 41.96%
CMYK:
(14,0,3,42)
C14M0Y3K42 
(14%,0%,3%,42%)
(0.14/0.00/0.03/0.42)	

CMYK percentages

%13.51
%0
%3.38
%41.96

Codes

Color #80948F in popluar color models

80948F
RGB128148143
HSL165°8.55%54.12%
HSB/HSV165°13.51%58.04%
CMYK13.51%0.00%3.38%
41.96%

Color #80948F in popluar number systems.

HEX80948F
Decimal128148143
Binary100000001001010010001111
Octal200224217

Shades and tints

Shades of #80948F

#80948F
(128,148,143)
#758782
(117,135,130)
#6A7A75
(106,122,117)
#5F6D68
(95,109,104)
#54605B
(84,96,91)
#49534E
(73,83,78)
#3E4641
(62,70,65)
#333934
(51,57,52)
#282C27
(40,44,39)
#1D1F1A
(29,31,26)
#12120D
(18,18,13)
#000000
(0,0,0)

Tints of #80948F

#80948F
(128,148,143)
#8B9D99
(139,157,153)
#96A6A3
(150,166,163)
#A1AFAD
(161,175,173)
#ACB8B7
(172,184,183)
#B7C1C1
(183,193,193)
#C2CACB
(194,202,203)
#CDD3D5
(205,211,213)
#D8DCDF
(216,220,223)
#E3E5E9
(227,229,233)
#EEEEF3
(238,238,243)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #80948F color. Also use rgb(128,148,143) instead hex code.

Text Font Color

.myTextColor { color: #80948F; }

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

This text font color is #80948F.


Background Color

.myBgColor { background-color: #80948F; }

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

This div background color is #80948F.


Border color

.myBorderColor { border: 1px solid #80948F; }

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

This div border color is #80948F.


Opacity

.myOpacity80 { color: #80948F; opacity: 0.8; }

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

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

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

This text has shadow with #80948F color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #80948F on black background.


Color preview on white background

This text has color #80948F on white background.



Black color preview on #80948F background

This text has black color on #80948F background.


White color preview on #80948F background

This text has white color on #80948F background.