COLOR #9F8DB7

HEX: #9F8DB7 RGB: (159,141,183)

Color info

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

RGB color model

#9F8DB7 color RGB value is (159,141,183).

RGB: (159,141,183) (62%, 55%, 72%)

RGB channels and saturation

R 159 of 255 = 62%
G 141 of 255 = 55%
B 183 of 255 = 72%

159
141
183

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

Portions of RGB colors in percentages

R + G + B = 159 + 141 + 183 = 483 (100%)
R 159 of 483 ~ 32.92%
G 141 of 483 ~ 29.19%
B 183 of 483 ~ 37.89'%

%32.92
%29.19
%37.89

CMYK color model

#9F8DB7 color CMYK value is (13,23,0,28).

  • cyan value is 13.11%
  • magenta value is 22.95%
  • yellow value is 0.00%
  • key color value is 28.24%

CMYK: (13,23,0,28)
C13M23Y0K28 (13%, 23%, 0%, 28%)
(0.13 / 0.23 / 0.00 / 0.28)

CMYK percentages

%13.11
%22.95
%0
%28.24

Codes

Color #9F8DB7 in popluar color models

9F 8D B7
RGB 159 141 183
HSL 266° 22.58% 63.53%
HSB/HSV 266° 22.95% 71.76%
CMYK 13.11% 22.95% 0.00%
28.24%

Color #9F8DB7 in popluar number systems.

HEX 9F 8D B7
Decimal 159 141 183
Binary 10011111 10001101 10110111
Octal 237 215 267

Shades and tints

Shades of #9F8DB7

#9F8DB7
(159,141,183)
#9181A7
(145,129,167)
#837597
(131,117,151)
#756987
(117,105,135)
#675D77
(103,93,119)
#595167
(89,81,103)
#4B4557
(75,69,87)
#3D3947
(61,57,71)
#2F2D37
(47,45,55)
#212127
(33,33,39)
#131517
(19,21,23)
#000000
(0,0,0)

Tints of #9F8DB7

#9F8DB7
(159,141,183)
#A797BD
(167,151,189)
#AFA1C3
(175,161,195)
#B7ABC9
(183,171,201)
#BFB5CF
(191,181,207)
#C7BFD5
(199,191,213)
#CFC9DB
(207,201,219)
#D7D3E1
(215,211,225)
#DFDDE7
(223,221,231)
#E7E7ED
(231,231,237)
#EFF1F3
(239,241,243)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #9F8DB7 color. Also use rgb(159,141,183) instead hex code.

Text Font Color

.myTextColor { color: #9F8DB7; }

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

This text font color is #9F8DB7.

Background Color

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

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

This div background color is #9F8DB7.

Border color

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

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

This div border color is #9F8DB7.

Opacity

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

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

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

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

This text has shadow with #9F8DB7 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #9F8DB7.

Preview

Color preview on black background

This text has color #9F8DB7 on black background.


Color preview on white background

This text has color #9F8DB7 on white background.


Black color preview on #9F8DB7 background

This text has black color on #9F8DB7 background.


White color preview on #9F8DB7 background

This text has white color on #9F8DB7 background.


Related colors

Complementary color

Complementary color for #hex is #607248.


I love getcolorcode.com

Triadic colors

1 #B79F8D and #8DB79F with #9F8DB7 are triadic colors.

2 #B78D9F and #8D9FB7 with #9F8DB7 are triadic colors.