COLOR #9D668B

HEX: #9D668B
RGB: (157,102,139)

Color info

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

RGB color model

#9D668B color RGB value is (157,102,139).

  • red value is 157;
  • green value is 102;
  • blue value is 139.
RGB:
(157,102,139)
(62%,40%,55%)

RGB channels and saturation

R 157 of 255 = 62%
G 102 of 255 = 40%
B 139 of 255 = 55%

157
102
139

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

Portions of RGB colors in percentages

R + G + B =
157 + 102 + 139 = 398 (100%)
R 157 of 398 ~ 39.45%
G 102 of 398 ~ 25.63%
B 139 of 398 ~ 34.92%

%39.45
%25.63
%34.92

CMYK color model

#9D668B color CMYK value is (0,35,11,38).

  • cyan value is 0.00%
  • magenta value is 35.03%
  • yellow value is 11.46%
  • key color value is 38.43%
CMYK:
(0,35,11,38)
C0M35Y11K38 
(0%,35%,11%,38%)
(0.00/0.35/0.11/0.38)	

CMYK percentages

%0
%35.03
%11.46
%38.43

Codes

Color #9D668B in popluar color models

9D668B
RGB157102139
HSL320°21.91%50.78%
HSB/HSV320°35.03%61.57%
CMYK0.00%35.03%11.46%
38.43%

Color #9D668B in popluar number systems.

HEX9D668B
Decimal157102139
Binary10011101110011010001011
Octal235146213

Shades and tints

Shades of #9D668B

#9D668B
(157,102,139)
#8F5D7F
(143,93,127)
#815473
(129,84,115)
#734B67
(115,75,103)
#65425B
(101,66,91)
#57394F
(87,57,79)
#493043
(73,48,67)
#3B2737
(59,39,55)
#2D1E2B
(45,30,43)
#1F151F
(31,21,31)
#110C13
(17,12,19)
#000000
(0,0,0)

Tints of #9D668B

#9D668B
(157,102,139)
#A57395
(165,115,149)
#AD809F
(173,128,159)
#B58DA9
(181,141,169)
#BD9AB3
(189,154,179)
#C5A7BD
(197,167,189)
#CDB4C7
(205,180,199)
#D5C1D1
(213,193,209)
#DDCEDB
(221,206,219)
#E5DBE5
(229,219,229)
#EDE8EF
(237,232,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #9D668B color. Also use rgb(157,102,139) instead hex code.

Text Font Color

.myTextColor { color: #9D668B; }

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

This text font color is #9D668B.


Background Color

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

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

This div background color is #9D668B.


Border color

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

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

This div border color is #9D668B.


Opacity

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

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

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

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

This text has shadow with #9D668B color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #9D668B on black background.


Color preview on white background

This text has color #9D668B on white background.



Black color preview on #9D668B background

This text has black color on #9D668B background.


White color preview on #9D668B background

This text has white color on #9D668B background.