COLOR #9F95A6

HEX: #9F95A6
RGB: (159,149,166)

Color info

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

RGB color model

#9F95A6 color RGB value is (159,149,166).

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

RGB channels and saturation

R 159 of 255 = 62%
G 149 of 255 = 58%
B 166 of 255 = 65%

159
149
166

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

Portions of RGB colors in percentages

R + G + B =
159 + 149 + 166 = 474 (100%)
R 159 of 474 ~ 33.54%
G 149 of 474 ~ 31.43%
B 166 of 474 ~ 35.02%

%33.54
%31.43
%35.02

CMYK color model

#9F95A6 color CMYK value is (4,10,0,35).

  • cyan value is 4.22%
  • magenta value is 10.24%
  • yellow value is 0.00%
  • key color value is 34.90%
CMYK:
(4,10,0,35)
C4M10Y0K35 
(4%,10%,0%,35%)
(0.04/0.10/0.00/0.35)	

CMYK percentages

%4.22
%10.24
%0
%34.9

Codes

Color #9F95A6 in popluar color models

9F95A6
RGB159149166
HSL275°8.72%61.76%
HSB/HSV275°10.24%65.10%
CMYK4.22%10.24%0.00%
34.90%

Color #9F95A6 in popluar number systems.

HEX9F95A6
Decimal159149166
Binary100111111001010110100110
Octal237225246

Shades and tints

Shades of #9F95A6

#9F95A6
(159,149,166)
#918897
(145,136,151)
#837B88
(131,123,136)
#756E79
(117,110,121)
#67616A
(103,97,106)
#59545B
(89,84,91)
#4B474C
(75,71,76)
#3D3A3D
(61,58,61)
#2F2D2E
(47,45,46)
#21201F
(33,32,31)
#131310
(19,19,16)
#000000
(0,0,0)

Tints of #9F95A6

#9F95A6
(159,149,166)
#A79EAE
(167,158,174)
#AFA7B6
(175,167,182)
#B7B0BE
(183,176,190)
#BFB9C6
(191,185,198)
#C7C2CE
(199,194,206)
#CFCBD6
(207,203,214)
#D7D4DE
(215,212,222)
#DFDDE6
(223,221,230)
#E7E6EE
(231,230,238)
#EFEFF6
(239,239,246)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #9F95A6; }

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

This text font color is #9F95A6.


Background Color

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

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

This div background color is #9F95A6.


Border color

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

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

This div border color is #9F95A6.


Opacity

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

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

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

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

This text has shadow with #9F95A6 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #9F95A6 on black background.


Color preview on white background

This text has color #9F95A6 on white background.



Black color preview on #9F95A6 background

This text has black color on #9F95A6 background.


White color preview on #9F95A6 background

This text has white color on #9F95A6 background.