COLOR #9D647B

HEX: #9D647B
RGB: (157,100,123)

Color info

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

RGB color model

#9D647B color RGB value is (157,100,123).

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

RGB channels and saturation

R 157 of 255 = 62%
G 100 of 255 = 39%
B 123 of 255 = 48%

157
100
123

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

Portions of RGB colors in percentages

R + G + B =
157 + 100 + 123 = 380 (100%)
R 157 of 380 ~ 41.32%
G 100 of 380 ~ 26.32%
B 123 of 380 ~ 32.37%

%41.32
%26.32
%32.37

CMYK color model

#9D647B color CMYK value is (0,36,22,38).

  • cyan value is 0.00%
  • magenta value is 36.31%
  • yellow value is 21.66%
  • key color value is 38.43%
CMYK:
(0,36,22,38)
C0M36Y22K38 
(0%,36%,22%,38%)
(0.00/0.36/0.22/0.38)	

CMYK percentages

%0
%36.31
%21.66
%38.43

Codes

Color #9D647B in popluar color models

9D647B
RGB157100123
HSL336°22.53%50.39%
HSB/HSV336°36.31%61.57%
CMYK0.00%36.31%21.66%
38.43%

Color #9D647B in popluar number systems.

HEX9D647B
Decimal157100123
Binary1001110111001001111011
Octal235144173

Shades and tints

Shades of #9D647B

#9D647B
(157,100,123)
#8F5B70
(143,91,112)
#815265
(129,82,101)
#73495A
(115,73,90)
#65404F
(101,64,79)
#573744
(87,55,68)
#492E39
(73,46,57)
#3B252E
(59,37,46)
#2D1C23
(45,28,35)
#1F1318
(31,19,24)
#110A0D
(17,10,13)
#000000
(0,0,0)

Tints of #9D647B

#9D647B
(157,100,123)
#A57287
(165,114,135)
#AD8093
(173,128,147)
#B58E9F
(181,142,159)
#BD9CAB
(189,156,171)
#C5AAB7
(197,170,183)
#CDB8C3
(205,184,195)
#D5C6CF
(213,198,207)
#DDD4DB
(221,212,219)
#E5E2E7
(229,226,231)
#EDF0F3
(237,240,243)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #9D647B; }

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

This text font color is #9D647B.


Background Color

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

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

This div background color is #9D647B.


Border color

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

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

This div border color is #9D647B.


Opacity

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

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

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

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

This text has shadow with #9D647B color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #9D647B on black background.


Color preview on white background

This text has color #9D647B on white background.



Black color preview on #9D647B background

This text has black color on #9D647B background.


White color preview on #9D647B background

This text has white color on #9D647B background.