COLOR #9E9CBE

HEX: #9E9CBE
RGB: (158,156,190)

Color info

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

RGB color model

#9E9CBE color RGB value is (158,156,190).

  • red value is 158;
  • green value is 156;
  • blue value is 190.
RGB:
(158,156,190)
(62%,61%,75%)

RGB channels and saturation

R 158 of 255 = 62%
G 156 of 255 = 61%
B 190 of 255 = 75%

158
156
190

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

Portions of RGB colors in percentages

R + G + B =
158 + 156 + 190 = 504 (100%)
R 158 of 504 ~ 31.35%
G 156 of 504 ~ 30.95%
B 190 of 504 ~ 37.7%

%31.35
%30.95
%37.7

CMYK color model

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

  • cyan value is 16.84%
  • magenta value is 17.89%
  • yellow value is 0.00%
  • key color value is 25.49%
CMYK:
(17,18,0,25)
C17M18Y0K25 
(17%,18%,0%,25%)
(0.17/0.18/0.00/0.25)	

CMYK percentages

%16.84
%17.89
%0
%25.49

Codes

Color #9E9CBE in popluar color models

9E9CBE
RGB158156190
HSL244°20.73%67.84%
HSB/HSV244°17.89%74.51%
CMYK16.84%17.89%0.00%
25.49%

Color #9E9CBE in popluar number systems.

HEX9E9CBE
Decimal158156190
Binary100111101001110010111110
Octal236234276

Shades and tints

Shades of #9E9CBE

#9E9CBE
(158,156,190)
#908EAD
(144,142,173)
#82809C
(130,128,156)
#74728B
(116,114,139)
#66647A
(102,100,122)
#585669
(88,86,105)
#4A4858
(74,72,88)
#3C3A47
(60,58,71)
#2E2C36
(46,44,54)
#201E25
(32,30,37)
#121014
(18,16,20)
#000000
(0,0,0)

Tints of #9E9CBE

#9E9CBE
(158,156,190)
#A6A5C3
(166,165,195)
#AEAEC8
(174,174,200)
#B6B7CD
(182,183,205)
#BEC0D2
(190,192,210)
#C6C9D7
(198,201,215)
#CED2DC
(206,210,220)
#D6DBE1
(214,219,225)
#DEE4E6
(222,228,230)
#E6EDEB
(230,237,235)
#EEF6F0
(238,246,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #9E9CBE; }

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

This text font color is #9E9CBE.


Background Color

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

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

This div background color is #9E9CBE.


Border color

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

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

This div border color is #9E9CBE.


Opacity

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

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

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

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

This text has shadow with #9E9CBE color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #9E9CBE on black background.


Color preview on white background

This text has color #9E9CBE on white background.



Black color preview on #9E9CBE background

This text has black color on #9E9CBE background.


White color preview on #9E9CBE background

This text has white color on #9E9CBE background.