COLOR #8D949B

HEX: #8D949B
RGB: (141,148,155)

Color info

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

RGB color model

#8D949B color RGB value is (141,148,155).

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

RGB channels and saturation

R 141 of 255 = 55%
G 148 of 255 = 58%
B 155 of 255 = 61%

141
148
155

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

Portions of RGB colors in percentages

R + G + B =
141 + 148 + 155 = 444 (100%)
R 141 of 444 ~ 31.76%
G 148 of 444 ~ 33.33%
B 155 of 444 ~ 34.91%

%31.76
%33.33
%34.91

CMYK color model

#8D949B color CMYK value is (9,5,0,39).

  • cyan value is 9.03%
  • magenta value is 4.52%
  • yellow value is 0.00%
  • key color value is 39.22%
CMYK:
(9,5,0,39)
C9M5Y0K39 
(9%,5%,0%,39%)
(0.09/0.05/0.00/0.39)	

CMYK percentages

%9.03
%4.52
%0
%39.22

Codes

Color #8D949B in popluar color models

8D949B
RGB141148155
HSL210°6.54%58.04%
HSB/HSV210°9.03%60.78%
CMYK9.03%4.52%0.00%
39.22%

Color #8D949B in popluar number systems.

HEX8D949B
Decimal141148155
Binary100011011001010010011011
Octal215224233

Shades and tints

Shades of #8D949B

#8D949B
(141,148,155)
#81878D
(129,135,141)
#757A7F
(117,122,127)
#696D71
(105,109,113)
#5D6063
(93,96,99)
#515355
(81,83,85)
#454647
(69,70,71)
#393939
(57,57,57)
#2D2C2B
(45,44,43)
#211F1D
(33,31,29)
#15120F
(21,18,15)
#000000
(0,0,0)

Tints of #8D949B

#8D949B
(141,148,155)
#979DA4
(151,157,164)
#A1A6AD
(161,166,173)
#ABAFB6
(171,175,182)
#B5B8BF
(181,184,191)
#BFC1C8
(191,193,200)
#C9CAD1
(201,202,209)
#D3D3DA
(211,211,218)
#DDDCE3
(221,220,227)
#E7E5EC
(231,229,236)
#F1EEF5
(241,238,245)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #8D949B; }

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

This text font color is #8D949B.


Background Color

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

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

This div background color is #8D949B.


Border color

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

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

This div border color is #8D949B.


Opacity

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

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

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

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

This text has shadow with #8D949B color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #8D949B on black background.


Color preview on white background

This text has color #8D949B on white background.



Black color preview on #8D949B background

This text has black color on #8D949B background.


White color preview on #8D949B background

This text has white color on #8D949B background.