COLOR #9996B1

HEX: #9996B1
RGB: (153,150,177)

Color info

#9996B1 contains red, green and blue colors in about the same proportion. Web safe color of #9996B1 is #999999 (or #999).

RGB color model

#9996B1 color RGB value is (153,150,177).

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

RGB channels and saturation

R 153 of 255 = 60%
G 150 of 255 = 59%
B 177 of 255 = 69%

153
150
177

R + G + B ~ 63%. #9996B1 is quite light color.

Portions of RGB colors in percentages

R + G + B =
153 + 150 + 177 = 480 (100%)
R 153 of 480 ~ 31.88%
G 150 of 480 ~ 31.25%
B 177 of 480 ~ 36.88%

%31.88
%31.25
%36.88

CMYK color model

#9996B1 color CMYK value is (14,15,0,31).

  • cyan value is 13.56%
  • magenta value is 15.25%
  • yellow value is 0.00%
  • key color value is 30.59%
CMYK:
(14,15,0,31)
C14M15Y0K31 
(14%,15%,0%,31%)
(0.14/0.15/0.00/0.31)	

CMYK percentages

%13.56
%15.25
%0
%30.59

Codes

Color #9996B1 in popluar color models

9996B1
RGB153150177
HSL247°14.75%64.12%
HSB/HSV247°15.25%69.41%
CMYK13.56%15.25%0.00%
30.59%

Color #9996B1 in popluar number systems.

HEX9996B1
Decimal153150177
Binary100110011001011010110001
Octal231226261

Shades and tints

Shades of #9996B1

#9996B1
(153,150,177)
#8C89A1
(140,137,161)
#7F7C91
(127,124,145)
#726F81
(114,111,129)
#656271
(101,98,113)
#585561
(88,85,97)
#4B4851
(75,72,81)
#3E3B41
(62,59,65)
#312E31
(49,46,49)
#242121
(36,33,33)
#171411
(23,20,17)
#000000
(0,0,0)

Tints of #9996B1

#9996B1
(153,150,177)
#A29FB8
(162,159,184)
#ABA8BF
(171,168,191)
#B4B1C6
(180,177,198)
#BDBACD
(189,186,205)
#C6C3D4
(198,195,212)
#CFCCDB
(207,204,219)
#D8D5E2
(216,213,226)
#E1DEE9
(225,222,233)
#EAE7F0
(234,231,240)
#F3F0F7
(243,240,247)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #9996B1; }

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

This text font color is #9996B1.


Background Color

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

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

This div background color is #9996B1.


Border color

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

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

This div border color is #9996B1.


Opacity

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

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

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

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

This text has shadow with #9996B1 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #9996B1 on black background.


Color preview on white background

This text has color #9996B1 on white background.



Black color preview on #9996B1 background

This text has black color on #9996B1 background.


White color preview on #9996B1 background

This text has white color on #9996B1 background.