COLOR #8D969B

HEX: #8D969B
RGB: (141,150,155)

Color info

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

RGB color model

#8D969B color RGB value is (141,150,155).

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

RGB channels and saturation

R 141 of 255 = 55%
G 150 of 255 = 59%
B 155 of 255 = 61%

141
150
155

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

Portions of RGB colors in percentages

R + G + B =
141 + 150 + 155 = 446 (100%)
R 141 of 446 ~ 31.61%
G 150 of 446 ~ 33.63%
B 155 of 446 ~ 34.75%

%31.61
%33.63
%34.75

CMYK color model

#8D969B color CMYK value is (9,3,0,39).

  • cyan value is 9.03%
  • magenta value is 3.23%
  • yellow value is 0.00%
  • key color value is 39.22%
CMYK:
(9,3,0,39)
C9M3Y0K39 
(9%,3%,0%,39%)
(0.09/0.03/0.00/0.39)	

CMYK percentages

%9.03
%3.23
%0
%39.22

Codes

Color #8D969B in popluar color models

8D969B
RGB141150155
HSL201°6.54%58.04%
HSB/HSV201°9.03%60.78%
CMYK9.03%3.23%0.00%
39.22%

Color #8D969B in popluar number systems.

HEX8D969B
Decimal141150155
Binary100011011001011010011011
Octal215226233

Shades and tints

Shades of #8D969B

#8D969B
(141,150,155)
#81898D
(129,137,141)
#757C7F
(117,124,127)
#696F71
(105,111,113)
#5D6263
(93,98,99)
#515555
(81,85,85)
#454847
(69,72,71)
#393B39
(57,59,57)
#2D2E2B
(45,46,43)
#21211D
(33,33,29)
#15140F
(21,20,15)
#000000
(0,0,0)

Tints of #8D969B

#8D969B
(141,150,155)
#979FA4
(151,159,164)
#A1A8AD
(161,168,173)
#ABB1B6
(171,177,182)
#B5BABF
(181,186,191)
#BFC3C8
(191,195,200)
#C9CCD1
(201,204,209)
#D3D5DA
(211,213,218)
#DDDEE3
(221,222,227)
#E7E7EC
(231,231,236)
#F1F0F5
(241,240,245)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #8D969B; }

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

This text font color is #8D969B.


Background Color

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

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

This div background color is #8D969B.


Border color

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

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

This div border color is #8D969B.


Opacity

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

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

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

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

This text has shadow with #8D969B color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #8D969B on black background.


Color preview on white background

This text has color #8D969B on white background.



Black color preview on #8D969B background

This text has black color on #8D969B background.


White color preview on #8D969B background

This text has white color on #8D969B background.