HEX: #A5E0BB
RGB: (165,224,187)
#A5E0BB contains red, green and blue colors in about the same proportion. Web safe color of #A5E0BB is #99CCCC (or #9CC).
#A5E0BB color RGB value is (165,224,187).
RGB: (165,224,187)
(65%, 88%, 73%)
R 165 of 255 = 65%
G 224 of 255 = 88%
B 187 of 255 = 73%
R + G + B ~ 75%. #A5E0BB is quite light color.
R + G + B = 165 + 224 + 187 = 576 (100%)
R 165 of 576 ~ 28.65%
G 224 of 576 ~ 38.89%
B 187 of 576 ~ 32.47'%
#A5E0BB color CMYK value is (26,0,17,12).
CMYK: (26,0,17,12)
C26M0Y17K12 (26%, 0%, 17%, 12%)
(0.26 / 0.00 / 0.17 / 0.12)
Color #A5E0BB in popluar color models
A5 | E0 | BB | |
---|---|---|---|
RGB | 165 | 224 | 187 |
HSL | 142° | 48.76% | 76.27% |
HSB/HSV | 142° | 26.34% | 87.84% |
CMYK | 26.34% | 0.00% | 16.52% |
12.16% |
Color #A5E0BB in popluar number systems.
HEX | A5 | E0 | BB |
Decimal | 165 | 224 | 187 |
Binary | 10100101 | 11100000 | 10111011 |
Octal | 245 | 340 | 273 |
Shades of #A5E0BB
Tints of #A5E0BB
Examples of css and html codes for elements with #A5E0BB color. Also use rgb(165,224,187) instead hex code.
.myTextColor { color: #A5E0BB; }
<p style="color:#A5E0BB">This sample text font color is #A5E0BB.</p>
This text font color is #A5E0BB.
.myBgColor { background-color: #A5E0BB; }
<div style="background-color:#A5E0BB">Inner text</div>
This div background color is #A5E0BB.
.myBorderColor { border: 1px solid #A5E0BB; }
<div style="border:3px solid #A5E0BB">Div</div>
This div border color is #A5E0BB.
.myOpacity80 { color: #A5E0BB; opacity: 0.8; }
<p style="color:#A5E0BB;opacity:0.8;">80%</p>
Text with #A5E0BB color and opacity 100% | 80% | 50% | 30%.
.textShadow {text-shadow: 3px 3px 1px #A5E0BB;}
<p style="text-shadow: 3px 3px 1px #A5E0BB">Text here.</p>
This text has shadow with #A5E0BB color.
.textShadow {text-shadow: 3px 3px 1px #A5E0BB', 3px 3px 1px red;}
<p style="text-shadow: 3px 3px 1px #A5E0BB, 5px 5px 20px red">Text here.</p>
This text has shadow with #A5E0BB primary color and red secondary color.
Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#A5E0BB, Direction=45, Strength=4)}
<p style="filter: Shadow(Color=#A5E0BB, Direction=45, Strength=4)">Text</p>
This text has shadow with #A5E0BB and red colors in old Internet Explorer.
/* css code */
.divShadow
{
-moz-box-shadow: 1px 1px 3px 2px #A5E0BB;
-webkit-box-shadow: 1px 1px 3px 2px #A5E0BB;
box-shadow: 1px 1px 3px 2px #A5E0BB;
}
/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #A5E0BB; -webkit-box-shadow: 1px 1px 3px 2px #A5E0BB; box-shadow:1px 1px 3px 2px #A5E0BB;">
Div content here
</div>
This text has color #A5E0BB on black background.
This text has color #A5E0BB on white background.
This text has black color on #A5E0BB background.
This text has white color on #A5E0BB background.
Complementary color for #hex is #5A1F44.