COLOR #9A96B8

HEX: #9A96B8
RGB: (154,150,184)

Color info

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

RGB color model

#9A96B8 color RGB value is (154,150,184).

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

RGB channels and saturation

R 154 of 255 = 60%
G 150 of 255 = 59%
B 184 of 255 = 72%

154
150
184

R + G + B ~ 64%. #9A96B8 is quite light color.

Portions of RGB colors in percentages

R + G + B =
154 + 150 + 184 = 488 (100%)
R 154 of 488 ~ 31.56%
G 150 of 488 ~ 30.74%
B 184 of 488 ~ 37.7%

%31.56
%30.74
%37.7

CMYK color model

#9A96B8 color CMYK value is (16,18,0,28).

  • cyan value is 16.30%
  • magenta value is 18.48%
  • yellow value is 0.00%
  • key color value is 27.84%
CMYK:
(16,18,0,28)
C16M18Y0K28 
(16%,18%,0%,28%)
(0.16/0.18/0.00/0.28)	

CMYK percentages

%16.3
%18.48
%0
%27.84

Codes

Color #9A96B8 in popluar color models

9A96B8
RGB154150184
HSL247°19.32%65.49%
HSB/HSV247°18.48%72.16%
CMYK16.30%18.48%0.00%
27.84%

Color #9A96B8 in popluar number systems.

HEX9A96B8
Decimal154150184
Binary100110101001011010111000
Octal232226270

Shades and tints

Shades of #9A96B8

#9A96B8
(154,150,184)
#8C89A8
(140,137,168)
#7E7C98
(126,124,152)
#706F88
(112,111,136)
#626278
(98,98,120)
#545568
(84,85,104)
#464858
(70,72,88)
#383B48
(56,59,72)
#2A2E38
(42,46,56)
#1C2128
(28,33,40)
#0E1418
(14,20,24)
#000000
(0,0,0)

Tints of #9A96B8

#9A96B8
(154,150,184)
#A39FBE
(163,159,190)
#ACA8C4
(172,168,196)
#B5B1CA
(181,177,202)
#BEBAD0
(190,186,208)
#C7C3D6
(199,195,214)
#D0CCDC
(208,204,220)
#D9D5E2
(217,213,226)
#E2DEE8
(226,222,232)
#EBE7EE
(235,231,238)
#F4F0F4
(244,240,244)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #9A96B8; }

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

This text font color is #9A96B8.


Background Color

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

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

This div background color is #9A96B8.


Border color

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

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

This div border color is #9A96B8.


Opacity

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

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

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

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

This text has shadow with #9A96B8 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #9A96B8 on black background.


Color preview on white background

This text has color #9A96B8 on white background.



Black color preview on #9A96B8 background

This text has black color on #9A96B8 background.


White color preview on #9A96B8 background

This text has white color on #9A96B8 background.