COLOR #9F8ABE

HEX: #9F8ABE RGB: (159,138,190)

Color info

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

RGB color model

#9F8ABE color RGB value is (159,138,190).

RGB: (159,138,190) (62%, 54%, 75%)

RGB channels and saturation

R 159 of 255 = 62%
G 138 of 255 = 54%
B 190 of 255 = 75%

159
138
190

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

Portions of RGB colors in percentages

R + G + B = 159 + 138 + 190 = 487 (100%)
R 159 of 487 ~ 32.65%
G 138 of 487 ~ 28.34%
B 190 of 487 ~ 39.01'%

%32.65
%28.34
%39.01

CMYK color model

#9F8ABE color CMYK value is (16,27,0,25).

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

CMYK: (16,27,0,25)
C16M27Y0K25 (16%, 27%, 0%, 25%)
(0.16 / 0.27 / 0.00 / 0.25)

CMYK percentages

%16.32
%27.37
%0
%25.49

Codes

Color #9F8ABE in popluar color models

9F 8A BE
RGB 159 138 190
HSL 264° 28.57% 64.31%
HSB/HSV 264° 27.37% 74.51%
CMYK 16.32% 27.37% 0.00%
25.49%

Color #9F8ABE in popluar number systems.

HEX 9F 8A BE
Decimal 159 138 190
Binary 10011111 10001010 10111110
Octal 237 212 276

Shades and tints

Shades of #9F8ABE

#9F8ABE
(159,138,190)
#917EAD
(145,126,173)
#83729C
(131,114,156)
#75668B
(117,102,139)
#675A7A
(103,90,122)
#594E69
(89,78,105)
#4B4258
(75,66,88)
#3D3647
(61,54,71)
#2F2A36
(47,42,54)
#211E25
(33,30,37)
#131214
(19,18,20)
#000000
(0,0,0)

Tints of #9F8ABE

#9F8ABE
(159,138,190)
#A794C3
(167,148,195)
#AF9EC8
(175,158,200)
#B7A8CD
(183,168,205)
#BFB2D2
(191,178,210)
#C7BCD7
(199,188,215)
#CFC6DC
(207,198,220)
#D7D0E1
(215,208,225)
#DFDAE6
(223,218,230)
#E7E4EB
(231,228,235)
#EFEEF0
(239,238,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #9F8ABE; }

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

This text font color is #9F8ABE.

Background Color

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

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

This div background color is #9F8ABE.

Border color

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

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

This div border color is #9F8ABE.

Opacity

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

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

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

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

This text has shadow with #9F8ABE color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #9F8ABE.

Preview

Color preview on black background

This text has color #9F8ABE on black background.


Color preview on white background

This text has color #9F8ABE on white background.


Black color preview on #9F8ABE background

This text has black color on #9F8ABE background.


White color preview on #9F8ABE background

This text has white color on #9F8ABE background.


Related colors

Complementary color

Complementary color for #hex is #607541.


I love getcolorcode.com

Triadic colors

1 #BE9F8A and #8ABE9F with #9F8ABE are triadic colors.

2 #BE8A9F and #8A9FBE with #9F8ABE are triadic colors.