COLOR #8D999D

HEX: #8D999D RGB: (141,153,157)

Color info

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

RGB color model

#8D999D color RGB value is (141,153,157).

RGB: (141,153,157) (55%, 60%, 62%)

RGB channels and saturation

R 141 of 255 = 55%
G 153 of 255 = 60%
B 157 of 255 = 62%

141
153
157

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

Portions of RGB colors in percentages

R + G + B = 141 + 153 + 157 = 451 (100%)
R 141 of 451 ~ 31.26%
G 153 of 451 ~ 33.92%
B 157 of 451 ~ 34.81'%

%31.26
%33.92
%34.81

CMYK color model

#8D999D color CMYK value is (10,3,0,38).

  • cyan value is 10.19%
  • magenta value is 2.55%
  • yellow value is 0.00%
  • key color value is 38.43%

CMYK: (10,3,0,38)
C10M3Y0K38 (10%, 3%, 0%, 38%)
(0.10 / 0.03 / 0.00 / 0.38)

CMYK percentages

%10.19
%2.55
%0
%38.43

Codes

Color #8D999D in popluar color models

8D 99 9D
RGB 141 153 157
HSL 195° 7.55% 58.43%
HSB/HSV 195° 10.19% 61.57%
CMYK 10.19% 2.55% 0.00%
38.43%

Color #8D999D in popluar number systems.

HEX 8D 99 9D
Decimal 141 153 157
Binary 10001101 10011001 10011101
Octal 215 231 235

Shades and tints

Shades of #8D999D

#8D999D
(141,153,157)
#818C8F
(129,140,143)
#757F81
(117,127,129)
#697273
(105,114,115)
#5D6565
(93,101,101)
#515857
(81,88,87)
#454B49
(69,75,73)
#393E3B
(57,62,59)
#2D312D
(45,49,45)
#21241F
(33,36,31)
#151711
(21,23,17)
#000000
(0,0,0)

Tints of #8D999D

#8D999D
(141,153,157)
#97A2A5
(151,162,165)
#A1ABAD
(161,171,173)
#ABB4B5
(171,180,181)
#B5BDBD
(181,189,189)
#BFC6C5
(191,198,197)
#C9CFCD
(201,207,205)
#D3D8D5
(211,216,213)
#DDE1DD
(221,225,221)
#E7EAE5
(231,234,229)
#F1F3ED
(241,243,237)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #8D999D; }

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

This text font color is #8D999D.

Background Color

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

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

This div background color is #8D999D.

Border color

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

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

This div border color is #8D999D.

Opacity

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

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

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

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

This text has shadow with #8D999D color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #8D999D.

Preview

Color preview on black background

This text has color #8D999D on black background.


Color preview on white background

This text has color #8D999D on white background.


Black color preview on #8D999D background

This text has black color on #8D999D background.


White color preview on #8D999D background

This text has white color on #8D999D background.


Related colors

Complementary color

Complementary color for #hex is #726662.


I love getcolorcode.com

Triadic colors

1 #9D8D99 and #999D8D with #8D999D are triadic colors.

2 #9D998D and #998D9D with #8D999D are triadic colors.