HEX: #8EBEDD
RGB: (142,190,221)
#8EBEDD contains mainly green and blue colors. Web safe color of #8EBEDD is #99CCCC (or #9CC).
#8EBEDD color RGB value is (142,190,221).
RGB: (142,190,221)
(56%, 75%, 87%)
R 142 of 255 = 56%
G 190 of 255 = 75%
B 221 of 255 = 87%
R + G + B ~ 73%. #8EBEDD is quite light color.
R + G + B = 142 + 190 + 221 = 553 (100%)
R 142 of 553 ~ 25.68%
G 190 of 553 ~ 34.36%
B 221 of 553 ~ 39.96'%
#8EBEDD color CMYK value is (36,14,0,13).
CMYK: (36,14,0,13) C36M14Y0K13 (36%,14%,0%,13%) (0.36/0.14/0.00/0.13)
Color #8EBEDD in popluar color models
8E | BE | DD | |
---|---|---|---|
RGB | 142 | 190 | 221 |
HSL | 204° | 53.74% | 71.18% |
HSB/HSV | 204° | 35.75% | 86.67% |
CMYK | 35.75% | 14.03% | 0.00% |
13.33% |
Color #8EBEDD in popluar number systems.
HEX | 8E | BE | DD |
Decimal | 142 | 190 | 221 |
Binary | 10001110 | 10111110 | 11011101 |
Octal | 216 | 276 | 335 |
Shades of #8EBEDD
Tints of #8EBEDD
Examples of css and html codes for elements with #8EBEDD color. Also use rgb(142,190,221) instead hex code.
.myTextColor { color: #8EBEDD; }
<p style="color:#8EBEDD">This sample text font color is #8EBEDD.</p>
This text font color is #8EBEDD.
.myBgColor { background-color: #8EBEDD; }
<div style="background-color:#8EBEDD">Inner text</div>
This div background color is #8EBEDD.
.myBorderColor { border: 1px solid #8EBEDD; }
<div style="border:3px solid #8EBEDD">Div</div>
This div border color is #8EBEDD.
.myOpacity80 { color: #8EBEDD; opacity: 0.8; }
<p style="color:#8EBEDD;opacity:0.8;">80%</p>
Text with #8EBEDD color and opacity 100% | 80% | 50% | 30%.
.textShadow {text-shadow: 3px 3px 1px #8EBEDD;}
<p style="text-shadow: 3px 3px 1px #8EBEDD">Text here.</p>
This text has shadow with #8EBEDD color.
.textShadow {text-shadow: 3px 3px 1px #8EBEDD', 3px 3px 1px red;}
<p style="text-shadow: 3px 3px 1px #8EBEDD, 5px 5px 20px red">Text here.</p>
This text has shadow with #8EBEDD primary color and red secondary color.
Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#8EBEDD, Direction=45, Strength=4)}
<p style="filter: Shadow(Color=#8EBEDD, Direction=45, Strength=4)">Text</p>
This text has shadow with #8EBEDD and red colors in old Internet Explorer.
/* css code */
.divShadow
{
-moz-box-shadow: 1px 1px 3px 2px #8EBEDD;
-webkit-box-shadow: 1px 1px 3px 2px #8EBEDD;
box-shadow: 1px 1px 3px 2px #8EBEDD;
}
/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #8EBEDD; -webkit-box-shadow: 1px 1px 3px 2px #8EBEDD; box-shadow:1px 1px 3px 2px #8EBEDD;">
Div content here
</div>
This text has color #8EBEDD on black background.
This text has color #8EBEDD on white background.
This text has black color on #8EBEDD background.
This text has white color on #8EBEDD background.
Complementary color for #hex is #714122.