COLOR #8D969A

HEX: #8D969A
RGB: (141,150,154)

Color info

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

RGB color model

#8D969A color RGB value is (141,150,154).

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

RGB channels and saturation

R 141 of 255 = 55%
G 150 of 255 = 59%
B 154 of 255 = 60%

141
150
154

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

Portions of RGB colors in percentages

R + G + B =
141 + 150 + 154 = 445 (100%)
R 141 of 445 ~ 31.69%
G 150 of 445 ~ 33.71%
B 154 of 445 ~ 34.61%

%31.69
%33.71
%34.61

CMYK color model

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

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

CMYK percentages

%8.44
%2.6
%0
%39.61

Codes

Color #8D969A in popluar color models

8D969A
RGB141150154
HSL198°6.05%57.84%
HSB/HSV198°8.44%60.39%
CMYK8.44%2.60%0.00%
39.61%

Color #8D969A in popluar number systems.

HEX8D969A
Decimal141150154
Binary100011011001011010011010
Octal215226232

Shades and tints

Shades of #8D969A

#8D969A
(141,150,154)
#81898C
(129,137,140)
#757C7E
(117,124,126)
#696F70
(105,111,112)
#5D6262
(93,98,98)
#515554
(81,85,84)
#454846
(69,72,70)
#393B38
(57,59,56)
#2D2E2A
(45,46,42)
#21211C
(33,33,28)
#15140E
(21,20,14)
#000000
(0,0,0)

Tints of #8D969A

#8D969A
(141,150,154)
#979FA3
(151,159,163)
#A1A8AC
(161,168,172)
#ABB1B5
(171,177,181)
#B5BABE
(181,186,190)
#BFC3C7
(191,195,199)
#C9CCD0
(201,204,208)
#D3D5D9
(211,213,217)
#DDDEE2
(221,222,226)
#E7E7EB
(231,231,235)
#F1F0F4
(241,240,244)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #8D969A; }

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

This text font color is #8D969A.


Background Color

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

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

This div background color is #8D969A.


Border color

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

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

This div border color is #8D969A.


Opacity

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

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

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

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

This text has shadow with #8D969A color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #8D969A on black background.


Color preview on white background

This text has color #8D969A on white background.



Black color preview on #8D969A background

This text has black color on #8D969A background.


White color preview on #8D969A background

This text has white color on #8D969A background.