COLOR #9D758D

HEX: #9D758D
RGB: (157,117,141)

Color info

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

RGB color model

#9D758D color RGB value is (157,117,141).

  • red value is 157;
  • green value is 117;
  • blue value is 141.
RGB:
(157,117,141)
(62%,46%,55%)

RGB channels and saturation

R 157 of 255 = 62%
G 117 of 255 = 46%
B 141 of 255 = 55%

157
117
141

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

Portions of RGB colors in percentages

R + G + B =
157 + 117 + 141 = 415 (100%)
R 157 of 415 ~ 37.83%
G 117 of 415 ~ 28.19%
B 141 of 415 ~ 33.98%

%37.83
%28.19
%33.98

CMYK color model

#9D758D color CMYK value is (0,25,10,38).

  • cyan value is 0.00%
  • magenta value is 25.48%
  • yellow value is 10.19%
  • key color value is 38.43%
CMYK:
(0,25,10,38)
C0M25Y10K38 
(0%,25%,10%,38%)
(0.00/0.25/0.10/0.38)	

CMYK percentages

%0
%25.48
%10.19
%38.43

Codes

Color #9D758D in popluar color models

9D758D
RGB157117141
HSL324°16.95%53.73%
HSB/HSV324°25.48%61.57%
CMYK0.00%25.48%10.19%
38.43%

Color #9D758D in popluar number systems.

HEX9D758D
Decimal157117141
Binary10011101111010110001101
Octal235165215

Shades and tints

Shades of #9D758D

#9D758D
(157,117,141)
#8F6B81
(143,107,129)
#816175
(129,97,117)
#735769
(115,87,105)
#654D5D
(101,77,93)
#574351
(87,67,81)
#493945
(73,57,69)
#3B2F39
(59,47,57)
#2D252D
(45,37,45)
#1F1B21
(31,27,33)
#111115
(17,17,21)
#000000
(0,0,0)

Tints of #9D758D

#9D758D
(157,117,141)
#A58197
(165,129,151)
#AD8DA1
(173,141,161)
#B599AB
(181,153,171)
#BDA5B5
(189,165,181)
#C5B1BF
(197,177,191)
#CDBDC9
(205,189,201)
#D5C9D3
(213,201,211)
#DDD5DD
(221,213,221)
#E5E1E7
(229,225,231)
#EDEDF1
(237,237,241)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #9D758D color. Also use rgb(157,117,141) instead hex code.

Text Font Color

.myTextColor { color: #9D758D; }

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

This text font color is #9D758D.


Background Color

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

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

This div background color is #9D758D.


Border color

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

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

This div border color is #9D758D.


Opacity

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

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

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

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

This text has shadow with #9D758D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #9D758D on black background.


Color preview on white background

This text has color #9D758D on white background.



Black color preview on #9D758D background

This text has black color on #9D758D background.


White color preview on #9D758D background

This text has white color on #9D758D background.