COLOR #9E9CBD

HEX: #9E9CBD RGB: (158,156,189)

Color info

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

RGB color model

#9E9CBD color RGB value is (158,156,189).

RGB: (158,156,189) (62%, 61%, 74%)

RGB channels and saturation

R 158 of 255 = 62%
G 156 of 255 = 61%
B 189 of 255 = 74%

158
156
189

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

Portions of RGB colors in percentages

R + G + B = 158 + 156 + 189 = 503 (100%)
R 158 of 503 ~ 31.41%
G 156 of 503 ~ 31.01%
B 189 of 503 ~ 37.57'%

%31.41
%31.01
%37.57

CMYK color model

#9E9CBD color CMYK value is (16,17,0,26).

  • cyan value is 16.40%
  • magenta value is 17.46%
  • yellow value is 0.00%
  • key color value is 25.88%

CMYK: (16,17,0,26)
C16M17Y0K26 (16%, 17%, 0%, 26%)
(0.16 / 0.17 / 0.00 / 0.26)

CMYK percentages

%16.4
%17.46
%0
%25.88

Codes

Color #9E9CBD in popluar color models

9E 9C BD
RGB 158 156 189
HSL 244° 20.00% 67.65%
HSB/HSV 244° 17.46% 74.12%
CMYK 16.40% 17.46% 0.00%
25.88%

Color #9E9CBD in popluar number systems.

HEX 9E 9C BD
Decimal 158 156 189
Binary 10011110 10011100 10111101
Octal 236 234 275

Shades and tints

Shades of #9E9CBD

#9E9CBD
(158,156,189)
#908EAC
(144,142,172)
#82809B
(130,128,155)
#74728A
(116,114,138)
#666479
(102,100,121)
#585668
(88,86,104)
#4A4857
(74,72,87)
#3C3A46
(60,58,70)
#2E2C35
(46,44,53)
#201E24
(32,30,36)
#121013
(18,16,19)
#000000
(0,0,0)

Tints of #9E9CBD

#9E9CBD
(158,156,189)
#A6A5C3
(166,165,195)
#AEAEC9
(174,174,201)
#B6B7CF
(182,183,207)
#BEC0D5
(190,192,213)
#C6C9DB
(198,201,219)
#CED2E1
(206,210,225)
#D6DBE7
(214,219,231)
#DEE4ED
(222,228,237)
#E6EDF3
(230,237,243)
#EEF6F9
(238,246,249)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #9E9CBD color. Also use rgb(158,156,189) instead hex code.

Text Font Color

.myTextColor { color: #9E9CBD; }

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

This text font color is #9E9CBD.

Background Color

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

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

This div background color is #9E9CBD.

Border color

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

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

This div border color is #9E9CBD.

Opacity

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

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

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

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

This text has shadow with #9E9CBD color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #9E9CBD.

Preview

Color preview on black background

This text has color #9E9CBD on black background.


Color preview on white background

This text has color #9E9CBD on white background.


Black color preview on #9E9CBD background

This text has black color on #9E9CBD background.


White color preview on #9E9CBD background

This text has white color on #9E9CBD background.


Related colors

Complementary color

Complementary color for #hex is #616342.


I love getcolorcode.com

Triadic colors

1 #BD9E9C and #9CBD9E with #9E9CBD are triadic colors.

2 #BD9C9E and #9C9EBD with #9E9CBD are triadic colors.