HEX: #9E9EBE
RGB: (158,158,190)
#9E9EBE contains red, green and blue colors in about the same proportion. Web safe color of #9E9EBE is #9999CC (or #99C).
#9E9EBE color RGB value is (158,158,190).
RGB: (158,158,190)
(62%, 62%, 75%)
R 158 of 255 = 62%
G 158 of 255 = 62%
B 190 of 255 = 75%
R + G + B ~ 66%. #9E9EBE is quite light color.
R + G + B = 158 + 158 + 190 = 506 (100%)
R 158 of 506 ~ 31.23%
G 158 of 506 ~ 31.23%
B 190 of 506 ~ 37.55'%
#9E9EBE color CMYK value is (17,17,0,25).
CMYK: (17,17,0,25)
C17M17Y0K25 (17%, 17%, 0%, 25%)
(0.17 / 0.17 / 0.00 / 0.25)
Color #9E9EBE in popluar color models
9E | 9E | BE | |
---|---|---|---|
RGB | 158 | 158 | 190 |
HSL | 240° | 19.75% | 68.24% |
HSB/HSV | 240° | 16.84% | 74.51% |
CMYK | 16.84% | 16.84% | 0.00% |
25.49% |
Color #9E9EBE in popluar number systems.
HEX | 9E | 9E | BE |
Decimal | 158 | 158 | 190 |
Binary | 10011110 | 10011110 | 10111110 |
Octal | 236 | 236 | 276 |
Shades of #9E9EBE
Tints of #9E9EBE
Examples of css and html codes for elements with #9E9EBE color. Also use rgb(158,158,190) instead hex code.
.myTextColor { color: #9E9EBE; }
<p style="color:#9E9EBE">This sample text font color is #9E9EBE.</p>
This text font color is #9E9EBE.
.myBgColor { background-color: #9E9EBE; }
<div style="background-color:#9E9EBE">Inner text</div>
This div background color is #9E9EBE.
.myBorderColor { border: 1px solid #9E9EBE; }
<div style="border:3px solid #9E9EBE">Div</div>
This div border color is #9E9EBE.
.myOpacity80 { color: #9E9EBE; opacity: 0.8; }
<p style="color:#9E9EBE;opacity:0.8;">80%</p>
Text with #9E9EBE color and opacity 100% | 80% | 50% | 30%.
.textShadow {text-shadow: 3px 3px 1px #9E9EBE;}
<p style="text-shadow: 3px 3px 1px #9E9EBE">Text here.</p>
This text has shadow with #9E9EBE color.
.textShadow {text-shadow: 3px 3px 1px #9E9EBE', 3px 3px 1px red;}
<p style="text-shadow: 3px 3px 1px #9E9EBE, 5px 5px 20px red">Text here.</p>
This text has shadow with #9E9EBE primary color and red secondary color.
Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#9E9EBE, Direction=45, Strength=4)}
<p style="filter: Shadow(Color=#9E9EBE, Direction=45, Strength=4)">Text</p>
This text has shadow with #9E9EBE and red colors in old Internet Explorer.
/* css code */
.divShadow
{
-moz-box-shadow: 1px 1px 3px 2px #9E9EBE;
-webkit-box-shadow: 1px 1px 3px 2px #9E9EBE;
box-shadow: 1px 1px 3px 2px #9E9EBE;
}
/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #9E9EBE; -webkit-box-shadow: 1px 1px 3px 2px #9E9EBE; box-shadow:1px 1px 3px 2px #9E9EBE;">
Div content here
</div>
This text has color #9E9EBE on black background.
This text has color #9E9EBE on white background.
This text has black color on #9E9EBE background.
This text has white color on #9E9EBE background.