COLOR #9D827C

HEX: #9D827C RGB: (157,130,124)

Color info

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

RGB color model

#9D827C color RGB value is (157,130,124).

RGB: (157,130,124) (62%, 51%, 49%)

RGB channels and saturation

R 157 of 255 = 62%
G 130 of 255 = 51%
B 124 of 255 = 49%

157
130
124

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

Portions of RGB colors in percentages

R + G + B = 157 + 130 + 124 = 411 (100%)
R 157 of 411 ~ 38.2%
G 130 of 411 ~ 31.63%
B 124 of 411 ~ 30.17'%

%38.2
%31.63
%30.17

CMYK color model

#9D827C color CMYK value is (0,17,21,38).

  • cyan value is 0.00%
  • magenta value is 17.20%
  • yellow value is 21.02%
  • key color value is 38.43%

CMYK: (0,17,21,38)
C0M17Y21K38 (0%, 17%, 21%, 38%)
(0.00 / 0.17 / 0.21 / 0.38)

CMYK percentages

%0
%17.2
%21.02
%38.43

Codes

Color #9D827C in popluar color models

9D 82 7C
RGB 157 130 124
HSL 11° 14.41% 55.10%
HSB/HSV 11° 21.02% 61.57%
CMYK 0.00% 17.20% 21.02%
38.43%

Color #9D827C in popluar number systems.

HEX 9D 82 7C
Decimal 157 130 124
Binary 10011101 10000010 1111100
Octal 235 202 174

Shades and tints

Shades of #9D827C

#9D827C
(157,130,124)
#8F7771
(143,119,113)
#816C66
(129,108,102)
#73615B
(115,97,91)
#655650
(101,86,80)
#574B45
(87,75,69)
#49403A
(73,64,58)
#3B352F
(59,53,47)
#2D2A24
(45,42,36)
#1F1F19
(31,31,25)
#11140E
(17,20,14)
#000000
(0,0,0)

Tints of #9D827C

#9D827C
(157,130,124)
#A58D87
(165,141,135)
#AD9892
(173,152,146)
#B5A39D
(181,163,157)
#BDAEA8
(189,174,168)
#C5B9B3
(197,185,179)
#CDC4BE
(205,196,190)
#D5CFC9
(213,207,201)
#DDDAD4
(221,218,212)
#E5E5DF
(229,229,223)
#EDF0EA
(237,240,234)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #9D827C color. Also use rgb(157,130,124) instead hex code.

Text Font Color

.myTextColor { color: #9D827C; }

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

This text font color is #9D827C.

Background Color

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

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

This div background color is #9D827C.

Border color

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

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

This div border color is #9D827C.

Opacity

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

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

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

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

This text has shadow with #9D827C color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #9D827C.

Preview

Color preview on black background

This text has color #9D827C on black background.


Color preview on white background

This text has color #9D827C on white background.


Black color preview on #9D827C background

This text has black color on #9D827C background.


White color preview on #9D827C background

This text has white color on #9D827C background.


Related colors

Complementary color

Complementary color for #hex is #627D83.


I love getcolorcode.com

Triadic colors

1 #7C9D82 and #827C9D with #9D827C are triadic colors.

2 #7C829D and #829D7C with #9D827C are triadic colors.