COLOR #9C586E

HEX: #9C586E
RGB: (156,88,110)

Color info

#9C586E contains mainly red and blue colors. Web safe color of #9C586E is #996666 (or #966).

RGB color model

#9C586E color RGB value is (156,88,110).

  • red value is 156;
  • green value is 88;
  • blue value is 110.
RGB:
(156,88,110)
(61%,35%,43%)

RGB channels and saturation

R 156 of 255 = 61%
G 88 of 255 = 35%
B 110 of 255 = 43%

156
88
110

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

Portions of RGB colors in percentages

R + G + B =
156 + 88 + 110 = 354 (100%)
R 156 of 354 ~ 44.07%
G 88 of 354 ~ 24.86%
B 110 of 354 ~ 31.07%

%44.07
%24.86
%31.07

CMYK color model

#9C586E color CMYK value is (0,44,29,39).

  • cyan value is 0.00%
  • magenta value is 43.59%
  • yellow value is 29.49%
  • key color value is 38.82%
CMYK:
(0,44,29,39)
C0M44Y29K39 
(0%,44%,29%,39%)
(0.00/0.44/0.29/0.39)	

CMYK percentages

%0
%43.59
%29.49
%38.82

Codes

Color #9C586E in popluar color models

9C586E
RGB15688110
HSL341°27.87%47.84%
HSB/HSV341°43.59%61.18%
CMYK0.00%43.59%29.49%
38.82%

Color #9C586E in popluar number systems.

HEX9C586E
Decimal15688110
Binary1001110010110001101110
Octal234130156

Shades and tints

Shades of #9C586E

#9C586E
(156,88,110)
#8E5064
(142,80,100)
#80485A
(128,72,90)
#724050
(114,64,80)
#643846
(100,56,70)
#56303C
(86,48,60)
#482832
(72,40,50)
#3A2028
(58,32,40)
#2C181E
(44,24,30)
#1E1014
(30,16,20)
#10080A
(16,8,10)
#000000
(0,0,0)

Tints of #9C586E

#9C586E
(156,88,110)
#A5677B
(165,103,123)
#AE7688
(174,118,136)
#B78595
(183,133,149)
#C094A2
(192,148,162)
#C9A3AF
(201,163,175)
#D2B2BC
(210,178,188)
#DBC1C9
(219,193,201)
#E4D0D6
(228,208,214)
#EDDFE3
(237,223,227)
#F6EEF0
(246,238,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #9C586E color. Also use rgb(156,88,110) instead hex code.

Text Font Color

.myTextColor { color: #9C586E; }

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

This text font color is #9C586E.


Background Color

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

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

This div background color is #9C586E.


Border color

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

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

This div border color is #9C586E.


Opacity

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

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

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

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

This text has shadow with #9C586E color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #9C586E on black background.


Color preview on white background

This text has color #9C586E on white background.



Black color preview on #9C586E background

This text has black color on #9C586E background.


White color preview on #9C586E background

This text has white color on #9C586E background.