HEX: #9EB7DD
RGB: (158,183,221)
#9EB7DD contains mainly green and blue colors. Web safe color of #9EB7DD is #99CCCC (or #9CC).
#9EB7DD color RGB value is (158,183,221).
RGB: (158,183,221)
(62%, 72%, 87%)
R 158 of 255 = 62%
G 183 of 255 = 72%
B 221 of 255 = 87%
R + G + B ~ 74%. #9EB7DD is quite light color.
R + G + B = 158 + 183 + 221 = 562 (100%)
R 158 of 562 ~ 28.11%
G 183 of 562 ~ 32.56%
B 221 of 562 ~ 39.32'%
#9EB7DD color CMYK value is (29,17,0,13).
CMYK: (29,17,0,13)
C29M17Y0K13 (29%, 17%, 0%, 13%)
(0.29 / 0.17 / 0.00 / 0.13)
Color #9EB7DD in popluar color models
9E | B7 | DD | |
---|---|---|---|
RGB | 158 | 183 | 221 |
HSL | 216° | 48.09% | 74.31% |
HSB/HSV | 216° | 28.51% | 86.67% |
CMYK | 28.51% | 17.19% | 0.00% |
13.33% |
Color #9EB7DD in popluar number systems.
HEX | 9E | B7 | DD |
Decimal | 158 | 183 | 221 |
Binary | 10011110 | 10110111 | 11011101 |
Octal | 236 | 267 | 335 |
Shades of #9EB7DD
Tints of #9EB7DD
Examples of css and html codes for elements with #9EB7DD color. Also use rgb(158,183,221) instead hex code.
.myTextColor { color: #9EB7DD; }
<p style="color:#9EB7DD">This sample text font color is #9EB7DD.</p>
This text font color is #9EB7DD.
.myBgColor { background-color: #9EB7DD; }
<div style="background-color:#9EB7DD">Inner text</div>
This div background color is #9EB7DD.
.myBorderColor { border: 1px solid #9EB7DD; }
<div style="border:3px solid #9EB7DD">Div</div>
This div border color is #9EB7DD.
.myOpacity80 { color: #9EB7DD; opacity: 0.8; }
<p style="color:#9EB7DD;opacity:0.8;">80%</p>
Text with #9EB7DD color and opacity 100% | 80% | 50% | 30%.
.textShadow {text-shadow: 3px 3px 1px #9EB7DD;}
<p style="text-shadow: 3px 3px 1px #9EB7DD">Text here.</p>
This text has shadow with #9EB7DD color.
.textShadow {text-shadow: 3px 3px 1px #9EB7DD', 3px 3px 1px red;}
<p style="text-shadow: 3px 3px 1px #9EB7DD, 5px 5px 20px red">Text here.</p>
This text has shadow with #9EB7DD primary color and red secondary color.
Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#9EB7DD, Direction=45, Strength=4)}
<p style="filter: Shadow(Color=#9EB7DD, Direction=45, Strength=4)">Text</p>
This text has shadow with #9EB7DD and red colors in old Internet Explorer.
/* css code */
.divShadow
{
-moz-box-shadow: 1px 1px 3px 2px #9EB7DD;
-webkit-box-shadow: 1px 1px 3px 2px #9EB7DD;
box-shadow: 1px 1px 3px 2px #9EB7DD;
}
/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #9EB7DD; -webkit-box-shadow: 1px 1px 3px 2px #9EB7DD; box-shadow:1px 1px 3px 2px #9EB7DD;">
Div content here
</div>
This text has color #9EB7DD on black background.
This text has color #9EB7DD on white background.
This text has black color on #9EB7DD background.
This text has white color on #9EB7DD background.
Complementary color for #hex is #614822.