HEX: #76D6DF
RGB: (118,214,223)
#76D6DF contains mainly green and blue colors. Web safe color of #76D6DF is #66CCCC (or #6CC).
#76D6DF color RGB value is (118,214,223).
RGB: (118,214,223)
(46%, 84%, 87%)
R 118 of 255 = 46%
G 214 of 255 = 84%
B 223 of 255 = 87%
R + G + B ~ 72%. #76D6DF is quite light color.
R + G + B = 118 + 214 + 223 = 555 (100%)
R 118 of 555 ~ 21.26%
G 214 of 555 ~ 38.56%
B 223 of 555 ~ 40.18'%
#76D6DF color CMYK value is (47,4,0,13).
CMYK: (47,4,0,13)
C47M4Y0K13 (47%, 4%, 0%, 13%)
(0.47 / 0.04 / 0.00 / 0.13)
Color #76D6DF in popluar color models
76 | D6 | DF | |
---|---|---|---|
RGB | 118 | 214 | 223 |
HSL | 185° | 62.13% | 66.86% |
HSB/HSV | 185° | 47.09% | 87.45% |
CMYK | 47.09% | 4.04% | 0.00% |
12.55% |
Color #76D6DF in popluar number systems.
HEX | 76 | D6 | DF |
Decimal | 118 | 214 | 223 |
Binary | 1110110 | 11010110 | 11011111 |
Octal | 166 | 326 | 337 |
Shades of #76D6DF
Tints of #76D6DF
Examples of css and html codes for elements with #76D6DF color. Also use rgb(118,214,223) instead hex code.
.myTextColor { color: #76D6DF; }
<p style="color:#76D6DF">This sample text font color is #76D6DF.</p>
This text font color is #76D6DF.
.myBgColor { background-color: #76D6DF; }
<div style="background-color:#76D6DF">Inner text</div>
This div background color is #76D6DF.
.myBorderColor { border: 1px solid #76D6DF; }
<div style="border:3px solid #76D6DF">Div</div>
This div border color is #76D6DF.
.myOpacity80 { color: #76D6DF; opacity: 0.8; }
<p style="color:#76D6DF;opacity:0.8;">80%</p>
Text with #76D6DF color and opacity 100% | 80% | 50% | 30%.
.textShadow {text-shadow: 3px 3px 1px #76D6DF;}
<p style="text-shadow: 3px 3px 1px #76D6DF">Text here.</p>
This text has shadow with #76D6DF color.
.textShadow {text-shadow: 3px 3px 1px #76D6DF', 3px 3px 1px red;}
<p style="text-shadow: 3px 3px 1px #76D6DF, 5px 5px 20px red">Text here.</p>
This text has shadow with #76D6DF primary color and red secondary color.
Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#76D6DF, Direction=45, Strength=4)}
<p style="filter: Shadow(Color=#76D6DF, Direction=45, Strength=4)">Text</p>
This text has shadow with #76D6DF and red colors in old Internet Explorer.
/* css code */
.divShadow
{
-moz-box-shadow: 1px 1px 3px 2px #76D6DF;
-webkit-box-shadow: 1px 1px 3px 2px #76D6DF;
box-shadow: 1px 1px 3px 2px #76D6DF;
}
/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #76D6DF; -webkit-box-shadow: 1px 1px 3px 2px #76D6DF; box-shadow:1px 1px 3px 2px #76D6DF;">
Div content here
</div>
This text has color #76D6DF on black background.
This text has color #76D6DF on white background.
This text has black color on #76D6DF background.
This text has white color on #76D6DF background.
Complementary color for #hex is #892920.