COLOR #8D9490

HEX: #8D9490 RGB: (141,148,144)

Color info

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

RGB color model

#8D9490 color RGB value is (141,148,144).

RGB: (141,148,144) (55%, 58%, 56%)

RGB channels and saturation

R 141 of 255 = 55%
G 148 of 255 = 58%
B 144 of 255 = 56%

141
148
144

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

Portions of RGB colors in percentages

R + G + B = 141 + 148 + 144 = 433 (100%)
R 141 of 433 ~ 32.56%
G 148 of 433 ~ 34.18%
B 144 of 433 ~ 33.26'%

%32.56
%34.18
%33.26

CMYK color model

#8D9490 color CMYK value is (5,0,3,42).

  • cyan value is 4.73%
  • magenta value is 0.00%
  • yellow value is 2.70%
  • key color value is 41.96%

CMYK: (5,0,3,42)
C5M0Y3K42 (5%, 0%, 3%, 42%)
(0.05 / 0.00 / 0.03 / 0.42)

CMYK percentages

%4.73
%0
%2.7
%41.96

Codes

Color #8D9490 in popluar color models

8D 94 90
RGB 141 148 144
HSL 146° 3.17% 56.67%
HSB/HSV 146° 4.73% 58.04%
CMYK 4.73% 0.00% 2.70%
41.96%

Color #8D9490 in popluar number systems.

HEX 8D 94 90
Decimal 141 148 144
Binary 10001101 10010100 10010000
Octal 215 224 220

Shades and tints

Shades of #8D9490

#8D9490
(141,148,144)
#818783
(129,135,131)
#757A76
(117,122,118)
#696D69
(105,109,105)
#5D605C
(93,96,92)
#51534F
(81,83,79)
#454642
(69,70,66)
#393935
(57,57,53)
#2D2C28
(45,44,40)
#211F1B
(33,31,27)
#15120E
(21,18,14)
#000000
(0,0,0)

Tints of #8D9490

#8D9490
(141,148,144)
#979D9A
(151,157,154)
#A1A6A4
(161,166,164)
#ABAFAE
(171,175,174)
#B5B8B8
(181,184,184)
#BFC1C2
(191,193,194)
#C9CACC
(201,202,204)
#D3D3D6
(211,211,214)
#DDDCE0
(221,220,224)
#E7E5EA
(231,229,234)
#F1EEF4
(241,238,244)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #8D9490; }

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

This text font color is #8D9490.

Background Color

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

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

This div background color is #8D9490.

Border color

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

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

This div border color is #8D9490.

Opacity

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

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

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

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

This text has shadow with #8D9490 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #8D9490.

Preview

Color preview on black background

This text has color #8D9490 on black background.


Color preview on white background

This text has color #8D9490 on white background.


Black color preview on #8D9490 background

This text has black color on #8D9490 background.


White color preview on #8D9490 background

This text has white color on #8D9490 background.


Related colors

Complementary color

Complementary color for #hex is #726B6F.


I love getcolorcode.com

Triadic colors

1 #908D94 and #94908D with #8D9490 are triadic colors.

2 #90948D and #948D90 with #8D9490 are triadic colors.