COLOR #9F9CC7

HEX: #9F9CC7
RGB: (159,156,199)

Color info

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

RGB color model

#9F9CC7 color RGB value is (159,156,199).

  • red value is 159;
  • green value is 156;
  • blue value is 199.
RGB:
(159,156,199)
(62%,61%,78%)

RGB channels and saturation

R 159 of 255 = 62%
G 156 of 255 = 61%
B 199 of 255 = 78%

159
156
199

R + G + B ~ 67%. #9F9CC7 is quite light color.

Portions of RGB colors in percentages

R + G + B =
159 + 156 + 199 = 514 (100%)
R 159 of 514 ~ 30.93%
G 156 of 514 ~ 30.35%
B 199 of 514 ~ 38.72%

%30.93
%30.35
%38.72

CMYK color model

#9F9CC7 color CMYK value is (20,22,0,22).

  • cyan value is 20.10%
  • magenta value is 21.61%
  • yellow value is 0.00%
  • key color value is 21.96%
CMYK:
(20,22,0,22)
C20M22Y0K22 
(20%,22%,0%,22%)
(0.20/0.22/0.00/0.22)	

CMYK percentages

%20.1
%21.61
%0
%21.96

Codes

Color #9F9CC7 in popluar color models

9F9CC7
RGB159156199
HSL244°27.74%69.61%
HSB/HSV244°21.61%78.04%
CMYK20.10%21.61%0.00%
21.96%

Color #9F9CC7 in popluar number systems.

HEX9F9CC7
Decimal159156199
Binary100111111001110011000111
Octal237234307

Shades and tints

Shades of #9F9CC7

#9F9CC7
(159,156,199)
#918EB5
(145,142,181)
#8380A3
(131,128,163)
#757291
(117,114,145)
#67647F
(103,100,127)
#59566D
(89,86,109)
#4B485B
(75,72,91)
#3D3A49
(61,58,73)
#2F2C37
(47,44,55)
#211E25
(33,30,37)
#131013
(19,16,19)
#000000
(0,0,0)

Tints of #9F9CC7

#9F9CC7
(159,156,199)
#A7A5CC
(167,165,204)
#AFAED1
(175,174,209)
#B7B7D6
(183,183,214)
#BFC0DB
(191,192,219)
#C7C9E0
(199,201,224)
#CFD2E5
(207,210,229)
#D7DBEA
(215,219,234)
#DFE4EF
(223,228,239)
#E7EDF4
(231,237,244)
#EFF6F9
(239,246,249)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #9F9CC7 color. Also use rgb(159,156,199) instead hex code.

Text Font Color

.myTextColor { color: #9F9CC7; }

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

This text font color is #9F9CC7.


Background Color

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

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

This div background color is #9F9CC7.


Border color

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

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

This div border color is #9F9CC7.


Opacity

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

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

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

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

This text has shadow with #9F9CC7 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #9F9CC7 on black background.


Color preview on white background

This text has color #9F9CC7 on white background.



Black color preview on #9F9CC7 background

This text has black color on #9F9CC7 background.


White color preview on #9F9CC7 background

This text has white color on #9F9CC7 background.