COLOR #8D9499

HEX: #8D9499
RGB: (141,148,153)

Color info

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

RGB color model

#8D9499 color RGB value is (141,148,153).

  • red value is 141;
  • green value is 148;
  • blue value is 153.
RGB:
(141,148,153)
(55%,58%,60%)

RGB channels and saturation

R 141 of 255 = 55%
G 148 of 255 = 58%
B 153 of 255 = 60%

141
148
153

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

Portions of RGB colors in percentages

R + G + B =
141 + 148 + 153 = 442 (100%)
R 141 of 442 ~ 31.9%
G 148 of 442 ~ 33.48%
B 153 of 442 ~ 34.62%

%31.9
%33.48
%34.62

CMYK color model

#8D9499 color CMYK value is (8,3,0,40).

  • cyan value is 7.84%
  • magenta value is 3.27%
  • yellow value is 0.00%
  • key color value is 40.00%
CMYK:
(8,3,0,40)
C8M3Y0K40 
(8%,3%,0%,40%)
(0.08/0.03/0.00/0.40)	

CMYK percentages

%7.84
%3.27
%0
%40

Codes

Color #8D9499 in popluar color models

8D9499
RGB141148153
HSL205°5.56%57.65%
HSB/HSV205°7.84%60.00%
CMYK7.84%3.27%0.00%
40.00%

Color #8D9499 in popluar number systems.

HEX8D9499
Decimal141148153
Binary100011011001010010011001
Octal215224231

Shades and tints

Shades of #8D9499

#8D9499
(141,148,153)
#81878C
(129,135,140)
#757A7F
(117,122,127)
#696D72
(105,109,114)
#5D6065
(93,96,101)
#515358
(81,83,88)
#45464B
(69,70,75)
#39393E
(57,57,62)
#2D2C31
(45,44,49)
#211F24
(33,31,36)
#151217
(21,18,23)
#000000
(0,0,0)

Tints of #8D9499

#8D9499
(141,148,153)
#979DA2
(151,157,162)
#A1A6AB
(161,166,171)
#ABAFB4
(171,175,180)
#B5B8BD
(181,184,189)
#BFC1C6
(191,193,198)
#C9CACF
(201,202,207)
#D3D3D8
(211,211,216)
#DDDCE1
(221,220,225)
#E7E5EA
(231,229,234)
#F1EEF3
(241,238,243)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #8D9499; }

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

This text font color is #8D9499.


Background Color

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

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

This div background color is #8D9499.


Border color

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

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

This div border color is #8D9499.


Opacity

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

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

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

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

This text has shadow with #8D9499 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #8D9499 on black background.


Color preview on white background

This text has color #8D9499 on white background.



Black color preview on #8D9499 background

This text has black color on #8D9499 background.


White color preview on #8D9499 background

This text has white color on #8D9499 background.