COLOR #9D6B98

HEX: #9D6B98
RGB: (157,107,152)

Color info

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

RGB color model

#9D6B98 color RGB value is (157,107,152).

  • red value is 157;
  • green value is 107;
  • blue value is 152.
RGB:
(157,107,152)
(62%,42%,60%)

RGB channels and saturation

R 157 of 255 = 62%
G 107 of 255 = 42%
B 152 of 255 = 60%

157
107
152

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

Portions of RGB colors in percentages

R + G + B =
157 + 107 + 152 = 416 (100%)
R 157 of 416 ~ 37.74%
G 107 of 416 ~ 25.72%
B 152 of 416 ~ 36.54%

%37.74
%25.72
%36.54

CMYK color model

#9D6B98 color CMYK value is (0,32,3,38).

  • cyan value is 0.00%
  • magenta value is 31.85%
  • yellow value is 3.18%
  • key color value is 38.43%
CMYK:
(0,32,3,38)
C0M32Y3K38 
(0%,32%,3%,38%)
(0.00/0.32/0.03/0.38)	

CMYK percentages

%0
%31.85
%3.18
%38.43

Codes

Color #9D6B98 in popluar color models

9D6B98
RGB157107152
HSL306°20.33%51.76%
HSB/HSV306°31.85%61.57%
CMYK0.00%31.85%3.18%
38.43%

Color #9D6B98 in popluar number systems.

HEX9D6B98
Decimal157107152
Binary10011101110101110011000
Octal235153230

Shades and tints

Shades of #9D6B98

#9D6B98
(157,107,152)
#8F628B
(143,98,139)
#81597E
(129,89,126)
#735071
(115,80,113)
#654764
(101,71,100)
#573E57
(87,62,87)
#49354A
(73,53,74)
#3B2C3D
(59,44,61)
#2D2330
(45,35,48)
#1F1A23
(31,26,35)
#111116
(17,17,22)
#000000
(0,0,0)

Tints of #9D6B98

#9D6B98
(157,107,152)
#A578A1
(165,120,161)
#AD85AA
(173,133,170)
#B592B3
(181,146,179)
#BD9FBC
(189,159,188)
#C5ACC5
(197,172,197)
#CDB9CE
(205,185,206)
#D5C6D7
(213,198,215)
#DDD3E0
(221,211,224)
#E5E0E9
(229,224,233)
#EDEDF2
(237,237,242)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #9D6B98 color. Also use rgb(157,107,152) instead hex code.

Text Font Color

.myTextColor { color: #9D6B98; }

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

This text font color is #9D6B98.


Background Color

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

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

This div background color is #9D6B98.


Border color

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

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

This div border color is #9D6B98.


Opacity

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

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

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

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

This text has shadow with #9D6B98 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #9D6B98 on black background.


Color preview on white background

This text has color #9D6B98 on white background.



Black color preview on #9D6B98 background

This text has black color on #9D6B98 background.


White color preview on #9D6B98 background

This text has white color on #9D6B98 background.