COLOR #9D9978

HEX: #9D9978 RGB: (157,153,120)

Color info

#9D9978 contains red, green and blue colors in about the same proportion. Web safe color of #9D9978 is #999966 (or #996).

RGB color model

#9D9978 color RGB value is (157,153,120).

RGB: (157,153,120) (62%, 60%, 47%)

RGB channels and saturation

R 157 of 255 = 62%
G 153 of 255 = 60%
B 120 of 255 = 47%

157
153
120

R + G + B ~ 56%. #9D9978 is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B = 157 + 153 + 120 = 430 (100%)
R 157 of 430 ~ 36.51%
G 153 of 430 ~ 35.58%
B 120 of 430 ~ 27.91'%

%36.51
%35.58
%27.91

CMYK color model

#9D9978 color CMYK value is (0,3,24,38).

  • cyan value is 0.00%
  • magenta value is 2.55%
  • yellow value is 23.57%
  • key color value is 38.43%

CMYK: (0,3,24,38)
C0M3Y24K38 (0%, 3%, 24%, 38%)
(0.00 / 0.03 / 0.24 / 0.38)

CMYK percentages

%0
%2.55
%23.57
%38.43

Codes

Color #9D9978 in popluar color models

9D 99 78
RGB 157 153 120
HSL 54° 15.88% 54.31%
HSB/HSV 54° 23.57% 61.57%
CMYK 0.00% 2.55% 23.57%
38.43%

Color #9D9978 in popluar number systems.

HEX 9D 99 78
Decimal 157 153 120
Binary 10011101 10011001 1111000
Octal 235 231 170

Shades and tints

Shades of #9D9978

#9D9978
(157,153,120)
#8F8C6E
(143,140,110)
#817F64
(129,127,100)
#73725A
(115,114,90)
#656550
(101,101,80)
#575846
(87,88,70)
#494B3C
(73,75,60)
#3B3E32
(59,62,50)
#2D3128
(45,49,40)
#1F241E
(31,36,30)
#111714
(17,23,20)
#000000
(0,0,0)

Tints of #9D9978

#9D9978
(157,153,120)
#A5A284
(165,162,132)
#ADAB90
(173,171,144)
#B5B49C
(181,180,156)
#BDBDA8
(189,189,168)
#C5C6B4
(197,198,180)
#CDCFC0
(205,207,192)
#D5D8CC
(213,216,204)
#DDE1D8
(221,225,216)
#E5EAE4
(229,234,228)
#EDF3F0
(237,243,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #9D9978 color. Also use rgb(157,153,120) instead hex code.

Text Font Color

.myTextColor { color: #9D9978; }

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

This text font color is #9D9978.

Background Color

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

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

This div background color is #9D9978.

Border color

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

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

This div border color is #9D9978.

Opacity

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

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

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

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

This text has shadow with #9D9978 color.


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

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

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


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

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

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

Div box shadow color

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

/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #9D9978; -webkit-box-shadow: 1px 1px 3px 2px #9D9978; box-shadow:1px 1px 3px 2px #9D9978;">
Div content here
</div>

This div box has shadow with color #9D9978.

Preview

Color preview on black background

This text has color #9D9978 on black background.


Color preview on white background

This text has color #9D9978 on white background.


Black color preview on #9D9978 background

This text has black color on #9D9978 background.


White color preview on #9D9978 background

This text has white color on #9D9978 background.


Related colors

Complementary color

Complementary color for #hex is #626687.


I love getcolorcode.com

Triadic colors

1 #789D99 and #99789D with #9D9978 are triadic colors.

2 #78999D and #999D78 with #9D9978 are triadic colors.