COLOR #9F9FBE

HEX: #9F9FBE
RGB: (159,159,190)

Color info

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

RGB color model

#9F9FBE color RGB value is (159,159,190).

  • red value is 159;
  • green value is 159;
  • blue value is 190.
RGB:
(159,159,190)
(62%,62%,75%)

RGB channels and saturation

R 159 of 255 = 62%
G 159 of 255 = 62%
B 190 of 255 = 75%

159
159
190

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

Portions of RGB colors in percentages

R + G + B =
159 + 159 + 190 = 508 (100%)
R 159 of 508 ~ 31.3%
G 159 of 508 ~ 31.3%
B 190 of 508 ~ 37.4%

%31.3
%31.3
%37.4

CMYK color model

#9F9FBE color CMYK value is (16,16,0,25).

  • cyan value is 16.32%
  • magenta value is 16.32%
  • yellow value is 0.00%
  • key color value is 25.49%
CMYK:
(16,16,0,25)
C16M16Y0K25 
(16%,16%,0%,25%)
(0.16/0.16/0.00/0.25)	

CMYK percentages

%16.32
%16.32
%0
%25.49

Codes

Color #9F9FBE in popluar color models

9F9FBE
RGB159159190
HSL240°19.25%68.43%
HSB/HSV240°16.32%74.51%
CMYK16.32%16.32%0.00%
25.49%

Color #9F9FBE in popluar number systems.

HEX9F9FBE
Decimal159159190
Binary100111111001111110111110
Octal237237276

Shades and tints

Shades of #9F9FBE

#9F9FBE
(159,159,190)
#9191AD
(145,145,173)
#83839C
(131,131,156)
#75758B
(117,117,139)
#67677A
(103,103,122)
#595969
(89,89,105)
#4B4B58
(75,75,88)
#3D3D47
(61,61,71)
#2F2F36
(47,47,54)
#212125
(33,33,37)
#131314
(19,19,20)
#000000
(0,0,0)

Tints of #9F9FBE

#9F9FBE
(159,159,190)
#A7A7C3
(167,167,195)
#AFAFC8
(175,175,200)
#B7B7CD
(183,183,205)
#BFBFD2
(191,191,210)
#C7C7D7
(199,199,215)
#CFCFDC
(207,207,220)
#D7D7E1
(215,215,225)
#DFDFE6
(223,223,230)
#E7E7EB
(231,231,235)
#EFEFF0
(239,239,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #9F9FBE; }

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

This text font color is #9F9FBE.


Background Color

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

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

This div background color is #9F9FBE.


Border color

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

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

This div border color is #9F9FBE.


Opacity

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

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

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

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

This text has shadow with #9F9FBE color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #9F9FBE on black background.


Color preview on white background

This text has color #9F9FBE on white background.



Black color preview on #9F9FBE background

This text has black color on #9F9FBE background.


White color preview on #9F9FBE background

This text has white color on #9F9FBE background.