COLOR #9C838E

HEX: #9C838E RGB: (156,131,142)

Color info

#9C838E contains red, green and blue colors in about the same proportion. Web safe color of #9C838E is #999999 (or #999).

RGB color model

#9C838E color RGB value is (156,131,142).

RGB: (156,131,142) (61%, 51%, 56%)

RGB channels and saturation

R 156 of 255 = 61%
G 131 of 255 = 51%
B 142 of 255 = 56%

156
131
142

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

Portions of RGB colors in percentages

R + G + B = 156 + 131 + 142 = 429 (100%)
R 156 of 429 ~ 36.36%
G 131 of 429 ~ 30.54%
B 142 of 429 ~ 33.1'%

%36.36
%30.54
%33.1

CMYK color model

#9C838E color CMYK value is (0,16,9,39).

  • cyan value is 0.00%
  • magenta value is 16.03%
  • yellow value is 8.97%
  • key color value is 38.82%

CMYK: (0,16,9,39)
C0M16Y9K39 (0%, 16%, 9%, 39%)
(0.00 / 0.16 / 0.09 / 0.39)

CMYK percentages

%0
%16.03
%8.97
%38.82

Codes

Color #9C838E in popluar color models

9C 83 8E
RGB 156 131 142
HSL 334° 11.21% 56.27%
HSB/HSV 334° 16.03% 61.18%
CMYK 0.00% 16.03% 8.97%
38.82%

Color #9C838E in popluar number systems.

HEX 9C 83 8E
Decimal 156 131 142
Binary 10011100 10000011 10001110
Octal 234 203 216

Shades and tints

Shades of #9C838E

#9C838E
(156,131,142)
#8E7882
(142,120,130)
#806D76
(128,109,118)
#72626A
(114,98,106)
#64575E
(100,87,94)
#564C52
(86,76,82)
#484146
(72,65,70)
#3A363A
(58,54,58)
#2C2B2E
(44,43,46)
#1E2022
(30,32,34)
#101516
(16,21,22)
#000000
(0,0,0)

Tints of #9C838E

#9C838E
(156,131,142)
#A58E98
(165,142,152)
#AE99A2
(174,153,162)
#B7A4AC
(183,164,172)
#C0AFB6
(192,175,182)
#C9BAC0
(201,186,192)
#D2C5CA
(210,197,202)
#DBD0D4
(219,208,212)
#E4DBDE
(228,219,222)
#EDE6E8
(237,230,232)
#F6F1F2
(246,241,242)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #9C838E color. Also use rgb(156,131,142) instead hex code.

Text Font Color

.myTextColor { color: #9C838E; }

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

This text font color is #9C838E.

Background Color

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

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

This div background color is #9C838E.

Border color

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

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

This div border color is #9C838E.

Opacity

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

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

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

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

This text has shadow with #9C838E color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #9C838E.

Preview

Color preview on black background

This text has color #9C838E on black background.


Color preview on white background

This text has color #9C838E on white background.


Black color preview on #9C838E background

This text has black color on #9C838E background.


White color preview on #9C838E background

This text has white color on #9C838E background.


Related colors

Complementary color

Complementary color for #hex is #637C71.


I love getcolorcode.com

Triadic colors

1 #8E9C83 and #838E9C with #9C838E are triadic colors.

2 #8E839C and #839C8E with #9C838E are triadic colors.