COLOR #9F95B7

HEX: #9F95B7
RGB: (159,149,183)

Color info

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

RGB color model

#9F95B7 color RGB value is (159,149,183).

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

RGB channels and saturation

R 159 of 255 = 62%
G 149 of 255 = 58%
B 183 of 255 = 72%

159
149
183

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

Portions of RGB colors in percentages

R + G + B =
159 + 149 + 183 = 491 (100%)
R 159 of 491 ~ 32.38%
G 149 of 491 ~ 30.35%
B 183 of 491 ~ 37.27%

%32.38
%30.35
%37.27

CMYK color model

#9F95B7 color CMYK value is (13,19,0,28).

  • cyan value is 13.11%
  • magenta value is 18.58%
  • yellow value is 0.00%
  • key color value is 28.24%
CMYK:
(13,19,0,28)
C13M19Y0K28 
(13%,19%,0%,28%)
(0.13/0.19/0.00/0.28)	

CMYK percentages

%13.11
%18.58
%0
%28.24

Codes

Color #9F95B7 in popluar color models

9F95B7
RGB159149183
HSL258°19.10%65.10%
HSB/HSV258°18.58%71.76%
CMYK13.11%18.58%0.00%
28.24%

Color #9F95B7 in popluar number systems.

HEX9F95B7
Decimal159149183
Binary100111111001010110110111
Octal237225267

Shades and tints

Shades of #9F95B7

#9F95B7
(159,149,183)
#9188A7
(145,136,167)
#837B97
(131,123,151)
#756E87
(117,110,135)
#676177
(103,97,119)
#595467
(89,84,103)
#4B4757
(75,71,87)
#3D3A47
(61,58,71)
#2F2D37
(47,45,55)
#212027
(33,32,39)
#131317
(19,19,23)
#000000
(0,0,0)

Tints of #9F95B7

#9F95B7
(159,149,183)
#A79EBD
(167,158,189)
#AFA7C3
(175,167,195)
#B7B0C9
(183,176,201)
#BFB9CF
(191,185,207)
#C7C2D5
(199,194,213)
#CFCBDB
(207,203,219)
#D7D4E1
(215,212,225)
#DFDDE7
(223,221,231)
#E7E6ED
(231,230,237)
#EFEFF3
(239,239,243)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #9F95B7; }

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

This text font color is #9F95B7.


Background Color

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

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

This div background color is #9F95B7.


Border color

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

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

This div border color is #9F95B7.


Opacity

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

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

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

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

This text has shadow with #9F95B7 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #9F95B7 on black background.


Color preview on white background

This text has color #9F95B7 on white background.



Black color preview on #9F95B7 background

This text has black color on #9F95B7 background.


White color preview on #9F95B7 background

This text has white color on #9F95B7 background.