COLOR #9D607B

HEX: #9D607B
RGB: (157,96,123)

Color info

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

RGB color model

#9D607B color RGB value is (157,96,123).

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

RGB channels and saturation

R 157 of 255 = 62%
G 96 of 255 = 38%
B 123 of 255 = 48%

157
96
123

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

Portions of RGB colors in percentages

R + G + B =
157 + 96 + 123 = 376 (100%)
R 157 of 376 ~ 41.76%
G 96 of 376 ~ 25.53%
B 123 of 376 ~ 32.71%

%41.76
%25.53
%32.71

CMYK color model

#9D607B color CMYK value is (0,39,22,38).

  • cyan value is 0.00%
  • magenta value is 38.85%
  • yellow value is 21.66%
  • key color value is 38.43%
CMYK:
(0,39,22,38)
C0M39Y22K38 
(0%,39%,22%,38%)
(0.00/0.39/0.22/0.38)	

CMYK percentages

%0
%38.85
%21.66
%38.43

Codes

Color #9D607B in popluar color models

9D607B
RGB15796123
HSL333°24.11%49.61%
HSB/HSV333°38.85%61.57%
CMYK0.00%38.85%21.66%
38.43%

Color #9D607B in popluar number systems.

HEX9D607B
Decimal15796123
Binary1001110111000001111011
Octal235140173

Shades and tints

Shades of #9D607B

#9D607B
(157,96,123)
#8F5870
(143,88,112)
#815065
(129,80,101)
#73485A
(115,72,90)
#65404F
(101,64,79)
#573844
(87,56,68)
#493039
(73,48,57)
#3B282E
(59,40,46)
#2D2023
(45,32,35)
#1F1818
(31,24,24)
#11100D
(17,16,13)
#000000
(0,0,0)

Tints of #9D607B

#9D607B
(157,96,123)
#A56E87
(165,110,135)
#AD7C93
(173,124,147)
#B58A9F
(181,138,159)
#BD98AB
(189,152,171)
#C5A6B7
(197,166,183)
#CDB4C3
(205,180,195)
#D5C2CF
(213,194,207)
#DDD0DB
(221,208,219)
#E5DEE7
(229,222,231)
#EDECF3
(237,236,243)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #9D607B; }

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

This text font color is #9D607B.


Background Color

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

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

This div background color is #9D607B.


Border color

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

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

This div border color is #9D607B.


Opacity

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

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

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

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

This text has shadow with #9D607B color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #9D607B on black background.


Color preview on white background

This text has color #9D607B on white background.



Black color preview on #9D607B background

This text has black color on #9D607B background.


White color preview on #9D607B background

This text has white color on #9D607B background.