COLOR #9D6476

HEX: #9D6476
RGB: (157,100,118)

Color info

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

RGB color model

#9D6476 color RGB value is (157,100,118).

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

RGB channels and saturation

R 157 of 255 = 62%
G 100 of 255 = 39%
B 118 of 255 = 46%

157
100
118

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

Portions of RGB colors in percentages

R + G + B =
157 + 100 + 118 = 375 (100%)
R 157 of 375 ~ 41.87%
G 100 of 375 ~ 26.67%
B 118 of 375 ~ 31.47%

%41.87
%26.67
%31.47

CMYK color model

#9D6476 color CMYK value is (0,36,25,38).

  • cyan value is 0.00%
  • magenta value is 36.31%
  • yellow value is 24.84%
  • key color value is 38.43%
CMYK:
(0,36,25,38)
C0M36Y25K38 
(0%,36%,25%,38%)
(0.00/0.36/0.25/0.38)	

CMYK percentages

%0
%36.31
%24.84
%38.43

Codes

Color #9D6476 in popluar color models

9D6476
RGB157100118
HSL341°22.53%50.39%
HSB/HSV341°36.31%61.57%
CMYK0.00%36.31%24.84%
38.43%

Color #9D6476 in popluar number systems.

HEX9D6476
Decimal157100118
Binary1001110111001001110110
Octal235144166

Shades and tints

Shades of #9D6476

#9D6476
(157,100,118)
#8F5B6C
(143,91,108)
#815262
(129,82,98)
#734958
(115,73,88)
#65404E
(101,64,78)
#573744
(87,55,68)
#492E3A
(73,46,58)
#3B2530
(59,37,48)
#2D1C26
(45,28,38)
#1F131C
(31,19,28)
#110A12
(17,10,18)
#000000
(0,0,0)

Tints of #9D6476

#9D6476
(157,100,118)
#A57282
(165,114,130)
#AD808E
(173,128,142)
#B58E9A
(181,142,154)
#BD9CA6
(189,156,166)
#C5AAB2
(197,170,178)
#CDB8BE
(205,184,190)
#D5C6CA
(213,198,202)
#DDD4D6
(221,212,214)
#E5E2E2
(229,226,226)
#EDF0EE
(237,240,238)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #9D6476; }

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

This text font color is #9D6476.


Background Color

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

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

This div background color is #9D6476.


Border color

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

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

This div border color is #9D6476.


Opacity

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

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

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

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

This text has shadow with #9D6476 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #9D6476 on black background.


Color preview on white background

This text has color #9D6476 on white background.



Black color preview on #9D6476 background

This text has black color on #9D6476 background.


White color preview on #9D6476 background

This text has white color on #9D6476 background.