COLOR #8D969C

HEX: #8D969C
RGB: (141,150,156)

Color info

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

RGB color model

#8D969C color RGB value is (141,150,156).

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

RGB channels and saturation

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

141
150
156

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

Portions of RGB colors in percentages

R + G + B =
141 + 150 + 156 = 447 (100%)
R 141 of 447 ~ 31.54%
G 150 of 447 ~ 33.56%
B 156 of 447 ~ 34.9%

%31.54
%33.56
%34.9

CMYK color model

#8D969C color CMYK value is (10,4,0,39).

  • cyan value is 9.62%
  • magenta value is 3.85%
  • yellow value is 0.00%
  • key color value is 38.82%
CMYK:
(10,4,0,39)
C10M4Y0K39 
(10%,4%,0%,39%)
(0.10/0.04/0.00/0.39)	

CMYK percentages

%9.62
%3.85
%0
%38.82

Codes

Color #8D969C in popluar color models

8D969C
RGB141150156
HSL204°7.04%58.24%
HSB/HSV204°9.62%61.18%
CMYK9.62%3.85%0.00%
38.82%

Color #8D969C in popluar number systems.

HEX8D969C
Decimal141150156
Binary100011011001011010011100
Octal215226234

Shades and tints

Shades of #8D969C

#8D969C
(141,150,156)
#81898E
(129,137,142)
#757C80
(117,124,128)
#696F72
(105,111,114)
#5D6264
(93,98,100)
#515556
(81,85,86)
#454848
(69,72,72)
#393B3A
(57,59,58)
#2D2E2C
(45,46,44)
#21211E
(33,33,30)
#151410
(21,20,16)
#000000
(0,0,0)

Tints of #8D969C

#8D969C
(141,150,156)
#979FA5
(151,159,165)
#A1A8AE
(161,168,174)
#ABB1B7
(171,177,183)
#B5BAC0
(181,186,192)
#BFC3C9
(191,195,201)
#C9CCD2
(201,204,210)
#D3D5DB
(211,213,219)
#DDDEE4
(221,222,228)
#E7E7ED
(231,231,237)
#F1F0F6
(241,240,246)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #8D969C; }

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

This text font color is #8D969C.


Background Color

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

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

This div background color is #8D969C.


Border color

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

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

This div border color is #8D969C.


Opacity

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

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

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

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

This text has shadow with #8D969C color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #8D969C on black background.


Color preview on white background

This text has color #8D969C on white background.



Black color preview on #8D969C background

This text has black color on #8D969C background.


White color preview on #8D969C background

This text has white color on #8D969C background.