HEX: #7ED0EF
RGB: (126,208,239)
#7ED0EF contains mainly green and blue colors. Web safe color of #7ED0EF is #66CCFF (or #6CF).
#7ED0EF color RGB value is (126,208,239).
RGB: (126,208,239)
(49%, 82%, 94%)
R 126 of 255 = 49%
G 208 of 255 = 82%
B 239 of 255 = 94%
R + G + B ~ 75%. #7ED0EF is quite light color.
R + G + B = 126 + 208 + 239 = 573 (100%)
R 126 of 573 ~ 21.99%
G 208 of 573 ~ 36.3%
B 239 of 573 ~ 41.71'%
#7ED0EF color CMYK value is (47,13,0,6).
CMYK: (47,13,0,6)
C47M13Y0K6 (47%, 13%, 0%, 6%)
(0.47 / 0.13 / 0.00 / 0.06)
Color #7ED0EF in popluar color models
7E | D0 | EF | |
---|---|---|---|
RGB | 126 | 208 | 239 |
HSL | 196° | 77.93% | 71.57% |
HSB/HSV | 196° | 47.28% | 93.73% |
CMYK | 47.28% | 12.97% | 0.00% |
6.27% |
Color #7ED0EF in popluar number systems.
HEX | 7E | D0 | EF |
Decimal | 126 | 208 | 239 |
Binary | 1111110 | 11010000 | 11101111 |
Octal | 176 | 320 | 357 |
Shades of #7ED0EF
Tints of #7ED0EF
Examples of css and html codes for elements with #7ED0EF color. Also use rgb(126,208,239) instead hex code.
.myTextColor { color: #7ED0EF; }
<p style="color:#7ED0EF">This sample text font color is #7ED0EF.</p>
This text font color is #7ED0EF.
.myBgColor { background-color: #7ED0EF; }
<div style="background-color:#7ED0EF">Inner text</div>
This div background color is #7ED0EF.
.myBorderColor { border: 1px solid #7ED0EF; }
<div style="border:3px solid #7ED0EF">Div</div>
This div border color is #7ED0EF.
.myOpacity80 { color: #7ED0EF; opacity: 0.8; }
<p style="color:#7ED0EF;opacity:0.8;">80%</p>
Text with #7ED0EF color and opacity 100% | 80% | 50% | 30%.
.textShadow {text-shadow: 3px 3px 1px #7ED0EF;}
<p style="text-shadow: 3px 3px 1px #7ED0EF">Text here.</p>
This text has shadow with #7ED0EF color.
.textShadow {text-shadow: 3px 3px 1px #7ED0EF', 3px 3px 1px red;}
<p style="text-shadow: 3px 3px 1px #7ED0EF, 5px 5px 20px red">Text here.</p>
This text has shadow with #7ED0EF primary color and red secondary color.
Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#7ED0EF, Direction=45, Strength=4)}
<p style="filter: Shadow(Color=#7ED0EF, Direction=45, Strength=4)">Text</p>
This text has shadow with #7ED0EF and red colors in old Internet Explorer.
/* css code */
.divShadow
{
-moz-box-shadow: 1px 1px 3px 2px #7ED0EF;
-webkit-box-shadow: 1px 1px 3px 2px #7ED0EF;
box-shadow: 1px 1px 3px 2px #7ED0EF;
}
/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #7ED0EF; -webkit-box-shadow: 1px 1px 3px 2px #7ED0EF; box-shadow:1px 1px 3px 2px #7ED0EF;">
Div content here
</div>
This text has color #7ED0EF on black background.
This text has color #7ED0EF on white background.
This text has black color on #7ED0EF background.
This text has white color on #7ED0EF background.
Complementary color for #hex is #812F10.