COLOR #9E8FAD

HEX: #9E8FAD RGB: (158,143,173)

Color info

#9E8FAD contains red, green and blue colors in about the same proportion. Web safe color of #9E8FAD is #999999 (or #999).

RGB color model

#9E8FAD color RGB value is (158,143,173).

RGB: (158,143,173) (62%, 56%, 68%)

RGB channels and saturation

R 158 of 255 = 62%
G 143 of 255 = 56%
B 173 of 255 = 68%

158
143
173

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

Portions of RGB colors in percentages

R + G + B = 158 + 143 + 173 = 474 (100%)
R 158 of 474 ~ 33.33%
G 143 of 474 ~ 30.17%
B 173 of 474 ~ 36.5'%

%33.33
%30.17
%36.5

CMYK color model

#9E8FAD color CMYK value is (9,17,0,32).

  • cyan value is 8.67%
  • magenta value is 17.34%
  • yellow value is 0.00%
  • key color value is 32.16%

CMYK: (9,17,0,32)
C9M17Y0K32 (9%, 17%, 0%, 32%)
(0.09 / 0.17 / 0.00 / 0.32)

CMYK percentages

%8.67
%17.34
%0
%32.16

Codes

Color #9E8FAD in popluar color models

9E 8F AD
RGB 158 143 173
HSL 270° 15.46% 61.96%
HSB/HSV 270° 17.34% 67.84%
CMYK 8.67% 17.34% 0.00%
32.16%

Color #9E8FAD in popluar number systems.

HEX 9E 8F AD
Decimal 158 143 173
Binary 10011110 10001111 10101101
Octal 236 217 255

Shades and tints

Shades of #9E8FAD

#9E8FAD
(158,143,173)
#90829E
(144,130,158)
#82758F
(130,117,143)
#746880
(116,104,128)
#665B71
(102,91,113)
#584E62
(88,78,98)
#4A4153
(74,65,83)
#3C3444
(60,52,68)
#2E2735
(46,39,53)
#201A26
(32,26,38)
#120D17
(18,13,23)
#000000
(0,0,0)

Tints of #9E8FAD

#9E8FAD
(158,143,173)
#A699B4
(166,153,180)
#AEA3BB
(174,163,187)
#B6ADC2
(182,173,194)
#BEB7C9
(190,183,201)
#C6C1D0
(198,193,208)
#CECBD7
(206,203,215)
#D6D5DE
(214,213,222)
#DEDFE5
(222,223,229)
#E6E9EC
(230,233,236)
#EEF3F3
(238,243,243)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #9E8FAD color. Also use rgb(158,143,173) instead hex code.

Text Font Color

.myTextColor { color: #9E8FAD; }

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

This text font color is #9E8FAD.

Background Color

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

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

This div background color is #9E8FAD.

Border color

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

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

This div border color is #9E8FAD.

Opacity

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

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

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

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

This text has shadow with #9E8FAD color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #9E8FAD.

Preview

Color preview on black background

This text has color #9E8FAD on black background.


Color preview on white background

This text has color #9E8FAD on white background.


Black color preview on #9E8FAD background

This text has black color on #9E8FAD background.


White color preview on #9E8FAD background

This text has white color on #9E8FAD background.


Related colors

Complementary color

Complementary color for #hex is #617052.


I love getcolorcode.com

Triadic colors

1 #AD9E8F and #8FAD9E with #9E8FAD are triadic colors.

2 #AD8F9E and #8F9EAD with #9E8FAD are triadic colors.