HEX: #A5D1AD
RGB: (165,209,173)
#A5D1AD contains red, green and blue colors in about the same proportion. Web safe color of #A5D1AD is #99CC99 (or #9C9).
#A5D1AD color RGB value is (165,209,173).
RGB: (165,209,173)
(65%, 82%, 68%)
R 165 of 255 = 65%
G 209 of 255 = 82%
B 173 of 255 = 68%
R + G + B ~ 72%. #A5D1AD is quite light color.
R + G + B = 165 + 209 + 173 = 547 (100%)
R 165 of 547 ~ 30.16%
G 209 of 547 ~ 38.21%
B 173 of 547 ~ 31.63'%
#A5D1AD color CMYK value is (21,0,17,18).
CMYK: (21,0,17,18) C21M0Y17K18 (21%,0%,17%,18%) (0.21/0.00/0.17/0.18)
Color #A5D1AD in popluar color models
A5 | D1 | AD | |
---|---|---|---|
RGB | 165 | 209 | 173 |
HSL | 131° | 32.35% | 73.33% |
HSB/HSV | 131° | 21.05% | 81.96% |
CMYK | 21.05% | 0.00% | 17.22% |
18.04% |
Color #A5D1AD in popluar number systems.
HEX | A5 | D1 | AD |
Decimal | 165 | 209 | 173 |
Binary | 10100101 | 11010001 | 10101101 |
Octal | 245 | 321 | 255 |
Shades of #A5D1AD
Tints of #A5D1AD
Examples of css and html codes for elements with #A5D1AD color. Also use rgb(165,209,173) instead hex code.
.myTextColor { color: #A5D1AD; }
<p style="color:#A5D1AD">This sample text font color is #A5D1AD.</p>
This text font color is #A5D1AD.
.myBgColor { background-color: #A5D1AD; }
<div style="background-color:#A5D1AD">Inner text</div>
This div background color is #A5D1AD.
.myBorderColor { border: 1px solid #A5D1AD; }
<div style="border:3px solid #A5D1AD">Div</div>
This div border color is #A5D1AD.
.myOpacity80 { color: #A5D1AD; opacity: 0.8; }
<p style="color:#A5D1AD;opacity:0.8;">80%</p>
Text with #A5D1AD color and opacity 100% | 80% | 50% | 30%.
.textShadow {text-shadow: 3px 3px 1px #A5D1AD;}
<p style="text-shadow: 3px 3px 1px #A5D1AD">Text here.</p>
This text has shadow with #A5D1AD color.
.textShadow {text-shadow: 3px 3px 1px #A5D1AD', 3px 3px 1px red;}
<p style="text-shadow: 3px 3px 1px #A5D1AD, 5px 5px 20px red">Text here.</p>
This text has shadow with #A5D1AD primary color and red secondary color.
Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#A5D1AD, Direction=45, Strength=4)}
<p style="filter: Shadow(Color=#A5D1AD, Direction=45, Strength=4)">Text</p>
This text has shadow with #A5D1AD and red colors in old Internet Explorer.
/* css code */
.divShadow
{
-moz-box-shadow: 1px 1px 3px 2px #A5D1AD;
-webkit-box-shadow: 1px 1px 3px 2px #A5D1AD;
box-shadow: 1px 1px 3px 2px #A5D1AD;
}
/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #A5D1AD; -webkit-box-shadow: 1px 1px 3px 2px #A5D1AD; box-shadow:1px 1px 3px 2px #A5D1AD;">
Div content here
</div>
This text has color #A5D1AD on black background.
This text has color #A5D1AD on white background.
This text has black color on #A5D1AD background.
This text has white color on #A5D1AD background.
Complementary color for #hex is #5A2E52.