COLOR #9E9CB6

HEX: #9E9CB6
RGB: (158,156,182)

Color info

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

RGB color model

#9E9CB6 color RGB value is (158,156,182).

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

RGB channels and saturation

R 158 of 255 = 62%
G 156 of 255 = 61%
B 182 of 255 = 71%

158
156
182

R + G + B ~ 65%. #9E9CB6 is quite light color.

Portions of RGB colors in percentages

R + G + B =
158 + 156 + 182 = 496 (100%)
R 158 of 496 ~ 31.85%
G 156 of 496 ~ 31.45%
B 182 of 496 ~ 36.69%

%31.85
%31.45
%36.69

CMYK color model

#9E9CB6 color CMYK value is (13,14,0,29).

  • cyan value is 13.19%
  • magenta value is 14.29%
  • yellow value is 0.00%
  • key color value is 28.63%
CMYK:
(13,14,0,29)
C13M14Y0K29 
(13%,14%,0%,29%)
(0.13/0.14/0.00/0.29)	

CMYK percentages

%13.19
%14.29
%0
%28.63

Codes

Color #9E9CB6 in popluar color models

9E9CB6
RGB158156182
HSL245°15.12%66.27%
HSB/HSV245°14.29%71.37%
CMYK13.19%14.29%0.00%
28.63%

Color #9E9CB6 in popluar number systems.

HEX9E9CB6
Decimal158156182
Binary100111101001110010110110
Octal236234266

Shades and tints

Shades of #9E9CB6

#9E9CB6
(158,156,182)
#908EA6
(144,142,166)
#828096
(130,128,150)
#747286
(116,114,134)
#666476
(102,100,118)
#585666
(88,86,102)
#4A4856
(74,72,86)
#3C3A46
(60,58,70)
#2E2C36
(46,44,54)
#201E26
(32,30,38)
#121016
(18,16,22)
#000000
(0,0,0)

Tints of #9E9CB6

#9E9CB6
(158,156,182)
#A6A5BC
(166,165,188)
#AEAEC2
(174,174,194)
#B6B7C8
(182,183,200)
#BEC0CE
(190,192,206)
#C6C9D4
(198,201,212)
#CED2DA
(206,210,218)
#D6DBE0
(214,219,224)
#DEE4E6
(222,228,230)
#E6EDEC
(230,237,236)
#EEF6F2
(238,246,242)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #9E9CB6; }

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

This text font color is #9E9CB6.


Background Color

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

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

This div background color is #9E9CB6.


Border color

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

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

This div border color is #9E9CB6.


Opacity

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

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

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

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

This text has shadow with #9E9CB6 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #9E9CB6 on black background.


Color preview on white background

This text has color #9E9CB6 on white background.



Black color preview on #9E9CB6 background

This text has black color on #9E9CB6 background.


White color preview on #9E9CB6 background

This text has white color on #9E9CB6 background.