COLOR #8D8093

HEX: #8D8093 RGB: (141,128,147)

Color info

#8D8093 contains red, green and blue colors in about the same proportion. Web safe color of #8D8093 is #996699 (or #969).

RGB color model

#8D8093 color RGB value is (141,128,147).

RGB: (141,128,147) (55%, 50%, 58%)

RGB channels and saturation

R 141 of 255 = 55%
G 128 of 255 = 50%
B 147 of 255 = 58%

141
128
147

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

Portions of RGB colors in percentages

R + G + B = 141 + 128 + 147 = 416 (100%)
R 141 of 416 ~ 33.89%
G 128 of 416 ~ 30.77%
B 147 of 416 ~ 35.34'%

%33.89
%30.77
%35.34

CMYK color model

#8D8093 color CMYK value is (4,13,0,42).

  • cyan value is 4.08%
  • magenta value is 12.93%
  • yellow value is 0.00%
  • key color value is 42.35%

CMYK: (4,13,0,42)
C4M13Y0K42 (4%, 13%, 0%, 42%)
(0.04 / 0.13 / 0.00 / 0.42)

CMYK percentages

%4.08
%12.93
%0
%42.35

Codes

Color #8D8093 in popluar color models

8D 80 93
RGB 141 128 147
HSL 281° 8.09% 53.92%
HSB/HSV 281° 12.93% 57.65%
CMYK 4.08% 12.93% 0.00%
42.35%

Color #8D8093 in popluar number systems.

HEX 8D 80 93
Decimal 141 128 147
Binary 10001101 10000000 10010011
Octal 215 200 223

Shades and tints

Shades of #8D8093

#8D8093
(141,128,147)
#817586
(129,117,134)
#756A79
(117,106,121)
#695F6C
(105,95,108)
#5D545F
(93,84,95)
#514952
(81,73,82)
#453E45
(69,62,69)
#393338
(57,51,56)
#2D282B
(45,40,43)
#211D1E
(33,29,30)
#151211
(21,18,17)
#000000
(0,0,0)

Tints of #8D8093

#8D8093
(141,128,147)
#978B9C
(151,139,156)
#A196A5
(161,150,165)
#ABA1AE
(171,161,174)
#B5ACB7
(181,172,183)
#BFB7C0
(191,183,192)
#C9C2C9
(201,194,201)
#D3CDD2
(211,205,210)
#DDD8DB
(221,216,219)
#E7E3E4
(231,227,228)
#F1EEED
(241,238,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #8D8093 color. Also use rgb(141,128,147) instead hex code.

Text Font Color

.myTextColor { color: #8D8093; }

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

This text font color is #8D8093.

Background Color

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

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

This div background color is #8D8093.

Border color

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

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

This div border color is #8D8093.

Opacity

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

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

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

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

This text has shadow with #8D8093 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #8D8093.

Preview

Color preview on black background

This text has color #8D8093 on black background.


Color preview on white background

This text has color #8D8093 on white background.


Black color preview on #8D8093 background

This text has black color on #8D8093 background.


White color preview on #8D8093 background

This text has white color on #8D8093 background.


Related colors

Complementary color

Complementary color for #hex is #727F6C.


I love getcolorcode.com

Triadic colors

1 #938D80 and #80938D with #8D8093 are triadic colors.

2 #93808D and #808D93 with #8D8093 are triadic colors.