COLOR #9A96AD

HEX: #9A96AD
RGB: (154,150,173)

Color info

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

RGB color model

#9A96AD color RGB value is (154,150,173).

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

RGB channels and saturation

R 154 of 255 = 60%
G 150 of 255 = 59%
B 173 of 255 = 68%

154
150
173

R + G + B ~ 62%. #9A96AD is quite light color.

Portions of RGB colors in percentages

R + G + B =
154 + 150 + 173 = 477 (100%)
R 154 of 477 ~ 32.29%
G 150 of 477 ~ 31.45%
B 173 of 477 ~ 36.27%

%32.29
%31.45
%36.27

CMYK color model

#9A96AD color CMYK value is (11,13,0,32).

  • cyan value is 10.98%
  • magenta value is 13.29%
  • yellow value is 0.00%
  • key color value is 32.16%
CMYK:
(11,13,0,32)
C11M13Y0K32 
(11%,13%,0%,32%)
(0.11/0.13/0.00/0.32)	

CMYK percentages

%10.98
%13.29
%0
%32.16

Codes

Color #9A96AD in popluar color models

9A96AD
RGB154150173
HSL250°12.30%63.33%
HSB/HSV250°13.29%67.84%
CMYK10.98%13.29%0.00%
32.16%

Color #9A96AD in popluar number systems.

HEX9A96AD
Decimal154150173
Binary100110101001011010101101
Octal232226255

Shades and tints

Shades of #9A96AD

#9A96AD
(154,150,173)
#8C899E
(140,137,158)
#7E7C8F
(126,124,143)
#706F80
(112,111,128)
#626271
(98,98,113)
#545562
(84,85,98)
#464853
(70,72,83)
#383B44
(56,59,68)
#2A2E35
(42,46,53)
#1C2126
(28,33,38)
#0E1417
(14,20,23)
#000000
(0,0,0)

Tints of #9A96AD

#9A96AD
(154,150,173)
#A39FB4
(163,159,180)
#ACA8BB
(172,168,187)
#B5B1C2
(181,177,194)
#BEBAC9
(190,186,201)
#C7C3D0
(199,195,208)
#D0CCD7
(208,204,215)
#D9D5DE
(217,213,222)
#E2DEE5
(226,222,229)
#EBE7EC
(235,231,236)
#F4F0F3
(244,240,243)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #9A96AD; }

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

This text font color is #9A96AD.


Background Color

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

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

This div background color is #9A96AD.


Border color

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

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

This div border color is #9A96AD.


Opacity

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

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

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

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

This text has shadow with #9A96AD color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #9A96AD on black background.


Color preview on white background

This text has color #9A96AD on white background.



Black color preview on #9A96AD background

This text has black color on #9A96AD background.


White color preview on #9A96AD background

This text has white color on #9A96AD background.