COLOR #8D9290

HEX: #8D9290 RGB: (141,146,144)

Color info

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

RGB color model

#8D9290 color RGB value is (141,146,144).

RGB: (141,146,144) (55%, 57%, 56%)

RGB channels and saturation

R 141 of 255 = 55%
G 146 of 255 = 57%
B 144 of 255 = 56%

141
146
144

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

Portions of RGB colors in percentages

R + G + B = 141 + 146 + 144 = 431 (100%)
R 141 of 431 ~ 32.71%
G 146 of 431 ~ 33.87%
B 144 of 431 ~ 33.41'%

%32.71
%33.87
%33.41

CMYK color model

#8D9290 color CMYK value is (3,0,1,43).

  • cyan value is 3.42%
  • magenta value is 0.00%
  • yellow value is 1.37%
  • key color value is 42.75%
CMYK: (3,0,1,43) C3M0Y1K43 (3%,0%,1%,43%) (0.03/0.00/0.01/0.43) 

CMYK percentages

%3.42
%0
%1.37
%42.75

Codes

Color #8D9290 in popluar color models

8D 92 90
RGB 141 146 144
HSL 156° 2.24% 56.27%
HSB/HSV 156° 3.42% 57.25%
CMYK 3.42% 0.00% 1.37%
42.75%

Color #8D9290 in popluar number systems.

HEX 8D 92 90
Decimal 141 146 144
Binary 10001101 10010010 10010000
Octal 215 222 220

Shades and tints

Shades of #8D9290

#8D9290
(141,146,144)
#818583
(129,133,131)
#757876
(117,120,118)
#696B69
(105,107,105)
#5D5E5C
(93,94,92)
#51514F
(81,81,79)
#454442
(69,68,66)
#393735
(57,55,53)
#2D2A28
(45,42,40)
#211D1B
(33,29,27)
#15100E
(21,16,14)
#000000
(0,0,0)

Tints of #8D9290

#8D9290
(141,146,144)
#979B9A
(151,155,154)
#A1A4A4
(161,164,164)
#ABADAE
(171,173,174)
#B5B6B8
(181,182,184)
#BFBFC2
(191,191,194)
#C9C8CC
(201,200,204)
#D3D1D6
(211,209,214)
#DDDAE0
(221,218,224)
#E7E3EA
(231,227,234)
#F1ECF4
(241,236,244)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #8D9290; }

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

This text font color is #8D9290.

Background Color

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

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

This div background color is #8D9290.

Border color

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

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

This div border color is #8D9290.

Opacity

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

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

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

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

This text has shadow with #8D9290 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #8D9290.

Preview

Color preview on black background

This text has color #8D9290 on black background.


Color preview on white background

This text has color #8D9290 on white background.


Black color preview on #8D9290 background

This text has black color on #8D9290 background.


White color preview on #8D9290 background

This text has white color on #8D9290 background.


Related colors

Complementary color

Complementary color for #hex is #726D6F.


I love getcolorcode.com

Triadic colors

1 #908D92 and #92908D with #8D9290 are triadic colors.

2 #90928D and #928D90 with #8D9290 are triadic colors.