COLOR #9F88BA

HEX: #9F88BA
RGB: (159,136,186)

Color info

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

RGB color model

#9F88BA color RGB value is (159,136,186).

  • red value is 159;
  • green value is 136;
  • blue value is 186.
RGB:
(159,136,186)
(62%,53%,73%)

RGB channels and saturation

R 159 of 255 = 62%
G 136 of 255 = 53%
B 186 of 255 = 73%

159
136
186

R + G + B ~ 63%. #9F88BA is quite light color.

Portions of RGB colors in percentages

R + G + B =
159 + 136 + 186 = 481 (100%)
R 159 of 481 ~ 33.06%
G 136 of 481 ~ 28.27%
B 186 of 481 ~ 38.67%

%33.06
%28.27
%38.67

CMYK color model

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

  • cyan value is 14.52%
  • magenta value is 26.88%
  • yellow value is 0.00%
  • key color value is 27.06%
CMYK:
(15,27,0,27)
C15M27Y0K27 
(15%,27%,0%,27%)
(0.15/0.27/0.00/0.27)	

CMYK percentages

%14.52
%26.88
%0
%27.06

Codes

Color #9F88BA in popluar color models

9F88BA
RGB159136186
HSL268°26.60%63.14%
HSB/HSV268°26.88%72.94%
CMYK14.52%26.88%0.00%
27.06%

Color #9F88BA in popluar number systems.

HEX9F88BA
Decimal159136186
Binary100111111000100010111010
Octal237210272

Shades and tints

Shades of #9F88BA

#9F88BA
(159,136,186)
#917CAA
(145,124,170)
#83709A
(131,112,154)
#75648A
(117,100,138)
#67587A
(103,88,122)
#594C6A
(89,76,106)
#4B405A
(75,64,90)
#3D344A
(61,52,74)
#2F283A
(47,40,58)
#211C2A
(33,28,42)
#13101A
(19,16,26)
#000000
(0,0,0)

Tints of #9F88BA

#9F88BA
(159,136,186)
#A792C0
(167,146,192)
#AF9CC6
(175,156,198)
#B7A6CC
(183,166,204)
#BFB0D2
(191,176,210)
#C7BAD8
(199,186,216)
#CFC4DE
(207,196,222)
#D7CEE4
(215,206,228)
#DFD8EA
(223,216,234)
#E7E2F0
(231,226,240)
#EFECF6
(239,236,246)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #9F88BA; }

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

This text font color is #9F88BA.


Background Color

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

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

This div background color is #9F88BA.


Border color

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

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

This div border color is #9F88BA.


Opacity

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

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

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

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

This text has shadow with #9F88BA color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #9F88BA on black background.


Color preview on white background

This text has color #9F88BA on white background.



Black color preview on #9F88BA background

This text has black color on #9F88BA background.


White color preview on #9F88BA background

This text has white color on #9F88BA background.