COLOR #9C827E

HEX: #9C827E RGB: (156,130,126)

Color info

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

RGB color model

#9C827E color RGB value is (156,130,126).

RGB: (156,130,126) (61%, 51%, 49%)

RGB channels and saturation

R 156 of 255 = 61%
G 130 of 255 = 51%
B 126 of 255 = 49%

156
130
126

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

Portions of RGB colors in percentages

R + G + B = 156 + 130 + 126 = 412 (100%)
R 156 of 412 ~ 37.86%
G 130 of 412 ~ 31.55%
B 126 of 412 ~ 30.58'%

%37.86
%31.55
%30.58

CMYK color model

#9C827E color CMYK value is (0,17,19,39).

  • cyan value is 0.00%
  • magenta value is 16.67%
  • yellow value is 19.23%
  • key color value is 38.82%

CMYK: (0,17,19,39)
C0M17Y19K39 (0%, 17%, 19%, 39%)
(0.00 / 0.17 / 0.19 / 0.39)

CMYK percentages

%0
%16.67
%19.23
%38.82

Codes

Color #9C827E in popluar color models

9C 82 7E
RGB 156 130 126
HSL 13.16% 55.29%
HSB/HSV 19.23% 61.18%
CMYK 0.00% 16.67% 19.23%
38.82%

Color #9C827E in popluar number systems.

HEX 9C 82 7E
Decimal 156 130 126
Binary 10011100 10000010 1111110
Octal 234 202 176

Shades and tints

Shades of #9C827E

#9C827E
(156,130,126)
#8E7773
(142,119,115)
#806C68
(128,108,104)
#72615D
(114,97,93)
#645652
(100,86,82)
#564B47
(86,75,71)
#48403C
(72,64,60)
#3A3531
(58,53,49)
#2C2A26
(44,42,38)
#1E1F1B
(30,31,27)
#101410
(16,20,16)
#000000
(0,0,0)

Tints of #9C827E

#9C827E
(156,130,126)
#A58D89
(165,141,137)
#AE9894
(174,152,148)
#B7A39F
(183,163,159)
#C0AEAA
(192,174,170)
#C9B9B5
(201,185,181)
#D2C4C0
(210,196,192)
#DBCFCB
(219,207,203)
#E4DAD6
(228,218,214)
#EDE5E1
(237,229,225)
#F6F0EC
(246,240,236)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #9C827E color. Also use rgb(156,130,126) instead hex code.

Text Font Color

.myTextColor { color: #9C827E; }

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

This text font color is #9C827E.

Background Color

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

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

This div background color is #9C827E.

Border color

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

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

This div border color is #9C827E.

Opacity

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

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

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

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

This text has shadow with #9C827E color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #9C827E.

Preview

Color preview on black background

This text has color #9C827E on black background.


Color preview on white background

This text has color #9C827E on white background.


Black color preview on #9C827E background

This text has black color on #9C827E background.


White color preview on #9C827E background

This text has white color on #9C827E background.


Related colors

Complementary color

Complementary color for #hex is #637D81.


I love getcolorcode.com

Triadic colors

1 #7E9C82 and #827E9C with #9C827E are triadic colors.

2 #7E829C and #829C7E with #9C827E are triadic colors.