COLOR #9A96BA

HEX: #9A96BA
RGB: (154,150,186)

Color info

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

RGB color model

#9A96BA color RGB value is (154,150,186).

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

RGB channels and saturation

R 154 of 255 = 60%
G 150 of 255 = 59%
B 186 of 255 = 73%

154
150
186

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

Portions of RGB colors in percentages

R + G + B =
154 + 150 + 186 = 490 (100%)
R 154 of 490 ~ 31.43%
G 150 of 490 ~ 30.61%
B 186 of 490 ~ 37.96%

%31.43
%30.61
%37.96

CMYK color model

#9A96BA color CMYK value is (17,19,0,27).

  • cyan value is 17.20%
  • magenta value is 19.35%
  • yellow value is 0.00%
  • key color value is 27.06%
CMYK:
(17,19,0,27)
C17M19Y0K27 
(17%,19%,0%,27%)
(0.17/0.19/0.00/0.27)	

CMYK percentages

%17.2
%19.35
%0
%27.06

Codes

Color #9A96BA in popluar color models

9A96BA
RGB154150186
HSL247°20.69%65.88%
HSB/HSV247°19.35%72.94%
CMYK17.20%19.35%0.00%
27.06%

Color #9A96BA in popluar number systems.

HEX9A96BA
Decimal154150186
Binary100110101001011010111010
Octal232226272

Shades and tints

Shades of #9A96BA

#9A96BA
(154,150,186)
#8C89AA
(140,137,170)
#7E7C9A
(126,124,154)
#706F8A
(112,111,138)
#62627A
(98,98,122)
#54556A
(84,85,106)
#46485A
(70,72,90)
#383B4A
(56,59,74)
#2A2E3A
(42,46,58)
#1C212A
(28,33,42)
#0E141A
(14,20,26)
#000000
(0,0,0)

Tints of #9A96BA

#9A96BA
(154,150,186)
#A39FC0
(163,159,192)
#ACA8C6
(172,168,198)
#B5B1CC
(181,177,204)
#BEBAD2
(190,186,210)
#C7C3D8
(199,195,216)
#D0CCDE
(208,204,222)
#D9D5E4
(217,213,228)
#E2DEEA
(226,222,234)
#EBE7F0
(235,231,240)
#F4F0F6
(244,240,246)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #9A96BA; }

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

This text font color is #9A96BA.


Background Color

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

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

This div background color is #9A96BA.


Border color

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

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

This div border color is #9A96BA.


Opacity

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

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

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

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

This text has shadow with #9A96BA color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #9A96BA on black background.


Color preview on white background

This text has color #9A96BA on white background.



Black color preview on #9A96BA background

This text has black color on #9A96BA background.


White color preview on #9A96BA background

This text has white color on #9A96BA background.