COLOR #9F95AA

HEX: #9F95AA
RGB: (159,149,170)

Color info

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

RGB color model

#9F95AA color RGB value is (159,149,170).

  • red value is 159;
  • green value is 149;
  • blue value is 170.
RGB:
(159,149,170)
(62%,58%,67%)

RGB channels and saturation

R 159 of 255 = 62%
G 149 of 255 = 58%
B 170 of 255 = 67%

159
149
170

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

Portions of RGB colors in percentages

R + G + B =
159 + 149 + 170 = 478 (100%)
R 159 of 478 ~ 33.26%
G 149 of 478 ~ 31.17%
B 170 of 478 ~ 35.56%

%33.26
%31.17
%35.56

CMYK color model

#9F95AA color CMYK value is (6,12,0,33).

  • cyan value is 6.47%
  • magenta value is 12.35%
  • yellow value is 0.00%
  • key color value is 33.33%
CMYK:
(6,12,0,33)
C6M12Y0K33 
(6%,12%,0%,33%)
(0.06/0.12/0.00/0.33)	

CMYK percentages

%6.47
%12.35
%0
%33.33

Codes

Color #9F95AA in popluar color models

9F95AA
RGB159149170
HSL269°10.99%62.55%
HSB/HSV269°12.35%66.67%
CMYK6.47%12.35%0.00%
33.33%

Color #9F95AA in popluar number systems.

HEX9F95AA
Decimal159149170
Binary100111111001010110101010
Octal237225252

Shades and tints

Shades of #9F95AA

#9F95AA
(159,149,170)
#91889B
(145,136,155)
#837B8C
(131,123,140)
#756E7D
(117,110,125)
#67616E
(103,97,110)
#59545F
(89,84,95)
#4B4750
(75,71,80)
#3D3A41
(61,58,65)
#2F2D32
(47,45,50)
#212023
(33,32,35)
#131314
(19,19,20)
#000000
(0,0,0)

Tints of #9F95AA

#9F95AA
(159,149,170)
#A79EB1
(167,158,177)
#AFA7B8
(175,167,184)
#B7B0BF
(183,176,191)
#BFB9C6
(191,185,198)
#C7C2CD
(199,194,205)
#CFCBD4
(207,203,212)
#D7D4DB
(215,212,219)
#DFDDE2
(223,221,226)
#E7E6E9
(231,230,233)
#EFEFF0
(239,239,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #9F95AA color. Also use rgb(159,149,170) instead hex code.

Text Font Color

.myTextColor { color: #9F95AA; }

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

This text font color is #9F95AA.


Background Color

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

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

This div background color is #9F95AA.


Border color

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

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

This div border color is #9F95AA.


Opacity

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

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

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

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

This text has shadow with #9F95AA color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #9F95AA on black background.


Color preview on white background

This text has color #9F95AA on white background.



Black color preview on #9F95AA background

This text has black color on #9F95AA background.


White color preview on #9F95AA background

This text has white color on #9F95AA background.