COLOR #9F91BB

HEX: #9F91BB
RGB: (159,145,187)

Color info

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

RGB color model

#9F91BB color RGB value is (159,145,187).

  • red value is 159;
  • green value is 145;
  • blue value is 187.
RGB:
(159,145,187)
(62%,57%,73%)

RGB channels and saturation

R 159 of 255 = 62%
G 145 of 255 = 57%
B 187 of 255 = 73%

159
145
187

R + G + B ~ 64%. #9F91BB is quite light color.

Portions of RGB colors in percentages

R + G + B =
159 + 145 + 187 = 491 (100%)
R 159 of 491 ~ 32.38%
G 145 of 491 ~ 29.53%
B 187 of 491 ~ 38.09%

%32.38
%29.53
%38.09

CMYK color model

#9F91BB color CMYK value is (15,22,0,27).

  • cyan value is 14.97%
  • magenta value is 22.46%
  • yellow value is 0.00%
  • key color value is 26.67%
CMYK:
(15,22,0,27)
C15M22Y0K27 
(15%,22%,0%,27%)
(0.15/0.22/0.00/0.27)	

CMYK percentages

%14.97
%22.46
%0
%26.67

Codes

Color #9F91BB in popluar color models

9F91BB
RGB159145187
HSL260°23.60%65.10%
HSB/HSV260°22.46%73.33%
CMYK14.97%22.46%0.00%
26.67%

Color #9F91BB in popluar number systems.

HEX9F91BB
Decimal159145187
Binary100111111001000110111011
Octal237221273

Shades and tints

Shades of #9F91BB

#9F91BB
(159,145,187)
#9184AA
(145,132,170)
#837799
(131,119,153)
#756A88
(117,106,136)
#675D77
(103,93,119)
#595066
(89,80,102)
#4B4355
(75,67,85)
#3D3644
(61,54,68)
#2F2933
(47,41,51)
#211C22
(33,28,34)
#130F11
(19,15,17)
#000000
(0,0,0)

Tints of #9F91BB

#9F91BB
(159,145,187)
#A79BC1
(167,155,193)
#AFA5C7
(175,165,199)
#B7AFCD
(183,175,205)
#BFB9D3
(191,185,211)
#C7C3D9
(199,195,217)
#CFCDDF
(207,205,223)
#D7D7E5
(215,215,229)
#DFE1EB
(223,225,235)
#E7EBF1
(231,235,241)
#EFF5F7
(239,245,247)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #9F91BB; }

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

This text font color is #9F91BB.


Background Color

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

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

This div background color is #9F91BB.


Border color

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

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

This div border color is #9F91BB.


Opacity

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

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

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

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

This text has shadow with #9F91BB color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #9F91BB on black background.


Color preview on white background

This text has color #9F91BB on white background.



Black color preview on #9F91BB background

This text has black color on #9F91BB background.


White color preview on #9F91BB background

This text has white color on #9F91BB background.