COLOR #8D909B

HEX: #8D909B
RGB: (141,144,155)

Color info

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

RGB color model

#8D909B color RGB value is (141,144,155).

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

RGB channels and saturation

R 141 of 255 = 55%
G 144 of 255 = 56%
B 155 of 255 = 61%

141
144
155

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

Portions of RGB colors in percentages

R + G + B =
141 + 144 + 155 = 440 (100%)
R 141 of 440 ~ 32.05%
G 144 of 440 ~ 32.73%
B 155 of 440 ~ 35.23%

%32.05
%32.73
%35.23

CMYK color model

#8D909B color CMYK value is (9,7,0,39).

  • cyan value is 9.03%
  • magenta value is 7.10%
  • yellow value is 0.00%
  • key color value is 39.22%
CMYK:
(9,7,0,39)
C9M7Y0K39 
(9%,7%,0%,39%)
(0.09/0.07/0.00/0.39)	

CMYK percentages

%9.03
%7.1
%0
%39.22

Codes

Color #8D909B in popluar color models

8D909B
RGB141144155
HSL227°6.54%58.04%
HSB/HSV227°9.03%60.78%
CMYK9.03%7.10%0.00%
39.22%

Color #8D909B in popluar number systems.

HEX8D909B
Decimal141144155
Binary100011011001000010011011
Octal215220233

Shades and tints

Shades of #8D909B

#8D909B
(141,144,155)
#81838D
(129,131,141)
#75767F
(117,118,127)
#696971
(105,105,113)
#5D5C63
(93,92,99)
#514F55
(81,79,85)
#454247
(69,66,71)
#393539
(57,53,57)
#2D282B
(45,40,43)
#211B1D
(33,27,29)
#150E0F
(21,14,15)
#000000
(0,0,0)

Tints of #8D909B

#8D909B
(141,144,155)
#979AA4
(151,154,164)
#A1A4AD
(161,164,173)
#ABAEB6
(171,174,182)
#B5B8BF
(181,184,191)
#BFC2C8
(191,194,200)
#C9CCD1
(201,204,209)
#D3D6DA
(211,214,218)
#DDE0E3
(221,224,227)
#E7EAEC
(231,234,236)
#F1F4F5
(241,244,245)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #8D909B; }

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

This text font color is #8D909B.


Background Color

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

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

This div background color is #8D909B.


Border color

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

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

This div border color is #8D909B.


Opacity

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

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

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

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

This text has shadow with #8D909B color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #8D909B on black background.


Color preview on white background

This text has color #8D909B on white background.



Black color preview on #8D909B background

This text has black color on #8D909B background.


White color preview on #8D909B background

This text has white color on #8D909B background.