HEX: #99EEDD
RGB: (153,238,221)
#99EEDD contains mainly green and blue colors. Web safe color of #99EEDD is #99FFCC (or #9FC).
#99EEDD color RGB value is (153,238,221).
RGB: (153,238,221)
(60%, 93%, 87%)
R 153 of 255 = 60%
G 238 of 255 = 93%
B 221 of 255 = 87%
R + G + B ~ 80%. #99EEDD is quite light color.
R + G + B = 153 + 238 + 221 = 612 (100%)
R 153 of 612 ~ 25%
G 238 of 612 ~ 38.89%
B 221 of 612 ~ 36.11'%
#99EEDD color CMYK value is (36,0,7,7).
CMYK: (36,0,7,7)
C36M0Y7K7 (36%, 0%, 7%, 7%)
(0.36 / 0.00 / 0.07 / 0.07)
Color #99EEDD in popluar color models
99 | EE | DD | |
---|---|---|---|
RGB | 153 | 238 | 221 |
HSL | 168° | 71.43% | 76.67% |
HSB/HSV | 168° | 35.71% | 93.33% |
CMYK | 35.71% | 0.00% | 7.14% |
6.67% |
Color #99EEDD in popluar number systems.
HEX | 99 | EE | DD |
Decimal | 153 | 238 | 221 |
Binary | 10011001 | 11101110 | 11011101 |
Octal | 231 | 356 | 335 |
Shades of #99EEDD
Tints of #99EEDD
Examples of css and html codes for elements with #99EEDD color. Also use rgb(153,238,221) instead hex code.
.myTextColor { color: #99EEDD; }
<p style="color:#99EEDD">This sample text font color is #99EEDD.</p>
This text font color is #99EEDD.
.myBgColor { background-color: #99EEDD; }
<div style="background-color:#99EEDD">Inner text</div>
This div background color is #99EEDD.
.myBorderColor { border: 1px solid #99EEDD; }
<div style="border:3px solid #99EEDD">Div</div>
This div border color is #99EEDD.
.myOpacity80 { color: #99EEDD; opacity: 0.8; }
<p style="color:#99EEDD;opacity:0.8;">80%</p>
Text with #99EEDD color and opacity 100% | 80% | 50% | 30%.
.textShadow {text-shadow: 3px 3px 1px #99EEDD;}
<p style="text-shadow: 3px 3px 1px #99EEDD">Text here.</p>
This text has shadow with #99EEDD color.
.textShadow {text-shadow: 3px 3px 1px #99EEDD', 3px 3px 1px red;}
<p style="text-shadow: 3px 3px 1px #99EEDD, 5px 5px 20px red">Text here.</p>
This text has shadow with #99EEDD primary color and red secondary color.
Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#99EEDD, Direction=45, Strength=4)}
<p style="filter: Shadow(Color=#99EEDD, Direction=45, Strength=4)">Text</p>
This text has shadow with #99EEDD and red colors in old Internet Explorer.
/* css code */
.divShadow
{
-moz-box-shadow: 1px 1px 3px 2px #99EEDD;
-webkit-box-shadow: 1px 1px 3px 2px #99EEDD;
box-shadow: 1px 1px 3px 2px #99EEDD;
}
/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #99EEDD; -webkit-box-shadow: 1px 1px 3px 2px #99EEDD; box-shadow:1px 1px 3px 2px #99EEDD;">
Div content here
</div>
This text has color #99EEDD on black background.
This text has color #99EEDD on white background.
This text has black color on #99EEDD background.
This text has white color on #99EEDD background.
Complementary color for #hex is #661122.