COLOR #9D917E

HEX: #9D917E RGB: (157,145,126)

Color info

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

RGB color model

#9D917E color RGB value is (157,145,126).

RGB: (157,145,126) (62%, 57%, 49%)

RGB channels and saturation

R 157 of 255 = 62%
G 145 of 255 = 57%
B 126 of 255 = 49%

157
145
126

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

Portions of RGB colors in percentages

R + G + B = 157 + 145 + 126 = 428 (100%)
R 157 of 428 ~ 36.68%
G 145 of 428 ~ 33.88%
B 126 of 428 ~ 29.44'%

%36.68
%33.88
%29.44

CMYK color model

#9D917E color CMYK value is (0,8,20,38).

  • cyan value is 0.00%
  • magenta value is 7.64%
  • yellow value is 19.75%
  • key color value is 38.43%

CMYK: (0,8,20,38)
C0M8Y20K38 (0%, 8%, 20%, 38%)
(0.00 / 0.08 / 0.20 / 0.38)

CMYK percentages

%0
%7.64
%19.75
%38.43

Codes

Color #9D917E in popluar color models

9D 91 7E
RGB 157 145 126
HSL 37° 13.66% 55.49%
HSB/HSV 37° 19.75% 61.57%
CMYK 0.00% 7.64% 19.75%
38.43%

Color #9D917E in popluar number systems.

HEX 9D 91 7E
Decimal 157 145 126
Binary 10011101 10010001 1111110
Octal 235 221 176

Shades and tints

Shades of #9D917E

#9D917E
(157,145,126)
#8F8473
(143,132,115)
#817768
(129,119,104)
#736A5D
(115,106,93)
#655D52
(101,93,82)
#575047
(87,80,71)
#49433C
(73,67,60)
#3B3631
(59,54,49)
#2D2926
(45,41,38)
#1F1C1B
(31,28,27)
#110F10
(17,15,16)
#000000
(0,0,0)

Tints of #9D917E

#9D917E
(157,145,126)
#A59B89
(165,155,137)
#ADA594
(173,165,148)
#B5AF9F
(181,175,159)
#BDB9AA
(189,185,170)
#C5C3B5
(197,195,181)
#CDCDC0
(205,205,192)
#D5D7CB
(213,215,203)
#DDE1D6
(221,225,214)
#E5EBE1
(229,235,225)
#EDF5EC
(237,245,236)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #9D917E color. Also use rgb(157,145,126) instead hex code.

Text Font Color

.myTextColor { color: #9D917E; }

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

This text font color is #9D917E.

Background Color

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

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

This div background color is #9D917E.

Border color

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

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

This div border color is #9D917E.

Opacity

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

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

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

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

This text has shadow with #9D917E color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #9D917E.

Preview

Color preview on black background

This text has color #9D917E on black background.


Color preview on white background

This text has color #9D917E on white background.


Black color preview on #9D917E background

This text has black color on #9D917E background.


White color preview on #9D917E background

This text has white color on #9D917E background.


Related colors

Complementary color

Complementary color for #hex is #626E81.


I love getcolorcode.com

Triadic colors

1 #7E9D91 and #917E9D with #9D917E are triadic colors.

2 #7E919D and #919D7E with #9D917E are triadic colors.