HEX: #ACEDB7
RGB: (172,237,183)
#ACEDB7 contains mainly green and blue colors. Web safe color of #ACEDB7 is #99FFCC (or #9FC).
#ACEDB7 color RGB value is (172,237,183).
RGB: (172,237,183)
(67%, 93%, 72%)
R 172 of 255 = 67%
G 237 of 255 = 93%
B 183 of 255 = 72%
R + G + B ~ 77%. #ACEDB7 is quite light color.
R + G + B = 172 + 237 + 183 = 592 (100%)
R 172 of 592 ~ 29.05%
G 237 of 592 ~ 40.03%
B 183 of 592 ~ 30.91'%
#ACEDB7 color CMYK value is (27,0,23,7).
CMYK: (27,0,23,7)
C27M0Y23K7 (27%, 0%, 23%, 7%)
(0.27 / 0.00 / 0.23 / 0.07)
Color #ACEDB7 in popluar color models
AC | ED | B7 | |
---|---|---|---|
RGB | 172 | 237 | 183 |
HSL | 130° | 64.36% | 80.20% |
HSB/HSV | 130° | 27.43% | 92.94% |
CMYK | 27.43% | 0.00% | 22.78% |
7.06% |
Color #ACEDB7 in popluar number systems.
HEX | AC | ED | B7 |
Decimal | 172 | 237 | 183 |
Binary | 10101100 | 11101101 | 10110111 |
Octal | 254 | 355 | 267 |
Shades of #ACEDB7
Tints of #ACEDB7
Examples of css and html codes for elements with #ACEDB7 color. Also use rgb(172,237,183) instead hex code.
.myTextColor { color: #ACEDB7; }
<p style="color:#ACEDB7">This sample text font color is #ACEDB7.</p>
This text font color is #ACEDB7.
.myBgColor { background-color: #ACEDB7; }
<div style="background-color:#ACEDB7">Inner text</div>
This div background color is #ACEDB7.
.myBorderColor { border: 1px solid #ACEDB7; }
<div style="border:3px solid #ACEDB7">Div</div>
This div border color is #ACEDB7.
.myOpacity80 { color: #ACEDB7; opacity: 0.8; }
<p style="color:#ACEDB7;opacity:0.8;">80%</p>
Text with #ACEDB7 color and opacity 100% | 80% | 50% | 30%.
.textShadow {text-shadow: 3px 3px 1px #ACEDB7;}
<p style="text-shadow: 3px 3px 1px #ACEDB7">Text here.</p>
This text has shadow with #ACEDB7 color.
.textShadow {text-shadow: 3px 3px 1px #ACEDB7', 3px 3px 1px red;}
<p style="text-shadow: 3px 3px 1px #ACEDB7, 5px 5px 20px red">Text here.</p>
This text has shadow with #ACEDB7 primary color and red secondary color.
Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#ACEDB7, Direction=45, Strength=4)}
<p style="filter: Shadow(Color=#ACEDB7, Direction=45, Strength=4)">Text</p>
This text has shadow with #ACEDB7 and red colors in old Internet Explorer.
/* css code */
.divShadow
{
-moz-box-shadow: 1px 1px 3px 2px #ACEDB7;
-webkit-box-shadow: 1px 1px 3px 2px #ACEDB7;
box-shadow: 1px 1px 3px 2px #ACEDB7;
}
/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #ACEDB7; -webkit-box-shadow: 1px 1px 3px 2px #ACEDB7; box-shadow:1px 1px 3px 2px #ACEDB7;">
Div content here
</div>
This text has color #ACEDB7 on black background.
This text has color #ACEDB7 on white background.
This text has black color on #ACEDB7 background.
This text has white color on #ACEDB7 background.
Complementary color for #hex is #531248.