COLOR #9F9BCA

HEX: #9F9BCA
RGB: (159,155,202)

Color info

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

RGB color model

#9F9BCA color RGB value is (159,155,202).

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

RGB channels and saturation

R 159 of 255 = 62%
G 155 of 255 = 61%
B 202 of 255 = 79%

159
155
202

R + G + B ~ 67%. #9F9BCA is quite light color.

Portions of RGB colors in percentages

R + G + B =
159 + 155 + 202 = 516 (100%)
R 159 of 516 ~ 30.81%
G 155 of 516 ~ 30.04%
B 202 of 516 ~ 39.15%

%30.81
%30.04
%39.15

CMYK color model

#9F9BCA color CMYK value is (21,23,0,21).

  • cyan value is 21.29%
  • magenta value is 23.27%
  • yellow value is 0.00%
  • key color value is 20.78%
CMYK:
(21,23,0,21)
C21M23Y0K21 
(21%,23%,0%,21%)
(0.21/0.23/0.00/0.21)	

CMYK percentages

%21.29
%23.27
%0
%20.78

Codes

Color #9F9BCA in popluar color models

9F9BCA
RGB159155202
HSL245°30.72%70.00%
HSB/HSV245°23.27%79.22%
CMYK21.29%23.27%0.00%
20.78%

Color #9F9BCA in popluar number systems.

HEX9F9BCA
Decimal159155202
Binary100111111001101111001010
Octal237233312

Shades and tints

Shades of #9F9BCA

#9F9BCA
(159,155,202)
#918DB8
(145,141,184)
#837FA6
(131,127,166)
#757194
(117,113,148)
#676382
(103,99,130)
#595570
(89,85,112)
#4B475E
(75,71,94)
#3D394C
(61,57,76)
#2F2B3A
(47,43,58)
#211D28
(33,29,40)
#130F16
(19,15,22)
#000000
(0,0,0)

Tints of #9F9BCA

#9F9BCA
(159,155,202)
#A7A4CE
(167,164,206)
#AFADD2
(175,173,210)
#B7B6D6
(183,182,214)
#BFBFDA
(191,191,218)
#C7C8DE
(199,200,222)
#CFD1E2
(207,209,226)
#D7DAE6
(215,218,230)
#DFE3EA
(223,227,234)
#E7ECEE
(231,236,238)
#EFF5F2
(239,245,242)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #9F9BCA; }

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

This text font color is #9F9BCA.


Background Color

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

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

This div background color is #9F9BCA.


Border color

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

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

This div border color is #9F9BCA.


Opacity

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

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

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

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

This text has shadow with #9F9BCA color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #9F9BCA on black background.


Color preview on white background

This text has color #9F9BCA on white background.



Black color preview on #9F9BCA background

This text has black color on #9F9BCA background.


White color preview on #9F9BCA background

This text has white color on #9F9BCA background.