COLOR #9D7884

HEX: #9D7884
RGB: (157,120,132)

Color info

#9D7884 contains red, green and blue colors in about the same proportion. Web safe color of #9D7884 is #996699 (or #969).

RGB color model

#9D7884 color RGB value is (157,120,132).

  • red value is 157;
  • green value is 120;
  • blue value is 132.
RGB:
(157,120,132)
(62%,47%,52%)

RGB channels and saturation

R 157 of 255 = 62%
G 120 of 255 = 47%
B 132 of 255 = 52%

157
120
132

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

Portions of RGB colors in percentages

R + G + B =
157 + 120 + 132 = 409 (100%)
R 157 of 409 ~ 38.39%
G 120 of 409 ~ 29.34%
B 132 of 409 ~ 32.27%

%38.39
%29.34
%32.27

CMYK color model

#9D7884 color CMYK value is (0,24,16,38).

  • cyan value is 0.00%
  • magenta value is 23.57%
  • yellow value is 15.92%
  • key color value is 38.43%
CMYK:
(0,24,16,38)
C0M24Y16K38 
(0%,24%,16%,38%)
(0.00/0.24/0.16/0.38)	

CMYK percentages

%0
%23.57
%15.92
%38.43

Codes

Color #9D7884 in popluar color models

9D7884
RGB157120132
HSL341°15.88%54.31%
HSB/HSV341°23.57%61.57%
CMYK0.00%23.57%15.92%
38.43%

Color #9D7884 in popluar number systems.

HEX9D7884
Decimal157120132
Binary10011101111100010000100
Octal235170204

Shades and tints

Shades of #9D7884

#9D7884
(157,120,132)
#8F6E78
(143,110,120)
#81646C
(129,100,108)
#735A60
(115,90,96)
#655054
(101,80,84)
#574648
(87,70,72)
#493C3C
(73,60,60)
#3B3230
(59,50,48)
#2D2824
(45,40,36)
#1F1E18
(31,30,24)
#11140C
(17,20,12)
#000000
(0,0,0)

Tints of #9D7884

#9D7884
(157,120,132)
#A5848F
(165,132,143)
#AD909A
(173,144,154)
#B59CA5
(181,156,165)
#BDA8B0
(189,168,176)
#C5B4BB
(197,180,187)
#CDC0C6
(205,192,198)
#D5CCD1
(213,204,209)
#DDD8DC
(221,216,220)
#E5E4E7
(229,228,231)
#EDF0F2
(237,240,242)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #9D7884 color. Also use rgb(157,120,132) instead hex code.

Text Font Color

.myTextColor { color: #9D7884; }

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

This text font color is #9D7884.


Background Color

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

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

This div background color is #9D7884.


Border color

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

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

This div border color is #9D7884.


Opacity

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

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

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

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

This text has shadow with #9D7884 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #9D7884 on black background.


Color preview on white background

This text has color #9D7884 on white background.



Black color preview on #9D7884 background

This text has black color on #9D7884 background.


White color preview on #9D7884 background

This text has white color on #9D7884 background.