COLOR #9C817D

HEX: #9C817D RGB: (156,129,125)

Color info

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

RGB color model

#9C817D color RGB value is (156,129,125).

RGB: (156,129,125) (61%, 51%, 49%)

RGB channels and saturation

R 156 of 255 = 61%
G 129 of 255 = 51%
B 125 of 255 = 49%

156
129
125

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

Portions of RGB colors in percentages

R + G + B = 156 + 129 + 125 = 410 (100%)
R 156 of 410 ~ 38.05%
G 129 of 410 ~ 31.46%
B 125 of 410 ~ 30.49'%

%38.05
%31.46
%30.49

CMYK color model

#9C817D color CMYK value is (0,17,20,39).

  • cyan value is 0.00%
  • magenta value is 17.31%
  • yellow value is 19.87%
  • key color value is 38.82%

CMYK: (0,17,20,39)
C0M17Y20K39 (0%, 17%, 20%, 39%)
(0.00 / 0.17 / 0.20 / 0.39)

CMYK percentages

%0
%17.31
%19.87
%38.82

Codes

Color #9C817D in popluar color models

9C 81 7D
RGB 156 129 125
HSL 13.54% 55.10%
HSB/HSV 19.87% 61.18%
CMYK 0.00% 17.31% 19.87%
38.82%

Color #9C817D in popluar number systems.

HEX 9C 81 7D
Decimal 156 129 125
Binary 10011100 10000001 1111101
Octal 234 201 175

Shades and tints

Shades of #9C817D

#9C817D
(156,129,125)
#8E7672
(142,118,114)
#806B67
(128,107,103)
#72605C
(114,96,92)
#645551
(100,85,81)
#564A46
(86,74,70)
#483F3B
(72,63,59)
#3A3430
(58,52,48)
#2C2925
(44,41,37)
#1E1E1A
(30,30,26)
#10130F
(16,19,15)
#000000
(0,0,0)

Tints of #9C817D

#9C817D
(156,129,125)
#A58C88
(165,140,136)
#AE9793
(174,151,147)
#B7A29E
(183,162,158)
#C0ADA9
(192,173,169)
#C9B8B4
(201,184,180)
#D2C3BF
(210,195,191)
#DBCECA
(219,206,202)
#E4D9D5
(228,217,213)
#EDE4E0
(237,228,224)
#F6EFEB
(246,239,235)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #9C817D color. Also use rgb(156,129,125) instead hex code.

Text Font Color

.myTextColor { color: #9C817D; }

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

This text font color is #9C817D.

Background Color

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

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

This div background color is #9C817D.

Border color

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

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

This div border color is #9C817D.

Opacity

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

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

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

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

This text has shadow with #9C817D color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #9C817D.

Preview

Color preview on black background

This text has color #9C817D on black background.


Color preview on white background

This text has color #9C817D on white background.


Black color preview on #9C817D background

This text has black color on #9C817D background.


White color preview on #9C817D background

This text has white color on #9C817D background.


Related colors

Complementary color

Complementary color for #hex is #637E82.


I love getcolorcode.com

Triadic colors

1 #7D9C81 and #817D9C with #9C817D are triadic colors.

2 #7D819C and #819C7D with #9C817D are triadic colors.