HEX: #ADD5B0
RGB: (173,213,176)
#ADD5B0 contains red, green and blue colors in about the same proportion. #ADD5B0 ‘ nin web güvenlik rengi #99CC99 (ya da #9C9) dir.
#ADD5B0 color RGB value is (173,213,176).
RGB: (173,213,176)
(68%, 84%, 69%)
R 173 of 255 = 68%
G 213 of 255 = 84%
B 176 of 255 = 69%
R + G + B ~ 74%. #ADD5B0 is quite light color.
R + G + B = 173 + 213 + 176 = 562 (100%)
R 173 of 562 ~ 30.78%
G 213 of 562 ~ 37.9%
B 176 of 562 ~ 31.32'%
#ADD5B0 rengi CMYK tonu (19,0,17,16).
CMYK: (19,0,17,16)
C19M0Y17K16 (19%, 0%, 17%, 16%)
(0.19 / 0.00 / 0.17 / 0.16)
Color #ADD5B0 in popluar color models
AD | D5 | B0 | |
---|---|---|---|
RGB | 173 | 213 | 176 |
HSL | 125° | 32.26% | 75.69% |
HSB/HSV | 125° | 18.78% | 83.53% |
CMYK | 18.78% | 0.00% | 17.37% |
16.47% |
Color #ADD5B0 in popluar number systems.
HEX | AD | D5 | B0 |
Decimal | 173 | 213 | 176 |
Binary | 10101101 | 11010101 | 10110000 |
Octal | 255 | 325 | 260 |
Shades of #ADD5B0
Tints of #ADD5B0
Examples of css and html codes for elements with #ADD5B0 color. Also use rgb(173,213,176) instead hex code.
.myTextColor { color: #ADD5B0; }
<p style="color:#ADD5B0">This sample text font color is #ADD5B0.</p>
This text font color is #ADD5B0.
.myBgColor { background-color: #ADD5B0; }
<div style="background-color:#ADD5B0">Inner text</div>
This div background color is #ADD5B0.
.myBorderColor { border: 1px solid #ADD5B0; }
<div style="border:3px solid #ADD5B0">Div</div>
This div border color is #ADD5B0.
.myOpacity80 { color: #ADD5B0; opacity: 0.8; }
<p style="color:#ADD5B0;opacity:0.8;">80%</p>
Text with #ADD5B0 color and opacity 100% | 80% | 50% | 30%.
.textShadow {text-shadow: 3px 3px 1px #ADD5B0;}
<p style="text-shadow: 3px 3px 1px #ADD5B0">Text here.</p>
This text has shadow with #ADD5B0 color.
.textShadow {text-shadow: 3px 3px 1px #ADD5B0', 3px 3px 1px red;}
<p style="text-shadow: 3px 3px 1px #ADD5B0, 5px 5px 20px red">Text here.</p>
This text has shadow with #ADD5B0 primary color and red secondary color.
Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#ADD5B0, Direction=45, Strength=4)}
<p style="filter: Shadow(Color=#ADD5B0, Direction=45, Strength=4)">Text</p>
This text has shadow with #ADD5B0 and red colors in old Internet Explorer.
/* css code */
.divShadow
{
-moz-box-shadow: 1px 1px 3px 2px #ADD5B0;
-webkit-box-shadow: 1px 1px 3px 2px #ADD5B0;
box-shadow: 1px 1px 3px 2px #ADD5B0;
}
/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #ADD5B0; -webkit-box-shadow: 1px 1px 3px 2px #ADD5B0; box-shadow:1px 1px 3px 2px #ADD5B0;">
Div content here
</div>
This text has color #ADD5B0 on black background.
This text has color #ADD5B0 on white background.
This text has black color on #ADD5B0 background.
This text has white color on #ADD5B0 background.
Complementary color for #hex is #522A4F.