COLOR #9E9DBF

HEX: #9E9DBF RGB: (158,157,191)

Color info

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

RGB color model

#9E9DBF color RGB value is (158,157,191).

RGB: (158,157,191) (62%, 62%, 75%)

RGB channels and saturation

R 158 of 255 = 62%
G 157 of 255 = 62%
B 191 of 255 = 75%

158
157
191

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

Portions of RGB colors in percentages

R + G + B = 158 + 157 + 191 = 506 (100%)
R 158 of 506 ~ 31.23%
G 157 of 506 ~ 31.03%
B 191 of 506 ~ 37.75'%

%31.23
%31.03
%37.75

CMYK color model

#9E9DBF color CMYK value is (17,18,0,25).

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

CMYK: (17,18,0,25)
C17M18Y0K25 (17%, 18%, 0%, 25%)
(0.17 / 0.18 / 0.00 / 0.25)

CMYK percentages

%17.28
%17.8
%0
%25.1

Codes

Color #9E9DBF in popluar color models

9E 9D BF
RGB 158 157 191
HSL 242° 20.99% 68.24%
HSB/HSV 242° 17.80% 74.90%
CMYK 17.28% 17.80% 0.00%
25.10%

Color #9E9DBF in popluar number systems.

HEX 9E 9D BF
Decimal 158 157 191
Binary 10011110 10011101 10111111
Octal 236 235 277

Shades and tints

Shades of #9E9DBF

#9E9DBF
(158,157,191)
#908FAE
(144,143,174)
#82819D
(130,129,157)
#74738C
(116,115,140)
#66657B
(102,101,123)
#58576A
(88,87,106)
#4A4959
(74,73,89)
#3C3B48
(60,59,72)
#2E2D37
(46,45,55)
#201F26
(32,31,38)
#121115
(18,17,21)
#000000
(0,0,0)

Tints of #9E9DBF

#9E9DBF
(158,157,191)
#A6A5C4
(166,165,196)
#AEADC9
(174,173,201)
#B6B5CE
(182,181,206)
#BEBDD3
(190,189,211)
#C6C5D8
(198,197,216)
#CECDDD
(206,205,221)
#D6D5E2
(214,213,226)
#DEDDE7
(222,221,231)
#E6E5EC
(230,229,236)
#EEEDF1
(238,237,241)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #9E9DBF; }

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

This text font color is #9E9DBF.

Background Color

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

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

This div background color is #9E9DBF.

Border color

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

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

This div border color is #9E9DBF.

Opacity

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

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

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

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

This text has shadow with #9E9DBF color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #9E9DBF.

Preview

Color preview on black background

This text has color #9E9DBF on black background.


Color preview on white background

This text has color #9E9DBF on white background.


Black color preview on #9E9DBF background

This text has black color on #9E9DBF background.


White color preview on #9E9DBF background

This text has white color on #9E9DBF background.


Related colors

Complementary color

Complementary color for #hex is #616240.


I love getcolorcode.com

Triadic colors

1 #BF9E9D and #9DBF9E with #9E9DBF are triadic colors.

2 #BF9D9E and #9D9EBF with #9E9DBF are triadic colors.