COLOR #9D969C

HEX: #9D969C
RGB: (157,150,156)

Color info

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

RGB color model

#9D969C color RGB value is (157,150,156).

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

RGB channels and saturation

R 157 of 255 = 62%
G 150 of 255 = 59%
B 156 of 255 = 61%

157
150
156

R + G + B ~ 61%. #9D969C is quite light color.

Portions of RGB colors in percentages

R + G + B =
157 + 150 + 156 = 463 (100%)
R 157 of 463 ~ 33.91%
G 150 of 463 ~ 32.4%
B 156 of 463 ~ 33.69%

%33.91
%32.4
%33.69

CMYK color model

#9D969C color CMYK value is (0,4,1,38).

  • cyan value is 0.00%
  • magenta value is 4.46%
  • yellow value is 0.64%
  • key color value is 38.43%
CMYK: (0,4,1,38) C0M4Y1K38 (0%,4%,1%,38%) (0.00/0.04/0.01/0.38)

CMYK percentages

%0
%4.46
%0.64
%38.43

Codes

Color #9D969C in popluar color models

9D969C
RGB157150156
HSL309°3.45%60.20%
HSB/HSV309°4.46%61.57%
CMYK0.00%4.46%0.64%
38.43%

Color #9D969C in popluar number systems.

HEX9D969C
Decimal157150156
Binary100111011001011010011100
Octal235226234

Shades and tints

Shades of #9D969C

#9D969C
(157,150,156)
#8F898E
(143,137,142)
#817C80
(129,124,128)
#736F72
(115,111,114)
#656264
(101,98,100)
#575556
(87,85,86)
#494848
(73,72,72)
#3B3B3A
(59,59,58)
#2D2E2C
(45,46,44)
#1F211E
(31,33,30)
#111410
(17,20,16)
#000000
(0,0,0)

Tints of #9D969C

#9D969C
(157,150,156)
#A59FA5
(165,159,165)
#ADA8AE
(173,168,174)
#B5B1B7
(181,177,183)
#BDBAC0
(189,186,192)
#C5C3C9
(197,195,201)
#CDCCD2
(205,204,210)
#D5D5DB
(213,213,219)
#DDDEE4
(221,222,228)
#E5E7ED
(229,231,237)
#EDF0F6
(237,240,246)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #9D969C; }

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

This text font color is #9D969C.


Background Color

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

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

This div background color is #9D969C.


Border color

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

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

This div border color is #9D969C.


Opacity

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

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

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

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

This text has shadow with #9D969C color.

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

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

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


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

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

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


Div box shadow color

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

Preview

Color preview on black background

This text has color #9D969C on black background.


Color preview on white background

This text has color #9D969C on white background.



Black color preview on #9D969C background

This text has black color on #9D969C background.


White color preview on #9D969C background

This text has white color on #9D969C background.