COLOR #9E8CCB

HEX: #9E8CCB RGB: (158,140,203)

Color info

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

RGB color model

#9E8CCB color RGB value is (158,140,203).

RGB: (158,140,203) (62%, 55%, 80%)

RGB channels and saturation

R 158 of 255 = 62%
G 140 of 255 = 55%
B 203 of 255 = 80%

158
140
203

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

Portions of RGB colors in percentages

R + G + B = 158 + 140 + 203 = 501 (100%)
R 158 of 501 ~ 31.54%
G 140 of 501 ~ 27.94%
B 203 of 501 ~ 40.52'%

%31.54
%27.94
%40.52

CMYK color model

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

  • cyan value is 22.17%
  • magenta value is 31.03%
  • 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

%22.17
%31.03
%0
%20.39

Codes

Color #9E8CCB in popluar color models

9E 8C CB
RGB 158 140 203
HSL 257° 37.72% 67.25%
HSB/HSV 257° 31.03% 79.61%
CMYK 22.17% 31.03% 0.00%
20.39%

Color #9E8CCB in popluar number systems.

HEX 9E 8C CB
Decimal 158 140 203
Binary 10011110 10001100 11001011
Octal 236 214 313

Shades and tints

Shades of #9E8CCB

#9E8CCB
(158,140,203)
#9080B9
(144,128,185)
#8274A7
(130,116,167)
#746895
(116,104,149)
#665C83
(102,92,131)
#585071
(88,80,113)
#4A445F
(74,68,95)
#3C384D
(60,56,77)
#2E2C3B
(46,44,59)
#202029
(32,32,41)
#121417
(18,20,23)
#000000
(0,0,0)

Tints of #9E8CCB

#9E8CCB
(158,140,203)
#A696CF
(166,150,207)
#AEA0D3
(174,160,211)
#B6AAD7
(182,170,215)
#BEB4DB
(190,180,219)
#C6BEDF
(198,190,223)
#CEC8E3
(206,200,227)
#D6D2E7
(214,210,231)
#DEDCEB
(222,220,235)
#E6E6EF
(230,230,239)
#EEF0F3
(238,240,243)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #9E8CCB color. Also use rgb(158,140,203) instead hex code.

Text Font Color

.myTextColor { color: #9E8CCB; }

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

This text font color is #9E8CCB.

Background Color

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

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

This div background color is #9E8CCB.

Border color

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

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

This div border color is #9E8CCB.

Opacity

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

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

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

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

This text has shadow with #9E8CCB color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #9E8CCB.

Preview

Color preview on black background

This text has color #9E8CCB on black background.


Color preview on white background

This text has color #9E8CCB on white background.


Black color preview on #9E8CCB background

This text has black color on #9E8CCB background.


White color preview on #9E8CCB background

This text has white color on #9E8CCB background.


Related colors

Complementary color

Complementary color for #hex is #617334.


I love getcolorcode.com

Triadic colors

1 #CB9E8C and #8CCB9E with #9E8CCB are triadic colors.

2 #CB8C9E and #8C9ECB with #9E8CCB are triadic colors.