COLOR #9F96AD

HEX: #9F96AD
RGB: (159,150,173)

Color info

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

RGB color model

#9F96AD color RGB value is (159,150,173).

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

RGB channels and saturation

R 159 of 255 = 62%
G 150 of 255 = 59%
B 173 of 255 = 68%

159
150
173

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

Portions of RGB colors in percentages

R + G + B =
159 + 150 + 173 = 482 (100%)
R 159 of 482 ~ 32.99%
G 150 of 482 ~ 31.12%
B 173 of 482 ~ 35.89%

%32.99
%31.12
%35.89

CMYK color model

#9F96AD color CMYK value is (8,13,0,32).

  • cyan value is 8.09%
  • magenta value is 13.29%
  • yellow value is 0.00%
  • key color value is 32.16%
CMYK:
(8,13,0,32)
C8M13Y0K32 
(8%,13%,0%,32%)
(0.08/0.13/0.00/0.32)	

CMYK percentages

%8.09
%13.29
%0
%32.16

Codes

Color #9F96AD in popluar color models

9F96AD
RGB159150173
HSL263°12.30%63.33%
HSB/HSV263°13.29%67.84%
CMYK8.09%13.29%0.00%
32.16%

Color #9F96AD in popluar number systems.

HEX9F96AD
Decimal159150173
Binary100111111001011010101101
Octal237226255

Shades and tints

Shades of #9F96AD

#9F96AD
(159,150,173)
#91899E
(145,137,158)
#837C8F
(131,124,143)
#756F80
(117,111,128)
#676271
(103,98,113)
#595562
(89,85,98)
#4B4853
(75,72,83)
#3D3B44
(61,59,68)
#2F2E35
(47,46,53)
#212126
(33,33,38)
#131417
(19,20,23)
#000000
(0,0,0)

Tints of #9F96AD

#9F96AD
(159,150,173)
#A79FB4
(167,159,180)
#AFA8BB
(175,168,187)
#B7B1C2
(183,177,194)
#BFBAC9
(191,186,201)
#C7C3D0
(199,195,208)
#CFCCD7
(207,204,215)
#D7D5DE
(215,213,222)
#DFDEE5
(223,222,229)
#E7E7EC
(231,231,236)
#EFF0F3
(239,240,243)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #9F96AD; }

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

This text font color is #9F96AD.


Background Color

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

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

This div background color is #9F96AD.


Border color

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

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

This div border color is #9F96AD.


Opacity

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

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

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

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

This text has shadow with #9F96AD color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #9F96AD on black background.


Color preview on white background

This text has color #9F96AD on white background.



Black color preview on #9F96AD background

This text has black color on #9F96AD background.


White color preview on #9F96AD background

This text has white color on #9F96AD background.