COLOR #9E8AC7

HEX: #9E8AC7 RGB: (158,138,199)

Color info

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

RGB color model

#9E8AC7 color RGB value is (158,138,199).

RGB: (158,138,199) (62%, 54%, 78%)

RGB channels and saturation

R 158 of 255 = 62%
G 138 of 255 = 54%
B 199 of 255 = 78%

158
138
199

R + G + B ~ 65%. #9E8AC7 is quite light color.

Portions of RGB colors in percentages

R + G + B = 158 + 138 + 199 = 495 (100%)
R 158 of 495 ~ 31.92%
G 138 of 495 ~ 27.88%
B 199 of 495 ~ 40.2'%

%31.92
%27.88
%40.2

CMYK color model

#9E8AC7 color CMYK value is (21,31,0,22).

  • cyan value is 20.60%
  • magenta value is 30.65%
  • yellow value is 0.00%
  • key color value is 21.96%

CMYK: (21,31,0,22)
C21M31Y0K22 (21%, 31%, 0%, 22%)
(0.21 / 0.31 / 0.00 / 0.22)

CMYK percentages

%20.6
%30.65
%0
%21.96

Codes

Color #9E8AC7 in popluar color models

9E 8A C7
RGB 158 138 199
HSL 260° 35.26% 66.08%
HSB/HSV 260° 30.65% 78.04%
CMYK 20.60% 30.65% 0.00%
21.96%

Color #9E8AC7 in popluar number systems.

HEX 9E 8A C7
Decimal 158 138 199
Binary 10011110 10001010 11000111
Octal 236 212 307

Shades and tints

Shades of #9E8AC7

#9E8AC7
(158,138,199)
#907EB5
(144,126,181)
#8272A3
(130,114,163)
#746691
(116,102,145)
#665A7F
(102,90,127)
#584E6D
(88,78,109)
#4A425B
(74,66,91)
#3C3649
(60,54,73)
#2E2A37
(46,42,55)
#201E25
(32,30,37)
#121213
(18,18,19)
#000000
(0,0,0)

Tints of #9E8AC7

#9E8AC7
(158,138,199)
#A694CC
(166,148,204)
#AE9ED1
(174,158,209)
#B6A8D6
(182,168,214)
#BEB2DB
(190,178,219)
#C6BCE0
(198,188,224)
#CEC6E5
(206,198,229)
#D6D0EA
(214,208,234)
#DEDAEF
(222,218,239)
#E6E4F4
(230,228,244)
#EEEEF9
(238,238,249)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #9E8AC7 color. Also use rgb(158,138,199) instead hex code.

Text Font Color

.myTextColor { color: #9E8AC7; }

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

This text font color is #9E8AC7.

Background Color

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

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

This div background color is #9E8AC7.

Border color

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

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

This div border color is #9E8AC7.

Opacity

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

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

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

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

This text has shadow with #9E8AC7 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #9E8AC7.

Preview

Color preview on black background

This text has color #9E8AC7 on black background.


Color preview on white background

This text has color #9E8AC7 on white background.


Black color preview on #9E8AC7 background

This text has black color on #9E8AC7 background.


White color preview on #9E8AC7 background

This text has white color on #9E8AC7 background.


Related colors

Complementary color

Complementary color for #hex is #617538.


I love getcolorcode.com

Triadic colors

1 #C79E8A and #8AC79E with #9E8AC7 are triadic colors.

2 #C78A9E and #8A9EC7 with #9E8AC7 are triadic colors.