COLOR #9F81B8

HEX: #9F81B8
RGB: (159,129,184)

Color info

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

RGB color model

#9F81B8 color RGB value is (159,129,184).

  • red value is 159;
  • green value is 129;
  • blue value is 184.
RGB:
(159,129,184)
(62%,51%,72%)

RGB channels and saturation

R 159 of 255 = 62%
G 129 of 255 = 51%
B 184 of 255 = 72%

159
129
184

R + G + B ~ 62%. #9F81B8 is quite light color.

Portions of RGB colors in percentages

R + G + B =
159 + 129 + 184 = 472 (100%)
R 159 of 472 ~ 33.69%
G 129 of 472 ~ 27.33%
B 184 of 472 ~ 38.98%

%33.69
%27.33
%38.98

CMYK color model

#9F81B8 color CMYK value is (14,30,0,28).

  • cyan value is 13.59%
  • magenta value is 29.89%
  • yellow value is 0.00%
  • key color value is 27.84%
CMYK:
(14,30,0,28)
C14M30Y0K28 
(14%,30%,0%,28%)
(0.14/0.30/0.00/0.28)	

CMYK percentages

%13.59
%29.89
%0
%27.84

Codes

Color #9F81B8 in popluar color models

9F81B8
RGB159129184
HSL273°27.92%61.37%
HSB/HSV273°29.89%72.16%
CMYK13.59%29.89%0.00%
27.84%

Color #9F81B8 in popluar number systems.

HEX9F81B8
Decimal159129184
Binary100111111000000110111000
Octal237201270

Shades and tints

Shades of #9F81B8

#9F81B8
(159,129,184)
#9176A8
(145,118,168)
#836B98
(131,107,152)
#756088
(117,96,136)
#675578
(103,85,120)
#594A68
(89,74,104)
#4B3F58
(75,63,88)
#3D3448
(61,52,72)
#2F2938
(47,41,56)
#211E28
(33,30,40)
#131318
(19,19,24)
#000000
(0,0,0)

Tints of #9F81B8

#9F81B8
(159,129,184)
#A78CBE
(167,140,190)
#AF97C4
(175,151,196)
#B7A2CA
(183,162,202)
#BFADD0
(191,173,208)
#C7B8D6
(199,184,214)
#CFC3DC
(207,195,220)
#D7CEE2
(215,206,226)
#DFD9E8
(223,217,232)
#E7E4EE
(231,228,238)
#EFEFF4
(239,239,244)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #9F81B8 color. Also use rgb(159,129,184) instead hex code.

Text Font Color

.myTextColor { color: #9F81B8; }

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

This text font color is #9F81B8.


Background Color

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

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

This div background color is #9F81B8.


Border color

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

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

This div border color is #9F81B8.


Opacity

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

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

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

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

This text has shadow with #9F81B8 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #9F81B8 on black background.


Color preview on white background

This text has color #9F81B8 on white background.



Black color preview on #9F81B8 background

This text has black color on #9F81B8 background.


White color preview on #9F81B8 background

This text has white color on #9F81B8 background.