COLOR #8D9880

HEX: #8D9880
RGB: (141,152,128)

Color info

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

RGB color model

#8D9880 color RGB value is (141,152,128).

  • red value is 141;
  • green value is 152;
  • blue value is 128.
RGB:
(141,152,128)
(55%,60%,50%)

RGB channels and saturation

R 141 of 255 = 55%
G 152 of 255 = 60%
B 128 of 255 = 50%

141
152
128

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

Portions of RGB colors in percentages

R + G + B =
141 + 152 + 128 = 421 (100%)
R 141 of 421 ~ 33.49%
G 152 of 421 ~ 36.1%
B 128 of 421 ~ 30.4%

%33.49
%36.1
%30.4

CMYK color model

#8D9880 color CMYK value is (7,0,16,40).

  • cyan value is 7.24%
  • magenta value is 0.00%
  • yellow value is 15.79%
  • key color value is 40.39%
CMYK:
(7,0,16,40)
C7M0Y16K40 
(7%,0%,16%,40%)
(0.07/0.00/0.16/0.40)	

CMYK percentages

%7.24
%0
%15.79
%40.39

Codes

Color #8D9880 in popluar color models

8D9880
RGB141152128
HSL88°10.43%54.90%
HSB/HSV88°15.79%59.61%
CMYK7.24%0.00%15.79%
40.39%

Color #8D9880 in popluar number systems.

HEX8D9880
Decimal141152128
Binary100011011001100010000000
Octal215230200

Shades and tints

Shades of #8D9880

#8D9880
(141,152,128)
#818B75
(129,139,117)
#757E6A
(117,126,106)
#69715F
(105,113,95)
#5D6454
(93,100,84)
#515749
(81,87,73)
#454A3E
(69,74,62)
#393D33
(57,61,51)
#2D3028
(45,48,40)
#21231D
(33,35,29)
#151612
(21,22,18)
#000000
(0,0,0)

Tints of #8D9880

#8D9880
(141,152,128)
#97A18B
(151,161,139)
#A1AA96
(161,170,150)
#ABB3A1
(171,179,161)
#B5BCAC
(181,188,172)
#BFC5B7
(191,197,183)
#C9CEC2
(201,206,194)
#D3D7CD
(211,215,205)
#DDE0D8
(221,224,216)
#E7E9E3
(231,233,227)
#F1F2EE
(241,242,238)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #8D9880; }

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

This text font color is #8D9880.


Background Color

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

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

This div background color is #8D9880.


Border color

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

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

This div border color is #8D9880.


Opacity

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

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

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

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

This text has shadow with #8D9880 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #8D9880 on black background.


Color preview on white background

This text has color #8D9880 on white background.



Black color preview on #8D9880 background

This text has black color on #8D9880 background.


White color preview on #8D9880 background

This text has white color on #8D9880 background.