COLOR #9F9BAD

HEX: #9F9BAD
RGB: (159,155,173)

Color info

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

RGB color model

#9F9BAD color RGB value is (159,155,173).

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

RGB channels and saturation

R 159 of 255 = 62%
G 155 of 255 = 61%
B 173 of 255 = 68%

159
155
173

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

Portions of RGB colors in percentages

R + G + B =
159 + 155 + 173 = 487 (100%)
R 159 of 487 ~ 32.65%
G 155 of 487 ~ 31.83%
B 173 of 487 ~ 35.52%

%32.65
%31.83
%35.52

CMYK color model

#9F9BAD color CMYK value is (8,10,0,32).

  • cyan value is 8.09%
  • magenta value is 10.40%
  • yellow value is 0.00%
  • key color value is 32.16%
CMYK:
(8,10,0,32)
C8M10Y0K32 
(8%,10%,0%,32%)
(0.08/0.10/0.00/0.32)	

CMYK percentages

%8.09
%10.4
%0
%32.16

Codes

Color #9F9BAD in popluar color models

9F9BAD
RGB159155173
HSL253°9.89%64.31%
HSB/HSV253°10.40%67.84%
CMYK8.09%10.40%0.00%
32.16%

Color #9F9BAD in popluar number systems.

HEX9F9BAD
Decimal159155173
Binary100111111001101110101101
Octal237233255

Shades and tints

Shades of #9F9BAD

#9F9BAD
(159,155,173)
#918D9E
(145,141,158)
#837F8F
(131,127,143)
#757180
(117,113,128)
#676371
(103,99,113)
#595562
(89,85,98)
#4B4753
(75,71,83)
#3D3944
(61,57,68)
#2F2B35
(47,43,53)
#211D26
(33,29,38)
#130F17
(19,15,23)
#000000
(0,0,0)

Tints of #9F9BAD

#9F9BAD
(159,155,173)
#A7A4B4
(167,164,180)
#AFADBB
(175,173,187)
#B7B6C2
(183,182,194)
#BFBFC9
(191,191,201)
#C7C8D0
(199,200,208)
#CFD1D7
(207,209,215)
#D7DADE
(215,218,222)
#DFE3E5
(223,227,229)
#E7ECEC
(231,236,236)
#EFF5F3
(239,245,243)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #9F9BAD; }

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

This text font color is #9F9BAD.


Background Color

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

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

This div background color is #9F9BAD.


Border color

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

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

This div border color is #9F9BAD.


Opacity

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

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

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

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

This text has shadow with #9F9BAD color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #9F9BAD on black background.


Color preview on white background

This text has color #9F9BAD on white background.



Black color preview on #9F9BAD background

This text has black color on #9F9BAD background.


White color preview on #9F9BAD background

This text has white color on #9F9BAD background.