COLOR #9F8DCB

HEX: #9F8DCB RGB: (159,141,203)

Color info

#9F8DCB contains mainly red and blue colors. Web safe color of #9F8DCB is #9999CC (or #99C).

RGB color model

#9F8DCB color RGB value is (159,141,203).

RGB: (159,141,203) (62%, 55%, 80%)

RGB channels and saturation

R 159 of 255 = 62%
G 141 of 255 = 55%
B 203 of 255 = 80%

159
141
203

R + G + B ~ 66%. #9F8DCB is quite light color.

Portions of RGB colors in percentages

R + G + B = 159 + 141 + 203 = 503 (100%)
R 159 of 503 ~ 31.61%
G 141 of 503 ~ 28.03%
B 203 of 503 ~ 40.36'%

%31.61
%28.03
%40.36

CMYK color model

#9F8DCB color CMYK value is (22,31,0,20).

  • cyan value is 21.67%
  • magenta value is 30.54%
  • yellow value is 0.00%
  • key color value is 20.39%
CMYK: (22,31,0,20) C22M31Y0K20 (22%,31%,0%,20%) (0.22/0.31/0.00/0.20) 

CMYK percentages

%21.67
%30.54
%0
%20.39

Codes

Color #9F8DCB in popluar color models

9F 8D CB
RGB 159 141 203
HSL 257° 37.35% 67.45%
HSB/HSV 257° 30.54% 79.61%
CMYK 21.67% 30.54% 0.00%
20.39%

Color #9F8DCB in popluar number systems.

HEX 9F 8D CB
Decimal 159 141 203
Binary 10011111 10001101 11001011
Octal 237 215 313

Shades and tints

Shades of #9F8DCB

#9F8DCB
(159,141,203)
#9181B9
(145,129,185)
#8375A7
(131,117,167)
#756995
(117,105,149)
#675D83
(103,93,131)
#595171
(89,81,113)
#4B455F
(75,69,95)
#3D394D
(61,57,77)
#2F2D3B
(47,45,59)
#212129
(33,33,41)
#131517
(19,21,23)
#000000
(0,0,0)

Tints of #9F8DCB

#9F8DCB
(159,141,203)
#A797CF
(167,151,207)
#AFA1D3
(175,161,211)
#B7ABD7
(183,171,215)
#BFB5DB
(191,181,219)
#C7BFDF
(199,191,223)
#CFC9E3
(207,201,227)
#D7D3E7
(215,211,231)
#DFDDEB
(223,221,235)
#E7E7EF
(231,231,239)
#EFF1F3
(239,241,243)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #9F8DCB; }

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

This text font color is #9F8DCB.

Background Color

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

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

This div background color is #9F8DCB.

Border color

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

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

This div border color is #9F8DCB.

Opacity

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

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

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

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

This text has shadow with #9F8DCB color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #9F8DCB.

Preview

Color preview on black background

This text has color #9F8DCB on black background.


Color preview on white background

This text has color #9F8DCB on white background.


Black color preview on #9F8DCB background

This text has black color on #9F8DCB background.


White color preview on #9F8DCB background

This text has white color on #9F8DCB background.


Related colors

Complementary color

Complementary color for #hex is #607234.


I love getcolorcode.com

Triadic colors

1 #CB9F8D and #8DCB9F with #9F8DCB are triadic colors.

2 #CB8D9F and #8D9FCB with #9F8DCB are triadic colors.