COLOR #9D96B5

HEX: #9D96B5
RGB: (157,150,181)

Color info

#9D96B5 contains red, green and blue colors in about the same proportion. Web safe color of #9D96B5 is #9999CC (or #99C).

RGB color model

#9D96B5 color RGB value is (157,150,181).

  • red value is 157;
  • green value is 150;
  • blue value is 181.
RGB:
(157,150,181)
(62%,59%,71%)

RGB channels and saturation

R 157 of 255 = 62%
G 150 of 255 = 59%
B 181 of 255 = 71%

157
150
181

R + G + B ~ 64%. #9D96B5 is quite light color.

Portions of RGB colors in percentages

R + G + B =
157 + 150 + 181 = 488 (100%)
R 157 of 488 ~ 32.17%
G 150 of 488 ~ 30.74%
B 181 of 488 ~ 37.09%

%32.17
%30.74
%37.09

CMYK color model

#9D96B5 color CMYK value is (13,17,0,29).

  • cyan value is 13.26%
  • magenta value is 17.13%
  • yellow value is 0.00%
  • key color value is 29.02%
CMYK:
(13,17,0,29)
C13M17Y0K29 
(13%,17%,0%,29%)
(0.13/0.17/0.00/0.29)	

CMYK percentages

%13.26
%17.13
%0
%29.02

Codes

Color #9D96B5 in popluar color models

9D96B5
RGB157150181
HSL254°17.32%64.90%
HSB/HSV254°17.13%70.98%
CMYK13.26%17.13%0.00%
29.02%

Color #9D96B5 in popluar number systems.

HEX9D96B5
Decimal157150181
Binary100111011001011010110101
Octal235226265

Shades and tints

Shades of #9D96B5

#9D96B5
(157,150,181)
#8F89A5
(143,137,165)
#817C95
(129,124,149)
#736F85
(115,111,133)
#656275
(101,98,117)
#575565
(87,85,101)
#494855
(73,72,85)
#3B3B45
(59,59,69)
#2D2E35
(45,46,53)
#1F2125
(31,33,37)
#111415
(17,20,21)
#000000
(0,0,0)

Tints of #9D96B5

#9D96B5
(157,150,181)
#A59FBB
(165,159,187)
#ADA8C1
(173,168,193)
#B5B1C7
(181,177,199)
#BDBACD
(189,186,205)
#C5C3D3
(197,195,211)
#CDCCD9
(205,204,217)
#D5D5DF
(213,213,223)
#DDDEE5
(221,222,229)
#E5E7EB
(229,231,235)
#EDF0F1
(237,240,241)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #9D96B5 color. Also use rgb(157,150,181) instead hex code.

Text Font Color

.myTextColor { color: #9D96B5; }

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

This text font color is #9D96B5.


Background Color

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

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

This div background color is #9D96B5.


Border color

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

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

This div border color is #9D96B5.


Opacity

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

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

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

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

This text has shadow with #9D96B5 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #9D96B5 on black background.


Color preview on white background

This text has color #9D96B5 on white background.



Black color preview on #9D96B5 background

This text has black color on #9D96B5 background.


White color preview on #9D96B5 background

This text has white color on #9D96B5 background.