COLOR #8D8095

HEX: #8D8095 RGB: (141,128,149)

Color info

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

RGB color model

#8D8095 color RGB value is (141,128,149).

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

RGB channels and saturation

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

141
128
149

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

Portions of RGB colors in percentages

R + G + B = 141 + 128 + 149 = 418 (100%)
R 141 of 418 ~ 33.73%
G 128 of 418 ~ 30.62%
B 149 of 418 ~ 35.65'%

%33.73
%30.62
%35.65

CMYK color model

#8D8095 color CMYK value is (5,14,0,42).

  • cyan value is 5.37%
  • magenta value is 14.09%
  • yellow value is 0.00%
  • key color value is 41.57%

CMYK: (5,14,0,42)
C5M14Y0K42 (5%, 14%, 0%, 42%)
(0.05 / 0.14 / 0.00 / 0.42)

CMYK percentages

%5.37
%14.09
%0
%41.57

Codes

Color #8D8095 in popluar color models

8D 80 95
RGB 141 128 149
HSL 277° 9.01% 54.31%
HSB/HSV 277° 14.09% 58.43%
CMYK 5.37% 14.09% 0.00%
41.57%

Color #8D8095 in popluar number systems.

HEX 8D 80 95
Decimal 141 128 149
Binary 10001101 10000000 10010101
Octal 215 200 225

Shades and tints

Shades of #8D8095

#8D8095
(141,128,149)
#817588
(129,117,136)
#756A7B
(117,106,123)
#695F6E
(105,95,110)
#5D5461
(93,84,97)
#514954
(81,73,84)
#453E47
(69,62,71)
#39333A
(57,51,58)
#2D282D
(45,40,45)
#211D20
(33,29,32)
#151213
(21,18,19)
#000000
(0,0,0)

Tints of #8D8095

#8D8095
(141,128,149)
#978B9E
(151,139,158)
#A196A7
(161,150,167)
#ABA1B0
(171,161,176)
#B5ACB9
(181,172,185)
#BFB7C2
(191,183,194)
#C9C2CB
(201,194,203)
#D3CDD4
(211,205,212)
#DDD8DD
(221,216,221)
#E7E3E6
(231,227,230)
#F1EEEF
(241,238,239)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #8D8095; }

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

This text font color is #8D8095.

Background Color

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

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

This div background color is #8D8095.

Border color

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

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

This div border color is #8D8095.

Opacity

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

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

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

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

This text has shadow with #8D8095 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #8D8095.

Preview

Color preview on black background

This text has color #8D8095 on black background.


Color preview on white background

This text has color #8D8095 on white background.


Black color preview on #8D8095 background

This text has black color on #8D8095 background.


White color preview on #8D8095 background

This text has white color on #8D8095 background.


Related colors

Complementary color

Complementary color for #hex is #727F6A.


I love getcolorcode.com

Triadic colors

1 #958D80 and #80958D with #8D8095 are triadic colors.

2 #95808D and #808D95 with #8D8095 are triadic colors.