COLOR #9A96B0

HEX: #9A96B0
RGB: (154,150,176)

Color info

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

RGB color model

#9A96B0 color RGB value is (154,150,176).

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

RGB channels and saturation

R 154 of 255 = 60%
G 150 of 255 = 59%
B 176 of 255 = 69%

154
150
176

R + G + B ~ 63%. #9A96B0 is quite light color.

Portions of RGB colors in percentages

R + G + B =
154 + 150 + 176 = 480 (100%)
R 154 of 480 ~ 32.08%
G 150 of 480 ~ 31.25%
B 176 of 480 ~ 36.67%

%32.08
%31.25
%36.67

CMYK color model

#9A96B0 color CMYK value is (13,15,0,31).

  • cyan value is 12.50%
  • magenta value is 14.77%
  • yellow value is 0.00%
  • key color value is 30.98%
CMYK:
(13,15,0,31)
C13M15Y0K31 
(13%,15%,0%,31%)
(0.13/0.15/0.00/0.31)	

CMYK percentages

%12.5
%14.77
%0
%30.98

Codes

Color #9A96B0 in popluar color models

9A96B0
RGB154150176
HSL249°14.13%63.92%
HSB/HSV249°14.77%69.02%
CMYK12.50%14.77%0.00%
30.98%

Color #9A96B0 in popluar number systems.

HEX9A96B0
Decimal154150176
Binary100110101001011010110000
Octal232226260

Shades and tints

Shades of #9A96B0

#9A96B0
(154,150,176)
#8C89A0
(140,137,160)
#7E7C90
(126,124,144)
#706F80
(112,111,128)
#626270
(98,98,112)
#545560
(84,85,96)
#464850
(70,72,80)
#383B40
(56,59,64)
#2A2E30
(42,46,48)
#1C2120
(28,33,32)
#0E1410
(14,20,16)
#000000
(0,0,0)

Tints of #9A96B0

#9A96B0
(154,150,176)
#A39FB7
(163,159,183)
#ACA8BE
(172,168,190)
#B5B1C5
(181,177,197)
#BEBACC
(190,186,204)
#C7C3D3
(199,195,211)
#D0CCDA
(208,204,218)
#D9D5E1
(217,213,225)
#E2DEE8
(226,222,232)
#EBE7EF
(235,231,239)
#F4F0F6
(244,240,246)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #9A96B0 color. Also use rgb(154,150,176) instead hex code.

Text Font Color

.myTextColor { color: #9A96B0; }

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

This text font color is #9A96B0.


Background Color

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

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

This div background color is #9A96B0.


Border color

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

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

This div border color is #9A96B0.


Opacity

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

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

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

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

This text has shadow with #9A96B0 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #9A96B0 on black background.


Color preview on white background

This text has color #9A96B0 on white background.



Black color preview on #9A96B0 background

This text has black color on #9A96B0 background.


White color preview on #9A96B0 background

This text has white color on #9A96B0 background.