HEX: #7EDFCA
RGB: (126,223,202)
#7EDFCA contains mainly green and blue colors. Web safe color of #7EDFCA is #66CCCC (or #6CC).
#7EDFCA color RGB value is (126,223,202).
RGB: (126,223,202)
(49%, 87%, 79%)
R 126 of 255 = 49%
G 223 of 255 = 87%
B 202 of 255 = 79%
R + G + B ~ 72%. #7EDFCA is quite light color.
R + G + B = 126 + 223 + 202 = 551 (100%)
R 126 of 551 ~ 22.87%
G 223 of 551 ~ 40.47%
B 202 of 551 ~ 36.66'%
#7EDFCA color CMYK value is (43,0,9,13).
CMYK: (43,0,9,13) C43M0Y9K13 (43%,0%,9%,13%) (0.43/0.00/0.09/0.13)
Color #7EDFCA in popluar color models
7E | DF | CA | |
---|---|---|---|
RGB | 126 | 223 | 202 |
HSL | 167° | 60.25% | 68.43% |
HSB/HSV | 167° | 43.50% | 87.45% |
CMYK | 43.50% | 0.00% | 9.42% |
12.55% |
Color #7EDFCA in popluar number systems.
HEX | 7E | DF | CA |
Decimal | 126 | 223 | 202 |
Binary | 1111110 | 11011111 | 11001010 |
Octal | 176 | 337 | 312 |
Shades of #7EDFCA
Tints of #7EDFCA
Examples of css and html codes for elements with #7EDFCA color. Also use rgb(126,223,202) instead hex code.
.myTextColor { color: #7EDFCA; }
<p style="color:#7EDFCA">This sample text font color is #7EDFCA.</p>
This text font color is #7EDFCA.
.myBgColor { background-color: #7EDFCA; }
<div style="background-color:#7EDFCA">Inner text</div>
This div background color is #7EDFCA.
.myBorderColor { border: 1px solid #7EDFCA; }
<div style="border:3px solid #7EDFCA">Div</div>
This div border color is #7EDFCA.
.myOpacity80 { color: #7EDFCA; opacity: 0.8; }
<p style="color:#7EDFCA;opacity:0.8;">80%</p>
Text with #7EDFCA color and opacity 100% | 80% | 50% | 30%.
.textShadow {text-shadow: 3px 3px 1px #7EDFCA;}
<p style="text-shadow: 3px 3px 1px #7EDFCA">Text here.</p>
This text has shadow with #7EDFCA color.
.textShadow {text-shadow: 3px 3px 1px #7EDFCA', 3px 3px 1px red;}
<p style="text-shadow: 3px 3px 1px #7EDFCA, 5px 5px 20px red">Text here.</p>
This text has shadow with #7EDFCA primary color and red secondary color.
Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#7EDFCA, Direction=45, Strength=4)}
<p style="filter: Shadow(Color=#7EDFCA, Direction=45, Strength=4)">Text</p>
This text has shadow with #7EDFCA and red colors in old Internet Explorer.
/* css code */
.divShadow
{
-moz-box-shadow: 1px 1px 3px 2px #7EDFCA;
-webkit-box-shadow: 1px 1px 3px 2px #7EDFCA;
box-shadow: 1px 1px 3px 2px #7EDFCA;
}
/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #7EDFCA; -webkit-box-shadow: 1px 1px 3px 2px #7EDFCA; box-shadow:1px 1px 3px 2px #7EDFCA;">
Div content here
</div>
This text has color #7EDFCA on black background.
This text has color #7EDFCA on white background.
This text has black color on #7EDFCA background.
This text has white color on #7EDFCA background.
Complementary color for #hex is #812035.