COLOR #9F9BBD

HEX: #9F9BBD
RGB: (159,155,189)

Color info

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

RGB color model

#9F9BBD color RGB value is (159,155,189).

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

RGB channels and saturation

R 159 of 255 = 62%
G 155 of 255 = 61%
B 189 of 255 = 74%

159
155
189

R + G + B ~ 66%. #9F9BBD is quite light color.

Portions of RGB colors in percentages

R + G + B =
159 + 155 + 189 = 503 (100%)
R 159 of 503 ~ 31.61%
G 155 of 503 ~ 30.82%
B 189 of 503 ~ 37.57%

%31.61
%30.82
%37.57

CMYK color model

#9F9BBD color CMYK value is (16,18,0,26).

  • cyan value is 15.87%
  • magenta value is 17.99%
  • yellow value is 0.00%
  • key color value is 25.88%
CMYK:
(16,18,0,26)
C16M18Y0K26 
(16%,18%,0%,26%)
(0.16/0.18/0.00/0.26)	

CMYK percentages

%15.87
%17.99
%0
%25.88

Codes

Color #9F9BBD in popluar color models

9F9BBD
RGB159155189
HSL247°20.48%67.45%
HSB/HSV247°17.99%74.12%
CMYK15.87%17.99%0.00%
25.88%

Color #9F9BBD in popluar number systems.

HEX9F9BBD
Decimal159155189
Binary100111111001101110111101
Octal237233275

Shades and tints

Shades of #9F9BBD

#9F9BBD
(159,155,189)
#918DAC
(145,141,172)
#837F9B
(131,127,155)
#75718A
(117,113,138)
#676379
(103,99,121)
#595568
(89,85,104)
#4B4757
(75,71,87)
#3D3946
(61,57,70)
#2F2B35
(47,43,53)
#211D24
(33,29,36)
#130F13
(19,15,19)
#000000
(0,0,0)

Tints of #9F9BBD

#9F9BBD
(159,155,189)
#A7A4C3
(167,164,195)
#AFADC9
(175,173,201)
#B7B6CF
(183,182,207)
#BFBFD5
(191,191,213)
#C7C8DB
(199,200,219)
#CFD1E1
(207,209,225)
#D7DAE7
(215,218,231)
#DFE3ED
(223,227,237)
#E7ECF3
(231,236,243)
#EFF5F9
(239,245,249)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #9F9BBD; }

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

This text font color is #9F9BBD.


Background Color

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

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

This div background color is #9F9BBD.


Border color

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

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

This div border color is #9F9BBD.


Opacity

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

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

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

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

This text has shadow with #9F9BBD color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #9F9BBD on black background.


Color preview on white background

This text has color #9F9BBD on white background.



Black color preview on #9F9BBD background

This text has black color on #9F9BBD background.


White color preview on #9F9BBD background

This text has white color on #9F9BBD background.