HEX: #7DD3DE
RGB: (125,211,222)
#7DD3DE contains mainly green and blue colors. Web safe color of #7DD3DE is #66CCCC (or #6CC).
#7DD3DE color RGB value is (125,211,222).
RGB: (125,211,222)
(49%, 83%, 87%)
R 125 of 255 = 49%
G 211 of 255 = 83%
B 222 of 255 = 87%
R + G + B ~ 73%. #7DD3DE is quite light color.
R + G + B = 125 + 211 + 222 = 558 (100%)
R 125 of 558 ~ 22.4%
G 211 of 558 ~ 37.81%
B 222 of 558 ~ 39.78'%
#7DD3DE color CMYK value is (44,5,0,13).
CMYK: (44,5,0,13)
C44M5Y0K13 (44%, 5%, 0%, 13%)
(0.44 / 0.05 / 0.00 / 0.13)
Color #7DD3DE in popluar color models
7D | D3 | DE | |
---|---|---|---|
RGB | 125 | 211 | 222 |
HSL | 187° | 59.51% | 68.04% |
HSB/HSV | 187° | 43.69% | 87.06% |
CMYK | 43.69% | 4.95% | 0.00% |
12.94% |
Color #7DD3DE in popluar number systems.
HEX | 7D | D3 | DE |
Decimal | 125 | 211 | 222 |
Binary | 1111101 | 11010011 | 11011110 |
Octal | 175 | 323 | 336 |
Shades of #7DD3DE
Tints of #7DD3DE
Examples of css and html codes for elements with #7DD3DE color. Also use rgb(125,211,222) instead hex code.
.myTextColor { color: #7DD3DE; }
<p style="color:#7DD3DE">This sample text font color is #7DD3DE.</p>
This text font color is #7DD3DE.
.myBgColor { background-color: #7DD3DE; }
<div style="background-color:#7DD3DE">Inner text</div>
This div background color is #7DD3DE.
.myBorderColor { border: 1px solid #7DD3DE; }
<div style="border:3px solid #7DD3DE">Div</div>
This div border color is #7DD3DE.
.myOpacity80 { color: #7DD3DE; opacity: 0.8; }
<p style="color:#7DD3DE;opacity:0.8;">80%</p>
Text with #7DD3DE color and opacity 100% | 80% | 50% | 30%.
.textShadow {text-shadow: 3px 3px 1px #7DD3DE;}
<p style="text-shadow: 3px 3px 1px #7DD3DE">Text here.</p>
This text has shadow with #7DD3DE color.
.textShadow {text-shadow: 3px 3px 1px #7DD3DE', 3px 3px 1px red;}
<p style="text-shadow: 3px 3px 1px #7DD3DE, 5px 5px 20px red">Text here.</p>
This text has shadow with #7DD3DE primary color and red secondary color.
Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#7DD3DE, Direction=45, Strength=4)}
<p style="filter: Shadow(Color=#7DD3DE, Direction=45, Strength=4)">Text</p>
This text has shadow with #7DD3DE and red colors in old Internet Explorer.
/* css code */
.divShadow
{
-moz-box-shadow: 1px 1px 3px 2px #7DD3DE;
-webkit-box-shadow: 1px 1px 3px 2px #7DD3DE;
box-shadow: 1px 1px 3px 2px #7DD3DE;
}
/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #7DD3DE; -webkit-box-shadow: 1px 1px 3px 2px #7DD3DE; box-shadow:1px 1px 3px 2px #7DD3DE;">
Div content here
</div>
This text has color #7DD3DE on black background.
This text has color #7DD3DE on white background.
This text has black color on #7DD3DE background.
This text has white color on #7DD3DE background.
Complementary color for #hex is #822C21.