COLOR #80888B

HEX: #80888B RGB: (128,136,139)

Color info

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

RGB color model

#80888B color RGB value is (128,136,139).

RGB: (128,136,139) (50%, 53%, 55%)

RGB channels and saturation

R 128 of 255 = 50%
G 136 of 255 = 53%
B 139 of 255 = 55%

128
136
139

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

Portions of RGB colors in percentages

R + G + B = 128 + 136 + 139 = 403 (100%)
R 128 of 403 ~ 31.76%
G 136 of 403 ~ 33.75%
B 139 of 403 ~ 34.49'%

%31.76
%33.75
%34.49

CMYK color model

#80888B color CMYK value is (8,2,0,45).

  • cyan value is 7.91%
  • magenta value is 2.16%
  • yellow value is 0.00%
  • key color value is 45.49%
CMYK: (8,2,0,45) C8M2Y0K45 (8%,2%,0%,45%) (0.08/0.02/0.00/0.45) 

CMYK percentages

%7.91
%2.16
%0
%45.49

Codes

Color #80888B in popluar color models

80 88 8B
RGB 128 136 139
HSL 196° 4.53% 52.35%
HSB/HSV 196° 7.91% 54.51%
CMYK 7.91% 2.16% 0.00%
45.49%

Color #80888B in popluar number systems.

HEX 80 88 8B
Decimal 128 136 139
Binary 10000000 10001000 10001011
Octal 200 210 213

Shades and tints

Shades of #80888B

#80888B
(128,136,139)
#757C7F
(117,124,127)
#6A7073
(106,112,115)
#5F6467
(95,100,103)
#54585B
(84,88,91)
#494C4F
(73,76,79)
#3E4043
(62,64,67)
#333437
(51,52,55)
#28282B
(40,40,43)
#1D1C1F
(29,28,31)
#121013
(18,16,19)
#000000
(0,0,0)

Tints of #80888B

#80888B
(128,136,139)
#8B9295
(139,146,149)
#969C9F
(150,156,159)
#A1A6A9
(161,166,169)
#ACB0B3
(172,176,179)
#B7BABD
(183,186,189)
#C2C4C7
(194,196,199)
#CDCED1
(205,206,209)
#D8D8DB
(216,216,219)
#E3E2E5
(227,226,229)
#EEECEF
(238,236,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #80888B color. Also use rgb(128,136,139) instead hex code.

Text Font Color

.myTextColor { color: #80888B; }

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

This text font color is #80888B.

Background Color

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

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

This div background color is #80888B.

Border color

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

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

This div border color is #80888B.

Opacity

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

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

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

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

This text has shadow with #80888B color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #80888B.

Preview

Color preview on black background

This text has color #80888B on black background.


Color preview on white background

This text has color #80888B on white background.


Black color preview on #80888B background

This text has black color on #80888B background.


White color preview on #80888B background

This text has white color on #80888B background.


Related colors

Complementary color

Complementary color for #hex is #7F7774.


I love getcolorcode.com

Triadic colors

1 #8B8088 and #888B80 with #80888B are triadic colors.

2 #8B8880 and #88808B with #80888B are triadic colors.