COLOR #9D699B

HEX: #9D699B
RGB: (157,105,155)

Color info

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

RGB color model

#9D699B color RGB value is (157,105,155).

  • red value is 157;
  • green value is 105;
  • blue value is 155.
RGB:
(157,105,155)
(62%,41%,61%)

RGB channels and saturation

R 157 of 255 = 62%
G 105 of 255 = 41%
B 155 of 255 = 61%

157
105
155

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

Portions of RGB colors in percentages

R + G + B =
157 + 105 + 155 = 417 (100%)
R 157 of 417 ~ 37.65%
G 105 of 417 ~ 25.18%
B 155 of 417 ~ 37.17%

%37.65
%25.18
%37.17

CMYK color model

#9D699B color CMYK value is (0,33,1,38).

  • cyan value is 0.00%
  • magenta value is 33.12%
  • yellow value is 1.27%
  • key color value is 38.43%
CMYK:
(0,33,1,38)
C0M33Y1K38 
(0%,33%,1%,38%)
(0.00/0.33/0.01/0.38)	

CMYK percentages

%0
%33.12
%1.27
%38.43

Codes

Color #9D699B in popluar color models

9D699B
RGB157105155
HSL302°20.97%51.37%
HSB/HSV302°33.12%61.57%
CMYK0.00%33.12%1.27%
38.43%

Color #9D699B in popluar number systems.

HEX9D699B
Decimal157105155
Binary10011101110100110011011
Octal235151233

Shades and tints

Shades of #9D699B

#9D699B
(157,105,155)
#8F608D
(143,96,141)
#81577F
(129,87,127)
#734E71
(115,78,113)
#654563
(101,69,99)
#573C55
(87,60,85)
#493347
(73,51,71)
#3B2A39
(59,42,57)
#2D212B
(45,33,43)
#1F181D
(31,24,29)
#110F0F
(17,15,15)
#000000
(0,0,0)

Tints of #9D699B

#9D699B
(157,105,155)
#A576A4
(165,118,164)
#AD83AD
(173,131,173)
#B590B6
(181,144,182)
#BD9DBF
(189,157,191)
#C5AAC8
(197,170,200)
#CDB7D1
(205,183,209)
#D5C4DA
(213,196,218)
#DDD1E3
(221,209,227)
#E5DEEC
(229,222,236)
#EDEBF5
(237,235,245)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #9D699B color. Also use rgb(157,105,155) instead hex code.

Text Font Color

.myTextColor { color: #9D699B; }

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

This text font color is #9D699B.


Background Color

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

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

This div background color is #9D699B.


Border color

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

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

This div border color is #9D699B.


Opacity

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

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

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

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

This text has shadow with #9D699B color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #9D699B on black background.


Color preview on white background

This text has color #9D699B on white background.



Black color preview on #9D699B background

This text has black color on #9D699B background.


White color preview on #9D699B background

This text has white color on #9D699B background.