COLOR #9E9BCB

HEX: #9E9BCB
RGB: (158,155,203)

Color info

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

RGB color model

#9E9BCB color RGB value is (158,155,203).

  • red value is 158;
  • green value is 155;
  • blue value is 203.
RGB:
(158,155,203)
(62%,61%,80%)

RGB channels and saturation

R 158 of 255 = 62%
G 155 of 255 = 61%
B 203 of 255 = 80%

158
155
203

R + G + B ~ 68%. #9E9BCB is quite light color.

Portions of RGB colors in percentages

R + G + B =
158 + 155 + 203 = 516 (100%)
R 158 of 516 ~ 30.62%
G 155 of 516 ~ 30.04%
B 203 of 516 ~ 39.34%

%30.62
%30.04
%39.34

CMYK color model

#9E9BCB color CMYK value is (22,24,0,20).

  • cyan value is 22.17%
  • magenta value is 23.65%
  • yellow value is 0.00%
  • key color value is 20.39%
CMYK:
(22,24,0,20)
C22M24Y0K20 
(22%,24%,0%,20%)
(0.22/0.24/0.00/0.20)	

CMYK percentages

%22.17
%23.65
%0
%20.39

Codes

Color #9E9BCB in popluar color models

9E9BCB
RGB158155203
HSL244°31.58%70.20%
HSB/HSV244°23.65%79.61%
CMYK22.17%23.65%0.00%
20.39%

Color #9E9BCB in popluar number systems.

HEX9E9BCB
Decimal158155203
Binary100111101001101111001011
Octal236233313

Shades and tints

Shades of #9E9BCB

#9E9BCB
(158,155,203)
#908DB9
(144,141,185)
#827FA7
(130,127,167)
#747195
(116,113,149)
#666383
(102,99,131)
#585571
(88,85,113)
#4A475F
(74,71,95)
#3C394D
(60,57,77)
#2E2B3B
(46,43,59)
#201D29
(32,29,41)
#120F17
(18,15,23)
#000000
(0,0,0)

Tints of #9E9BCB

#9E9BCB
(158,155,203)
#A6A4CF
(166,164,207)
#AEADD3
(174,173,211)
#B6B6D7
(182,182,215)
#BEBFDB
(190,191,219)
#C6C8DF
(198,200,223)
#CED1E3
(206,209,227)
#D6DAE7
(214,218,231)
#DEE3EB
(222,227,235)
#E6ECEF
(230,236,239)
#EEF5F3
(238,245,243)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #9E9BCB; }

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

This text font color is #9E9BCB.


Background Color

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

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

This div background color is #9E9BCB.


Border color

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

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

This div border color is #9E9BCB.


Opacity

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

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

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

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

This text has shadow with #9E9BCB color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #9E9BCB on black background.


Color preview on white background

This text has color #9E9BCB on white background.



Black color preview on #9E9BCB background

This text has black color on #9E9BCB background.


White color preview on #9E9BCB background

This text has white color on #9E9BCB background.