COLOR #9F8CBE

HEX: #9F8CBE RGB: (159,140,190)

Color info

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

RGB color model

#9F8CBE color RGB value is (159,140,190).

RGB: (159,140,190) (62%, 55%, 75%)

RGB channels and saturation

R 159 of 255 = 62%
G 140 of 255 = 55%
B 190 of 255 = 75%

159
140
190

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

Portions of RGB colors in percentages

R + G + B = 159 + 140 + 190 = 489 (100%)
R 159 of 489 ~ 32.52%
G 140 of 489 ~ 28.63%
B 190 of 489 ~ 38.85'%

%32.52
%28.63
%38.85

CMYK color model

#9F8CBE color CMYK value is (16,26,0,25).

  • cyan value is 16.32%
  • magenta value is 26.32%
  • yellow value is 0.00%
  • key color value is 25.49%

CMYK: (16,26,0,25)
C16M26Y0K25 (16%, 26%, 0%, 25%)
(0.16 / 0.26 / 0.00 / 0.25)

CMYK percentages

%16.32
%26.32
%0
%25.49

Codes

Color #9F8CBE in popluar color models

9F 8C BE
RGB 159 140 190
HSL 263° 27.78% 64.71%
HSB/HSV 263° 26.32% 74.51%
CMYK 16.32% 26.32% 0.00%
25.49%

Color #9F8CBE in popluar number systems.

HEX 9F 8C BE
Decimal 159 140 190
Binary 10011111 10001100 10111110
Octal 237 214 276

Shades and tints

Shades of #9F8CBE

#9F8CBE
(159,140,190)
#9180AD
(145,128,173)
#83749C
(131,116,156)
#75688B
(117,104,139)
#675C7A
(103,92,122)
#595069
(89,80,105)
#4B4458
(75,68,88)
#3D3847
(61,56,71)
#2F2C36
(47,44,54)
#212025
(33,32,37)
#131414
(19,20,20)
#000000
(0,0,0)

Tints of #9F8CBE

#9F8CBE
(159,140,190)
#A796C3
(167,150,195)
#AFA0C8
(175,160,200)
#B7AACD
(183,170,205)
#BFB4D2
(191,180,210)
#C7BED7
(199,190,215)
#CFC8DC
(207,200,220)
#D7D2E1
(215,210,225)
#DFDCE6
(223,220,230)
#E7E6EB
(231,230,235)
#EFF0F0
(239,240,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #9F8CBE color. Also use rgb(159,140,190) instead hex code.

Text Font Color

.myTextColor { color: #9F8CBE; }

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

This text font color is #9F8CBE.

Background Color

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

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

This div background color is #9F8CBE.

Border color

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

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

This div border color is #9F8CBE.

Opacity

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

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

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

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

This text has shadow with #9F8CBE color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #9F8CBE.

Preview

Color preview on black background

This text has color #9F8CBE on black background.


Color preview on white background

This text has color #9F8CBE on white background.


Black color preview on #9F8CBE background

This text has black color on #9F8CBE background.


White color preview on #9F8CBE background

This text has white color on #9F8CBE background.


Related colors

Complementary color

Complementary color for #hex is #607341.


I love getcolorcode.com

Triadic colors

1 #BE9F8C and #8CBE9F with #9F8CBE are triadic colors.

2 #BE8C9F and #8C9FBE with #9F8CBE are triadic colors.