COLOR #9D586E

HEX: #9D586E
RGB: (157,88,110)

Color info

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

RGB color model

#9D586E color RGB value is (157,88,110).

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

RGB channels and saturation

R 157 of 255 = 62%
G 88 of 255 = 35%
B 110 of 255 = 43%

157
88
110

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

Portions of RGB colors in percentages

R + G + B =
157 + 88 + 110 = 355 (100%)
R 157 of 355 ~ 44.23%
G 88 of 355 ~ 24.79%
B 110 of 355 ~ 30.99%

%44.23
%24.79
%30.99

CMYK color model

#9D586E color CMYK value is (0,44,30,38).

  • cyan value is 0.00%
  • magenta value is 43.95%
  • yellow value is 29.94%
  • key color value is 38.43%
CMYK:
(0,44,30,38)
C0M44Y30K38 
(0%,44%,30%,38%)
(0.00/0.44/0.30/0.38)	

CMYK percentages

%0
%43.95
%29.94
%38.43

Codes

Color #9D586E in popluar color models

9D586E
RGB15788110
HSL341°28.16%48.04%
HSB/HSV341°43.95%61.57%
CMYK0.00%43.95%29.94%
38.43%

Color #9D586E in popluar number systems.

HEX9D586E
Decimal15788110
Binary1001110110110001101110
Octal235130156

Shades and tints

Shades of #9D586E

#9D586E
(157,88,110)
#8F5064
(143,80,100)
#81485A
(129,72,90)
#734050
(115,64,80)
#653846
(101,56,70)
#57303C
(87,48,60)
#492832
(73,40,50)
#3B2028
(59,32,40)
#2D181E
(45,24,30)
#1F1014
(31,16,20)
#11080A
(17,8,10)
#000000
(0,0,0)

Tints of #9D586E

#9D586E
(157,88,110)
#A5677B
(165,103,123)
#AD7688
(173,118,136)
#B58595
(181,133,149)
#BD94A2
(189,148,162)
#C5A3AF
(197,163,175)
#CDB2BC
(205,178,188)
#D5C1C9
(213,193,201)
#DDD0D6
(221,208,214)
#E5DFE3
(229,223,227)
#EDEEF0
(237,238,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #9D586E; }

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

This text font color is #9D586E.


Background Color

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

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

This div background color is #9D586E.


Border color

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

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

This div border color is #9D586E.


Opacity

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

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

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

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

This text has shadow with #9D586E color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #9D586E on black background.


Color preview on white background

This text has color #9D586E on white background.



Black color preview on #9D586E background

This text has black color on #9D586E background.


White color preview on #9D586E background

This text has white color on #9D586E background.