COLOR #9D6470

HEX: #9D6470
RGB: (157,100,112)

Color info

#9D6470 contains red, green and blue colors in about the same proportion. Web safe color of #9D6470 is #996666 (or #966).

RGB color model

#9D6470 color RGB value is (157,100,112).

  • red value is 157;
  • green value is 100;
  • blue value is 112.
RGB:
(157,100,112)
(62%,39%,44%)

RGB channels and saturation

R 157 of 255 = 62%
G 100 of 255 = 39%
B 112 of 255 = 44%

157
100
112

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

Portions of RGB colors in percentages

R + G + B =
157 + 100 + 112 = 369 (100%)
R 157 of 369 ~ 42.55%
G 100 of 369 ~ 27.1%
B 112 of 369 ~ 30.35%

%42.55
%27.1
%30.35

CMYK color model

#9D6470 color CMYK value is (0,36,29,38).

  • cyan value is 0.00%
  • magenta value is 36.31%
  • yellow value is 28.66%
  • key color value is 38.43%
CMYK:
(0,36,29,38)
C0M36Y29K38 
(0%,36%,29%,38%)
(0.00/0.36/0.29/0.38)	

CMYK percentages

%0
%36.31
%28.66
%38.43

Codes

Color #9D6470 in popluar color models

9D6470
RGB157100112
HSL347°22.53%50.39%
HSB/HSV347°36.31%61.57%
CMYK0.00%36.31%28.66%
38.43%

Color #9D6470 in popluar number systems.

HEX9D6470
Decimal157100112
Binary1001110111001001110000
Octal235144160

Shades and tints

Shades of #9D6470

#9D6470
(157,100,112)
#8F5B66
(143,91,102)
#81525C
(129,82,92)
#734952
(115,73,82)
#654048
(101,64,72)
#57373E
(87,55,62)
#492E34
(73,46,52)
#3B252A
(59,37,42)
#2D1C20
(45,28,32)
#1F1316
(31,19,22)
#110A0C
(17,10,12)
#000000
(0,0,0)

Tints of #9D6470

#9D6470
(157,100,112)
#A5727D
(165,114,125)
#AD808A
(173,128,138)
#B58E97
(181,142,151)
#BD9CA4
(189,156,164)
#C5AAB1
(197,170,177)
#CDB8BE
(205,184,190)
#D5C6CB
(213,198,203)
#DDD4D8
(221,212,216)
#E5E2E5
(229,226,229)
#EDF0F2
(237,240,242)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #9D6470 color. Also use rgb(157,100,112) instead hex code.

Text Font Color

.myTextColor { color: #9D6470; }

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

This text font color is #9D6470.


Background Color

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

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

This div background color is #9D6470.


Border color

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

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

This div border color is #9D6470.


Opacity

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

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

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

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

This text has shadow with #9D6470 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #9D6470 on black background.


Color preview on white background

This text has color #9D6470 on white background.



Black color preview on #9D6470 background

This text has black color on #9D6470 background.


White color preview on #9D6470 background

This text has white color on #9D6470 background.