COLOR #8D8295

HEX: #8D8295
RGB: (141,130,149)

Color info

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

RGB color model

#8D8295 color RGB value is (141,130,149).

  • red value is 141;
  • green value is 130;
  • blue value is 149.
RGB:
(141,130,149)
(55%,51%,58%)

RGB channels and saturation

R 141 of 255 = 55%
G 130 of 255 = 51%
B 149 of 255 = 58%

141
130
149

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

Portions of RGB colors in percentages

R + G + B =
141 + 130 + 149 = 420 (100%)
R 141 of 420 ~ 33.57%
G 130 of 420 ~ 30.95%
B 149 of 420 ~ 35.48%

%33.57
%30.95
%35.48

CMYK color model

#8D8295 color CMYK value is (5,13,0,42).

  • cyan value is 5.37%
  • magenta value is 12.75%
  • yellow value is 0.00%
  • key color value is 41.57%
CMYK:
(5,13,0,42)
C5M13Y0K42 
(5%,13%,0%,42%)
(0.05/0.13/0.00/0.42)	

CMYK percentages

%5.37
%12.75
%0
%41.57

Codes

Color #8D8295 in popluar color models

8D8295
RGB141130149
HSL275°8.23%54.71%
HSB/HSV275°12.75%58.43%
CMYK5.37%12.75%0.00%
41.57%

Color #8D8295 in popluar number systems.

HEX8D8295
Decimal141130149
Binary100011011000001010010101
Octal215202225

Shades and tints

Shades of #8D8295

#8D8295
(141,130,149)
#817788
(129,119,136)
#756C7B
(117,108,123)
#69616E
(105,97,110)
#5D5661
(93,86,97)
#514B54
(81,75,84)
#454047
(69,64,71)
#39353A
(57,53,58)
#2D2A2D
(45,42,45)
#211F20
(33,31,32)
#151413
(21,20,19)
#000000
(0,0,0)

Tints of #8D8295

#8D8295
(141,130,149)
#978D9E
(151,141,158)
#A198A7
(161,152,167)
#ABA3B0
(171,163,176)
#B5AEB9
(181,174,185)
#BFB9C2
(191,185,194)
#C9C4CB
(201,196,203)
#D3CFD4
(211,207,212)
#DDDADD
(221,218,221)
#E7E5E6
(231,229,230)
#F1F0EF
(241,240,239)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #8D8295; }

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

This text font color is #8D8295.


Background Color

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

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

This div background color is #8D8295.


Border color

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

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

This div border color is #8D8295.


Opacity

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

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

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

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

This text has shadow with #8D8295 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #8D8295 on black background.


Color preview on white background

This text has color #8D8295 on white background.



Black color preview on #8D8295 background

This text has black color on #8D8295 background.


White color preview on #8D8295 background

This text has white color on #8D8295 background.