COLOR #8D9C99

HEX: #8D9C99 RGB: (141,156,153)

Color info

#8D9C99 contains red, green and blue colors in about the same proportion. Web safe color of #8D9C99 is #999999 (or #999).

RGB color model

#8D9C99 color RGB value is (141,156,153).

RGB: (141,156,153) (55%, 61%, 60%)

RGB channels and saturation

R 141 of 255 = 55%
G 156 of 255 = 61%
B 153 of 255 = 60%

141
156
153

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

Portions of RGB colors in percentages

R + G + B = 141 + 156 + 153 = 450 (100%)
R 141 of 450 ~ 31.33%
G 156 of 450 ~ 34.67%
B 153 of 450 ~ 34'%

%31.33
%34.67
%34

CMYK color model

#8D9C99 color CMYK value is (10,0,2,39).

  • cyan value is 9.62%
  • magenta value is 0.00%
  • yellow value is 1.92%
  • key color value is 38.82%
CMYK: (10,0,2,39) C10M0Y2K39 (10%,0%,2%,39%) (0.10/0.00/0.02/0.39) 

CMYK percentages

%9.62
%0
%1.92
%38.82

Codes

Color #8D9C99 in popluar color models

8D 9C 99
RGB 141 156 153
HSL 168° 7.04% 58.24%
HSB/HSV 168° 9.62% 61.18%
CMYK 9.62% 0.00% 1.92%
38.82%

Color #8D9C99 in popluar number systems.

HEX 8D 9C 99
Decimal 141 156 153
Binary 10001101 10011100 10011001
Octal 215 234 231

Shades and tints

Shades of #8D9C99

#8D9C99
(141,156,153)
#818E8C
(129,142,140)
#75807F
(117,128,127)
#697272
(105,114,114)
#5D6465
(93,100,101)
#515658
(81,86,88)
#45484B
(69,72,75)
#393A3E
(57,58,62)
#2D2C31
(45,44,49)
#211E24
(33,30,36)
#151017
(21,16,23)
#000000
(0,0,0)

Tints of #8D9C99

#8D9C99
(141,156,153)
#97A5A2
(151,165,162)
#A1AEAB
(161,174,171)
#ABB7B4
(171,183,180)
#B5C0BD
(181,192,189)
#BFC9C6
(191,201,198)
#C9D2CF
(201,210,207)
#D3DBD8
(211,219,216)
#DDE4E1
(221,228,225)
#E7EDEA
(231,237,234)
#F1F6F3
(241,246,243)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #8D9C99 color. Also use rgb(141,156,153) instead hex code.

Text Font Color

.myTextColor { color: #8D9C99; }

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

This text font color is #8D9C99.

Background Color

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

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

This div background color is #8D9C99.

Border color

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

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

This div border color is #8D9C99.

Opacity

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

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

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

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

This text has shadow with #8D9C99 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #8D9C99.

Preview

Color preview on black background

This text has color #8D9C99 on black background.


Color preview on white background

This text has color #8D9C99 on white background.


Black color preview on #8D9C99 background

This text has black color on #8D9C99 background.


White color preview on #8D9C99 background

This text has white color on #8D9C99 background.


Related colors

Complementary color

Complementary color for #hex is #726366.


I love getcolorcode.com

Triadic colors

1 #998D9C and #9C998D with #8D9C99 are triadic colors.

2 #999C8D and #9C8D99 with #8D9C99 are triadic colors.