COLOR #9D96CE

HEX: #9D96CE
RGB: (157,150,206)

Color info

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

RGB color model

#9D96CE color RGB value is (157,150,206).

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

RGB channels and saturation

R 157 of 255 = 62%
G 150 of 255 = 59%
B 206 of 255 = 81%

157
150
206

R + G + B ~ 67%. #9D96CE is quite light color.

Portions of RGB colors in percentages

R + G + B =
157 + 150 + 206 = 513 (100%)
R 157 of 513 ~ 30.6%
G 150 of 513 ~ 29.24%
B 206 of 513 ~ 40.16%

%30.6
%29.24
%40.16

CMYK color model

#9D96CE color CMYK value is (24,27,0,19).

  • cyan value is 23.79%
  • magenta value is 27.18%
  • yellow value is 0.00%
  • key color value is 19.22%
CMYK:
(24,27,0,19)
C24M27Y0K19 
(24%,27%,0%,19%)
(0.24/0.27/0.00/0.19)	

CMYK percentages

%23.79
%27.18
%0
%19.22

Codes

Color #9D96CE in popluar color models

9D96CE
RGB157150206
HSL248°36.36%69.80%
HSB/HSV248°27.18%80.78%
CMYK23.79%27.18%0.00%
19.22%

Color #9D96CE in popluar number systems.

HEX9D96CE
Decimal157150206
Binary100111011001011011001110
Octal235226316

Shades and tints

Shades of #9D96CE

#9D96CE
(157,150,206)
#8F89BC
(143,137,188)
#817CAA
(129,124,170)
#736F98
(115,111,152)
#656286
(101,98,134)
#575574
(87,85,116)
#494862
(73,72,98)
#3B3B50
(59,59,80)
#2D2E3E
(45,46,62)
#1F212C
(31,33,44)
#11141A
(17,20,26)
#000000
(0,0,0)

Tints of #9D96CE

#9D96CE
(157,150,206)
#A59FD2
(165,159,210)
#ADA8D6
(173,168,214)
#B5B1DA
(181,177,218)
#BDBADE
(189,186,222)
#C5C3E2
(197,195,226)
#CDCCE6
(205,204,230)
#D5D5EA
(213,213,234)
#DDDEEE
(221,222,238)
#E5E7F2
(229,231,242)
#EDF0F6
(237,240,246)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #9D96CE; }

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

This text font color is #9D96CE.


Background Color

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

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

This div background color is #9D96CE.


Border color

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

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

This div border color is #9D96CE.


Opacity

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

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

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

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

This text has shadow with #9D96CE color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #9D96CE on black background.


Color preview on white background

This text has color #9D96CE on white background.



Black color preview on #9D96CE background

This text has black color on #9D96CE background.


White color preview on #9D96CE background

This text has white color on #9D96CE background.