COLOR #9D96B6

HEX: #9D96B6
RGB: (157,150,182)

Color info

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

RGB color model

#9D96B6 color RGB value is (157,150,182).

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

RGB channels and saturation

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

157
150
182

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

Portions of RGB colors in percentages

R + G + B =
157 + 150 + 182 = 489 (100%)
R 157 of 489 ~ 32.11%
G 150 of 489 ~ 30.67%
B 182 of 489 ~ 37.22%

%32.11
%30.67
%37.22

CMYK color model

#9D96B6 color CMYK value is (14,18,0,29).

  • cyan value is 13.74%
  • magenta value is 17.58%
  • yellow value is 0.00%
  • key color value is 28.63%
CMYK:
(14,18,0,29)
C14M18Y0K29 
(14%,18%,0%,29%)
(0.14/0.18/0.00/0.29)	

CMYK percentages

%13.74
%17.58
%0
%28.63

Codes

Color #9D96B6 in popluar color models

9D96B6
RGB157150182
HSL253°17.98%65.10%
HSB/HSV253°17.58%71.37%
CMYK13.74%17.58%0.00%
28.63%

Color #9D96B6 in popluar number systems.

HEX9D96B6
Decimal157150182
Binary100111011001011010110110
Octal235226266

Shades and tints

Shades of #9D96B6

#9D96B6
(157,150,182)
#8F89A6
(143,137,166)
#817C96
(129,124,150)
#736F86
(115,111,134)
#656276
(101,98,118)
#575566
(87,85,102)
#494856
(73,72,86)
#3B3B46
(59,59,70)
#2D2E36
(45,46,54)
#1F2126
(31,33,38)
#111416
(17,20,22)
#000000
(0,0,0)

Tints of #9D96B6

#9D96B6
(157,150,182)
#A59FBC
(165,159,188)
#ADA8C2
(173,168,194)
#B5B1C8
(181,177,200)
#BDBACE
(189,186,206)
#C5C3D4
(197,195,212)
#CDCCDA
(205,204,218)
#D5D5E0
(213,213,224)
#DDDEE6
(221,222,230)
#E5E7EC
(229,231,236)
#EDF0F2
(237,240,242)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #9D96B6; }

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

This text font color is #9D96B6.


Background Color

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

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

This div background color is #9D96B6.


Border color

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

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

This div border color is #9D96B6.


Opacity

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

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

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

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

This text has shadow with #9D96B6 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #9D96B6 on black background.


Color preview on white background

This text has color #9D96B6 on white background.



Black color preview on #9D96B6 background

This text has black color on #9D96B6 background.


White color preview on #9D96B6 background

This text has white color on #9D96B6 background.