COLOR #9F9ECB

HEX: #9F9ECB
RGB: (159,158,203)

Color info

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

RGB color model

#9F9ECB color RGB value is (159,158,203).

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

RGB channels and saturation

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

159
158
203

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

Portions of RGB colors in percentages

R + G + B =
159 + 158 + 203 = 520 (100%)
R 159 of 520 ~ 30.58%
G 158 of 520 ~ 30.38%
B 203 of 520 ~ 39.04%

%30.58
%30.38
%39.04

CMYK color model

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

  • cyan value is 21.67%
  • magenta value is 22.17%
  • yellow value is 0.00%
  • key color value is 20.39%
CMYK:
(22,22,0,20)
C22M22Y0K20 
(22%,22%,0%,20%)
(0.22/0.22/0.00/0.20)	

CMYK percentages

%21.67
%22.17
%0
%20.39

Codes

Color #9F9ECB in popluar color models

9F9ECB
RGB159158203
HSL241°30.20%70.78%
HSB/HSV241°22.17%79.61%
CMYK21.67%22.17%0.00%
20.39%

Color #9F9ECB in popluar number systems.

HEX9F9ECB
Decimal159158203
Binary100111111001111011001011
Octal237236313

Shades and tints

Shades of #9F9ECB

#9F9ECB
(159,158,203)
#9190B9
(145,144,185)
#8382A7
(131,130,167)
#757495
(117,116,149)
#676683
(103,102,131)
#595871
(89,88,113)
#4B4A5F
(75,74,95)
#3D3C4D
(61,60,77)
#2F2E3B
(47,46,59)
#212029
(33,32,41)
#131217
(19,18,23)
#000000
(0,0,0)

Tints of #9F9ECB

#9F9ECB
(159,158,203)
#A7A6CF
(167,166,207)
#AFAED3
(175,174,211)
#B7B6D7
(183,182,215)
#BFBEDB
(191,190,219)
#C7C6DF
(199,198,223)
#CFCEE3
(207,206,227)
#D7D6E7
(215,214,231)
#DFDEEB
(223,222,235)
#E7E6EF
(231,230,239)
#EFEEF3
(239,238,243)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #9F9ECB; }

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

This text font color is #9F9ECB.


Background Color

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

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

This div background color is #9F9ECB.


Border color

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

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

This div border color is #9F9ECB.


Opacity

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

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

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

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

This text has shadow with #9F9ECB color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #9F9ECB on black background.


Color preview on white background

This text has color #9F9ECB on white background.



Black color preview on #9F9ECB background

This text has black color on #9F9ECB background.


White color preview on #9F9ECB background

This text has white color on #9F9ECB background.