HEX: #7ED5CC
RGB: (126,213,204)
#7ED5CC contains mainly green and blue colors. Web safe color of #7ED5CC is #66CCCC (or #6CC).
#7ED5CC color RGB value is (126,213,204).
RGB: (126,213,204)
(49%, 84%, 80%)
R 126 of 255 = 49%
G 213 of 255 = 84%
B 204 of 255 = 80%
R + G + B ~ 71%. #7ED5CC is quite light color.
R + G + B = 126 + 213 + 204 = 543 (100%)
R 126 of 543 ~ 23.2%
G 213 of 543 ~ 39.23%
B 204 of 543 ~ 37.57'%
#7ED5CC color CMYK value is (41,0,4,16).
CMYK: (41,0,4,16) C41M0Y4K16 (41%,0%,4%,16%) (0.41/0.00/0.04/0.16)
Color #7ED5CC in popluar color models
7E | D5 | CC | |
---|---|---|---|
RGB | 126 | 213 | 204 |
HSL | 174° | 50.88% | 66.47% |
HSB/HSV | 174° | 40.85% | 83.53% |
CMYK | 40.85% | 0.00% | 4.23% |
16.47% |
Color #7ED5CC in popluar number systems.
HEX | 7E | D5 | CC |
Decimal | 126 | 213 | 204 |
Binary | 1111110 | 11010101 | 11001100 |
Octal | 176 | 325 | 314 |
Shades of #7ED5CC
Tints of #7ED5CC
Examples of css and html codes for elements with #7ED5CC color. Also use rgb(126,213,204) instead hex code.
.myTextColor { color: #7ED5CC; }
<p style="color:#7ED5CC">This sample text font color is #7ED5CC.</p>
This text font color is #7ED5CC.
.myBgColor { background-color: #7ED5CC; }
<div style="background-color:#7ED5CC">Inner text</div>
This div background color is #7ED5CC.
.myBorderColor { border: 1px solid #7ED5CC; }
<div style="border:3px solid #7ED5CC">Div</div>
This div border color is #7ED5CC.
.myOpacity80 { color: #7ED5CC; opacity: 0.8; }
<p style="color:#7ED5CC;opacity:0.8;">80%</p>
Text with #7ED5CC color and opacity 100% | 80% | 50% | 30%.
.textShadow {text-shadow: 3px 3px 1px #7ED5CC;}
<p style="text-shadow: 3px 3px 1px #7ED5CC">Text here.</p>
This text has shadow with #7ED5CC color.
.textShadow {text-shadow: 3px 3px 1px #7ED5CC', 3px 3px 1px red;}
<p style="text-shadow: 3px 3px 1px #7ED5CC, 5px 5px 20px red">Text here.</p>
This text has shadow with #7ED5CC primary color and red secondary color.
Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#7ED5CC, Direction=45, Strength=4)}
<p style="filter: Shadow(Color=#7ED5CC, Direction=45, Strength=4)">Text</p>
This text has shadow with #7ED5CC and red colors in old Internet Explorer.
/* css code */
.divShadow
{
-moz-box-shadow: 1px 1px 3px 2px #7ED5CC;
-webkit-box-shadow: 1px 1px 3px 2px #7ED5CC;
box-shadow: 1px 1px 3px 2px #7ED5CC;
}
/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #7ED5CC; -webkit-box-shadow: 1px 1px 3px 2px #7ED5CC; box-shadow:1px 1px 3px 2px #7ED5CC;">
Div content here
</div>
This text has color #7ED5CC on black background.
This text has color #7ED5CC on white background.
This text has black color on #7ED5CC background.
This text has white color on #7ED5CC background.
Complementary color for #hex is #812A33.