COLOR #8D9994

HEX: #8D9994 RGB: (141,153,148)

Color info

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

RGB color model

#8D9994 color RGB value is (141,153,148).

RGB: (141,153,148) (55%, 60%, 58%)

RGB channels and saturation

R 141 of 255 = 55%
G 153 of 255 = 60%
B 148 of 255 = 58%

141
153
148

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

Portions of RGB colors in percentages

R + G + B = 141 + 153 + 148 = 442 (100%)
R 141 of 442 ~ 31.9%
G 153 of 442 ~ 34.62%
B 148 of 442 ~ 33.48'%

%31.9
%34.62
%33.48

CMYK color model

#8D9994 color CMYK value is (8,0,3,40).

  • cyan value is 7.84%
  • magenta value is 0.00%
  • yellow value is 3.27%
  • key color value is 40.00%

CMYK: (8,0,3,40)
C8M0Y3K40 (8%, 0%, 3%, 40%)
(0.08 / 0.00 / 0.03 / 0.40)

CMYK percentages

%7.84
%0
%3.27
%40

Codes

Color #8D9994 in popluar color models

8D 99 94
RGB 141 153 148
HSL 155° 5.56% 57.65%
HSB/HSV 155° 7.84% 60.00%
CMYK 7.84% 0.00% 3.27%
40.00%

Color #8D9994 in popluar number systems.

HEX 8D 99 94
Decimal 141 153 148
Binary 10001101 10011001 10010100
Octal 215 231 224

Shades and tints

Shades of #8D9994

#8D9994
(141,153,148)
#818C87
(129,140,135)
#757F7A
(117,127,122)
#69726D
(105,114,109)
#5D6560
(93,101,96)
#515853
(81,88,83)
#454B46
(69,75,70)
#393E39
(57,62,57)
#2D312C
(45,49,44)
#21241F
(33,36,31)
#151712
(21,23,18)
#000000
(0,0,0)

Tints of #8D9994

#8D9994
(141,153,148)
#97A29D
(151,162,157)
#A1ABA6
(161,171,166)
#ABB4AF
(171,180,175)
#B5BDB8
(181,189,184)
#BFC6C1
(191,198,193)
#C9CFCA
(201,207,202)
#D3D8D3
(211,216,211)
#DDE1DC
(221,225,220)
#E7EAE5
(231,234,229)
#F1F3EE
(241,243,238)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #8D9994; }

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

This text font color is #8D9994.

Background Color

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

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

This div background color is #8D9994.

Border color

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

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

This div border color is #8D9994.

Opacity

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

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

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

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

This text has shadow with #8D9994 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #8D9994.

Preview

Color preview on black background

This text has color #8D9994 on black background.


Color preview on white background

This text has color #8D9994 on white background.


Black color preview on #8D9994 background

This text has black color on #8D9994 background.


White color preview on #8D9994 background

This text has white color on #8D9994 background.


Related colors

Complementary color

Complementary color for #hex is #72666B.


I love getcolorcode.com

Triadic colors

1 #948D99 and #99948D with #8D9994 are triadic colors.

2 #94998D and #998D94 with #8D9994 are triadic colors.