COLOR #9996C5

HEX: #9996C5
RGB: (153,150,197)

Color info

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

RGB color model

#9996C5 color RGB value is (153,150,197).

  • red value is 153;
  • green value is 150;
  • blue value is 197.
RGB:
(153,150,197)
(60%,59%,77%)

RGB channels and saturation

R 153 of 255 = 60%
G 150 of 255 = 59%
B 197 of 255 = 77%

153
150
197

R + G + B ~ 65%. #9996C5 is quite light color.

Portions of RGB colors in percentages

R + G + B =
153 + 150 + 197 = 500 (100%)
R 153 of 500 ~ 30.6%
G 150 of 500 ~ 30%
B 197 of 500 ~ 39.4%

%30.6
%30
%39.4

CMYK color model

#9996C5 color CMYK value is (22,24,0,23).

  • cyan value is 22.34%
  • magenta value is 23.86%
  • yellow value is 0.00%
  • key color value is 22.75%
CMYK:
(22,24,0,23)
C22M24Y0K23 
(22%,24%,0%,23%)
(0.22/0.24/0.00/0.23)	

CMYK percentages

%22.34
%23.86
%0
%22.75

Codes

Color #9996C5 in popluar color models

9996C5
RGB153150197
HSL244°28.83%68.04%
HSB/HSV244°23.86%77.25%
CMYK22.34%23.86%0.00%
22.75%

Color #9996C5 in popluar number systems.

HEX9996C5
Decimal153150197
Binary100110011001011011000101
Octal231226305

Shades and tints

Shades of #9996C5

#9996C5
(153,150,197)
#8C89B4
(140,137,180)
#7F7CA3
(127,124,163)
#726F92
(114,111,146)
#656281
(101,98,129)
#585570
(88,85,112)
#4B485F
(75,72,95)
#3E3B4E
(62,59,78)
#312E3D
(49,46,61)
#24212C
(36,33,44)
#17141B
(23,20,27)
#000000
(0,0,0)

Tints of #9996C5

#9996C5
(153,150,197)
#A29FCA
(162,159,202)
#ABA8CF
(171,168,207)
#B4B1D4
(180,177,212)
#BDBAD9
(189,186,217)
#C6C3DE
(198,195,222)
#CFCCE3
(207,204,227)
#D8D5E8
(216,213,232)
#E1DEED
(225,222,237)
#EAE7F2
(234,231,242)
#F3F0F7
(243,240,247)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #9996C5 color. Also use rgb(153,150,197) instead hex code.

Text Font Color

.myTextColor { color: #9996C5; }

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

This text font color is #9996C5.


Background Color

.myBgColor { background-color: #9996C5; }

<div style="background-color:#9996C5">Inner text</div>

This div background color is #9996C5.


Border color

.myBorderColor { border: 1px solid #9996C5; }

<div style="border:3px solid #9996C5">Div</div>

This div border color is #9996C5.


Opacity

.myOpacity80 { color: #9996C5; opacity: 0.8; }

<p style="color:#9996C5;opacity:0.8;">80%</p>

Text with #9996C5 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 #9996C5;}

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

This text has shadow with #9996C5 color.

.textShadow {text-shadow: 3px 3px 1px #9996C5, 3px 3px 1px red;}

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

This text has shadow with #9996C5 primary color and red secondary color.


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

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

This text has shadow with #9996C5 and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #9996C5 on black background.


Color preview on white background

This text has color #9996C5 on white background.



Black color preview on #9996C5 background

This text has black color on #9996C5 background.


White color preview on #9996C5 background

This text has white color on #9996C5 background.