COLOR #9D7788

HEX: #9D7788
RGB: (157,119,136)

Color info

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

RGB color model

#9D7788 color RGB value is (157,119,136).

  • red value is 157;
  • green value is 119;
  • blue value is 136.
RGB:
(157,119,136)
(62%,47%,53%)

RGB channels and saturation

R 157 of 255 = 62%
G 119 of 255 = 47%
B 136 of 255 = 53%

157
119
136

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

Portions of RGB colors in percentages

R + G + B =
157 + 119 + 136 = 412 (100%)
R 157 of 412 ~ 38.11%
G 119 of 412 ~ 28.88%
B 136 of 412 ~ 33.01%

%38.11
%28.88
%33.01

CMYK color model

#9D7788 color CMYK value is (0,24,13,38).

  • cyan value is 0.00%
  • magenta value is 24.20%
  • yellow value is 13.38%
  • key color value is 38.43%
CMYK:
(0,24,13,38)
C0M24Y13K38 
(0%,24%,13%,38%)
(0.00/0.24/0.13/0.38)	

CMYK percentages

%0
%24.2
%13.38
%38.43

Codes

Color #9D7788 in popluar color models

9D7788
RGB157119136
HSL333°16.24%54.12%
HSB/HSV333°24.20%61.57%
CMYK0.00%24.20%13.38%
38.43%

Color #9D7788 in popluar number systems.

HEX9D7788
Decimal157119136
Binary10011101111011110001000
Octal235167210

Shades and tints

Shades of #9D7788

#9D7788
(157,119,136)
#8F6D7C
(143,109,124)
#816370
(129,99,112)
#735964
(115,89,100)
#654F58
(101,79,88)
#57454C
(87,69,76)
#493B40
(73,59,64)
#3B3134
(59,49,52)
#2D2728
(45,39,40)
#1F1D1C
(31,29,28)
#111310
(17,19,16)
#000000
(0,0,0)

Tints of #9D7788

#9D7788
(157,119,136)
#A58392
(165,131,146)
#AD8F9C
(173,143,156)
#B59BA6
(181,155,166)
#BDA7B0
(189,167,176)
#C5B3BA
(197,179,186)
#CDBFC4
(205,191,196)
#D5CBCE
(213,203,206)
#DDD7D8
(221,215,216)
#E5E3E2
(229,227,226)
#EDEFEC
(237,239,236)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #9D7788 color. Also use rgb(157,119,136) instead hex code.

Text Font Color

.myTextColor { color: #9D7788; }

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

This text font color is #9D7788.


Background Color

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

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

This div background color is #9D7788.


Border color

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

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

This div border color is #9D7788.


Opacity

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

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

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

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

This text has shadow with #9D7788 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #9D7788 on black background.


Color preview on white background

This text has color #9D7788 on white background.



Black color preview on #9D7788 background

This text has black color on #9D7788 background.


White color preview on #9D7788 background

This text has white color on #9D7788 background.