COLOR #8D9080

HEX: #8D9080 RGB: (141,144,128)

Color info

#8D9080 contains red, green and blue colors in about the same proportion. Web safe color of #8D9080 is #999966 (or #996).

RGB color model

#8D9080 color RGB value is (141,144,128).

RGB: (141,144,128) (55%, 56%, 50%)

RGB channels and saturation

R 141 of 255 = 55%
G 144 of 255 = 56%
B 128 of 255 = 50%

141
144
128

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

Portions of RGB colors in percentages

R + G + B = 141 + 144 + 128 = 413 (100%)
R 141 of 413 ~ 34.14%
G 144 of 413 ~ 34.87%
B 128 of 413 ~ 30.99'%

%34.14
%34.87
%30.99

CMYK color model

#8D9080 color CMYK value is (2,0,11,44).

  • cyan value is 2.08%
  • magenta value is 0.00%
  • yellow value is 11.11%
  • key color value is 43.53%

CMYK: (2,0,11,44)
C2M0Y11K44 (2%, 0%, 11%, 44%)
(0.02 / 0.00 / 0.11 / 0.44)

CMYK percentages

%2.08
%0
%11.11
%43.53

Codes

Color #8D9080 in popluar color models

8D 90 80
RGB 141 144 128
HSL 71° 6.72% 53.33%
HSB/HSV 71° 11.11% 56.47%
CMYK 2.08% 0.00% 11.11%
43.53%

Color #8D9080 in popluar number systems.

HEX 8D 90 80
Decimal 141 144 128
Binary 10001101 10010000 10000000
Octal 215 220 200

Shades and tints

Shades of #8D9080

#8D9080
(141,144,128)
#818375
(129,131,117)
#75766A
(117,118,106)
#69695F
(105,105,95)
#5D5C54
(93,92,84)
#514F49
(81,79,73)
#45423E
(69,66,62)
#393533
(57,53,51)
#2D2828
(45,40,40)
#211B1D
(33,27,29)
#150E12
(21,14,18)
#000000
(0,0,0)

Tints of #8D9080

#8D9080
(141,144,128)
#979A8B
(151,154,139)
#A1A496
(161,164,150)
#ABAEA1
(171,174,161)
#B5B8AC
(181,184,172)
#BFC2B7
(191,194,183)
#C9CCC2
(201,204,194)
#D3D6CD
(211,214,205)
#DDE0D8
(221,224,216)
#E7EAE3
(231,234,227)
#F1F4EE
(241,244,238)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #8D9080 color. Also use rgb(141,144,128) instead hex code.

Text Font Color

.myTextColor { color: #8D9080; }

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

This text font color is #8D9080.

Background Color

.myBgColor { background-color: #8D9080; }

<div style="background-color:#8D9080">Inner text</div>

This div background color is #8D9080.

Border color

.myBorderColor { border: 1px solid #8D9080; }

<div style="border:3px solid #8D9080">Div</div>

This div border color is #8D9080.

Opacity

.myOpacity80 { color: #8D9080; opacity: 0.8; }

<p style="color:#8D9080;opacity:0.8;">80%</p>

Text with #8D9080 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 #8D9080;}

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

This text has shadow with #8D9080 color.


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

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

This text has shadow with #8D9080 primary color and red secondary color.


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

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

This text has shadow with #8D9080 and red colors in old Internet Explorer.

Div box shadow color

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

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

This div box has shadow with color #8D9080.

Preview

Color preview on black background

This text has color #8D9080 on black background.


Color preview on white background

This text has color #8D9080 on white background.


Black color preview on #8D9080 background

This text has black color on #8D9080 background.


White color preview on #8D9080 background

This text has white color on #8D9080 background.


Related colors

Complementary color

Complementary color for #hex is #726F7F.


I love getcolorcode.com

Triadic colors

1 #808D90 and #90808D with #8D9080 are triadic colors.

2 #80908D and #908D80 with #8D9080 are triadic colors.