COLOR #80938C

HEX: #80938C RGB: (128,147,140)

Color info

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

RGB color model

#80938C color RGB value is (128,147,140).

RGB: (128,147,140) (50%, 58%, 55%)

RGB channels and saturation

R 128 of 255 = 50%
G 147 of 255 = 58%
B 140 of 255 = 55%

128
147
140

R + G + B ~ 54%. #80938C is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B = 128 + 147 + 140 = 415 (100%)
R 128 of 415 ~ 30.84%
G 147 of 415 ~ 35.42%
B 140 of 415 ~ 33.73'%

%30.84
%35.42
%33.73

CMYK color model

#80938C color CMYK value is (13,0,5,42).

  • cyan value is 12.93%
  • magenta value is 0.00%
  • yellow value is 4.76%
  • key color value is 42.35%

CMYK: (13,0,5,42)
C13M0Y5K42 (13%, 0%, 5%, 42%)
(0.13 / 0.00 / 0.05 / 0.42)

CMYK percentages

%12.93
%0
%4.76
%42.35

Codes

Color #80938C in popluar color models

80 93 8C
RGB 128 147 140
HSL 158° 8.09% 53.92%
HSB/HSV 158° 12.93% 57.65%
CMYK 12.93% 0.00% 4.76%
42.35%

Color #80938C in popluar number systems.

HEX 80 93 8C
Decimal 128 147 140
Binary 10000000 10010011 10001100
Octal 200 223 214

Shades and tints

Shades of #80938C

#80938C
(128,147,140)
#758680
(117,134,128)
#6A7974
(106,121,116)
#5F6C68
(95,108,104)
#545F5C
(84,95,92)
#495250
(73,82,80)
#3E4544
(62,69,68)
#333838
(51,56,56)
#282B2C
(40,43,44)
#1D1E20
(29,30,32)
#121114
(18,17,20)
#000000
(0,0,0)

Tints of #80938C

#80938C
(128,147,140)
#8B9C96
(139,156,150)
#96A5A0
(150,165,160)
#A1AEAA
(161,174,170)
#ACB7B4
(172,183,180)
#B7C0BE
(183,192,190)
#C2C9C8
(194,201,200)
#CDD2D2
(205,210,210)
#D8DBDC
(216,219,220)
#E3E4E6
(227,228,230)
#EEEDF0
(238,237,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #80938C color. Also use rgb(128,147,140) instead hex code.

Text Font Color

.myTextColor { color: #80938C; }

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

This text font color is #80938C.

Background Color

.myBgColor { background-color: #80938C; }

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

This div background color is #80938C.

Border color

.myBorderColor { border: 1px solid #80938C; }

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

This div border color is #80938C.

Opacity

.myOpacity80 { color: #80938C; opacity: 0.8; }

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

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

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

This text has shadow with #80938C color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #80938C.

Preview

Color preview on black background

This text has color #80938C on black background.


Color preview on white background

This text has color #80938C on white background.


Black color preview on #80938C background

This text has black color on #80938C background.


White color preview on #80938C background

This text has white color on #80938C background.


Related colors

Complementary color

Complementary color for #hex is #7F6C73.


I love getcolorcode.com

Triadic colors

1 #8C8093 and #938C80 with #80938C are triadic colors.

2 #8C9380 and #93808C with #80938C are triadic colors.