COLOR #9D96BB

HEX: #9D96BB
RGB: (157,150,187)

Color info

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

RGB color model

#9D96BB color RGB value is (157,150,187).

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

RGB channels and saturation

R 157 of 255 = 62%
G 150 of 255 = 59%
B 187 of 255 = 73%

157
150
187

R + G + B ~ 65%. #9D96BB is quite light color.

Portions of RGB colors in percentages

R + G + B =
157 + 150 + 187 = 494 (100%)
R 157 of 494 ~ 31.78%
G 150 of 494 ~ 30.36%
B 187 of 494 ~ 37.85%

%31.78
%30.36
%37.85

CMYK color model

#9D96BB color CMYK value is (16,20,0,27).

  • cyan value is 16.04%
  • magenta value is 19.79%
  • yellow value is 0.00%
  • key color value is 26.67%
CMYK:
(16,20,0,27)
C16M20Y0K27 
(16%,20%,0%,27%)
(0.16/0.20/0.00/0.27)	

CMYK percentages

%16.04
%19.79
%0
%26.67

Codes

Color #9D96BB in popluar color models

9D96BB
RGB157150187
HSL251°21.39%66.08%
HSB/HSV251°19.79%73.33%
CMYK16.04%19.79%0.00%
26.67%

Color #9D96BB in popluar number systems.

HEX9D96BB
Decimal157150187
Binary100111011001011010111011
Octal235226273

Shades and tints

Shades of #9D96BB

#9D96BB
(157,150,187)
#8F89AA
(143,137,170)
#817C99
(129,124,153)
#736F88
(115,111,136)
#656277
(101,98,119)
#575566
(87,85,102)
#494855
(73,72,85)
#3B3B44
(59,59,68)
#2D2E33
(45,46,51)
#1F2122
(31,33,34)
#111411
(17,20,17)
#000000
(0,0,0)

Tints of #9D96BB

#9D96BB
(157,150,187)
#A59FC1
(165,159,193)
#ADA8C7
(173,168,199)
#B5B1CD
(181,177,205)
#BDBAD3
(189,186,211)
#C5C3D9
(197,195,217)
#CDCCDF
(205,204,223)
#D5D5E5
(213,213,229)
#DDDEEB
(221,222,235)
#E5E7F1
(229,231,241)
#EDF0F7
(237,240,247)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #9D96BB; }

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

This text font color is #9D96BB.


Background Color

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

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

This div background color is #9D96BB.


Border color

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

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

This div border color is #9D96BB.


Opacity

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

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

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

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

This text has shadow with #9D96BB color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #9D96BB on black background.


Color preview on white background

This text has color #9D96BB on white background.



Black color preview on #9D96BB background

This text has black color on #9D96BB background.


White color preview on #9D96BB background

This text has white color on #9D96BB background.