COLOR #9F9DCB

HEX: #9F9DCB
RGB: (159,157,203)

Color info

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

RGB color model

#9F9DCB color RGB value is (159,157,203).

  • red value is 159;
  • green value is 157;
  • blue value is 203.
RGB:
(159,157,203)
(62%,62%,80%)

RGB channels and saturation

R 159 of 255 = 62%
G 157 of 255 = 62%
B 203 of 255 = 80%

159
157
203

R + G + B ~ 68%. #9F9DCB is quite light color.

Portions of RGB colors in percentages

R + G + B =
159 + 157 + 203 = 519 (100%)
R 159 of 519 ~ 30.64%
G 157 of 519 ~ 30.25%
B 203 of 519 ~ 39.11%

%30.64
%30.25
%39.11

CMYK color model

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

  • cyan value is 21.67%
  • magenta value is 22.66%
  • yellow value is 0.00%
  • key color value is 20.39%
CMYK:
(22,23,0,20)
C22M23Y0K20 
(22%,23%,0%,20%)
(0.22/0.23/0.00/0.20)	

CMYK percentages

%21.67
%22.66
%0
%20.39

Codes

Color #9F9DCB in popluar color models

9F9DCB
RGB159157203
HSL243°30.67%70.59%
HSB/HSV243°22.66%79.61%
CMYK21.67%22.66%0.00%
20.39%

Color #9F9DCB in popluar number systems.

HEX9F9DCB
Decimal159157203
Binary100111111001110111001011
Octal237235313

Shades and tints

Shades of #9F9DCB

#9F9DCB
(159,157,203)
#918FB9
(145,143,185)
#8381A7
(131,129,167)
#757395
(117,115,149)
#676583
(103,101,131)
#595771
(89,87,113)
#4B495F
(75,73,95)
#3D3B4D
(61,59,77)
#2F2D3B
(47,45,59)
#211F29
(33,31,41)
#131117
(19,17,23)
#000000
(0,0,0)

Tints of #9F9DCB

#9F9DCB
(159,157,203)
#A7A5CF
(167,165,207)
#AFADD3
(175,173,211)
#B7B5D7
(183,181,215)
#BFBDDB
(191,189,219)
#C7C5DF
(199,197,223)
#CFCDE3
(207,205,227)
#D7D5E7
(215,213,231)
#DFDDEB
(223,221,235)
#E7E5EF
(231,229,239)
#EFEDF3
(239,237,243)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #9F9DCB; }

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

This text font color is #9F9DCB.


Background Color

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

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

This div background color is #9F9DCB.


Border color

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

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

This div border color is #9F9DCB.


Opacity

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

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

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

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

This text has shadow with #9F9DCB color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #9F9DCB on black background.


Color preview on white background

This text has color #9F9DCB on white background.



Black color preview on #9F9DCB background

This text has black color on #9F9DCB background.


White color preview on #9F9DCB background

This text has white color on #9F9DCB background.