COLOR #9E8DBF

HEX: #9E8DBF RGB: (158,141,191)

Color info

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

RGB color model

#9E8DBF color RGB value is (158,141,191).

RGB: (158,141,191) (62%, 55%, 75%)

RGB channels and saturation

R 158 of 255 = 62%
G 141 of 255 = 55%
B 191 of 255 = 75%

158
141
191

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

Portions of RGB colors in percentages

R + G + B = 158 + 141 + 191 = 490 (100%)
R 158 of 490 ~ 32.24%
G 141 of 490 ~ 28.78%
B 191 of 490 ~ 38.98'%

%32.24
%28.78
%38.98

CMYK color model

#9E8DBF color CMYK value is (17,26,0,25).

  • cyan value is 17.28%
  • magenta value is 26.18%
  • yellow value is 0.00%
  • key color value is 25.10%

CMYK: (17,26,0,25)
C17M26Y0K25 (17%, 26%, 0%, 25%)
(0.17 / 0.26 / 0.00 / 0.25)

CMYK percentages

%17.28
%26.18
%0
%25.1

Codes

Color #9E8DBF in popluar color models

9E 8D BF
RGB 158 141 191
HSL 260° 28.09% 65.10%
HSB/HSV 260° 26.18% 74.90%
CMYK 17.28% 26.18% 0.00%
25.10%

Color #9E8DBF in popluar number systems.

HEX 9E 8D BF
Decimal 158 141 191
Binary 10011110 10001101 10111111
Octal 236 215 277

Shades and tints

Shades of #9E8DBF

#9E8DBF
(158,141,191)
#9081AE
(144,129,174)
#82759D
(130,117,157)
#74698C
(116,105,140)
#665D7B
(102,93,123)
#58516A
(88,81,106)
#4A4559
(74,69,89)
#3C3948
(60,57,72)
#2E2D37
(46,45,55)
#202126
(32,33,38)
#121515
(18,21,21)
#000000
(0,0,0)

Tints of #9E8DBF

#9E8DBF
(158,141,191)
#A697C4
(166,151,196)
#AEA1C9
(174,161,201)
#B6ABCE
(182,171,206)
#BEB5D3
(190,181,211)
#C6BFD8
(198,191,216)
#CEC9DD
(206,201,221)
#D6D3E2
(214,211,226)
#DEDDE7
(222,221,231)
#E6E7EC
(230,231,236)
#EEF1F1
(238,241,241)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #9E8DBF color. Also use rgb(158,141,191) instead hex code.

Text Font Color

.myTextColor { color: #9E8DBF; }

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

This text font color is #9E8DBF.

Background Color

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

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

This div background color is #9E8DBF.

Border color

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

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

This div border color is #9E8DBF.

Opacity

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

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

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

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

This text has shadow with #9E8DBF color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #9E8DBF.

Preview

Color preview on black background

This text has color #9E8DBF on black background.


Color preview on white background

This text has color #9E8DBF on white background.


Black color preview on #9E8DBF background

This text has black color on #9E8DBF background.


White color preview on #9E8DBF background

This text has white color on #9E8DBF background.


Related colors

Complementary color

Complementary color for #hex is #617240.


I love getcolorcode.com

Triadic colors

1 #BF9E8D and #8DBF9E with #9E8DBF are triadic colors.

2 #BF8D9E and #8D9EBF with #9E8DBF are triadic colors.