HEX: #ADBE7E
RGB: (173,190,126)
#ADBE7E contains mainly red and green colors. #ADBE7E ‘ nin web güvenlik rengi #99CC66 (ya da #9C6) dir.
#ADBE7E color RGB value is (173,190,126).
RGB: (173,190,126)
(68%, 75%, 49%)
R 173 of 255 = 68%
G 190 of 255 = 75%
B 126 of 255 = 49%
R + G + B ~ 64%. #ADBE7E is quite light color.
R + G + B = 173 + 190 + 126 = 489 (100%)
R 173 of 489 ~ 35.38%
G 190 of 489 ~ 38.85%
B 126 of 489 ~ 25.77'%
#ADBE7E rengi CMYK tonu (9,0,34,25).
CMYK: (9,0,34,25)
C9M0Y34K25 (9%, 0%, 34%, 25%)
(0.09 / 0.00 / 0.34 / 0.25)
Color #ADBE7E in popluar color models
AD | BE | 7E | |
---|---|---|---|
RGB | 173 | 190 | 126 |
HSL | 76° | 32.99% | 61.96% |
HSB/HSV | 76° | 33.68% | 74.51% |
CMYK | 8.95% | 0.00% | 33.68% |
25.49% |
Color #ADBE7E in popluar number systems.
HEX | AD | BE | 7E |
Decimal | 173 | 190 | 126 |
Binary | 10101101 | 10111110 | 1111110 |
Octal | 255 | 276 | 176 |
Shades of #ADBE7E
Tints of #ADBE7E
Examples of css and html codes for elements with #ADBE7E color. Also use rgb(173,190,126) instead hex code.
.myTextColor { color: #ADBE7E; }
<p style="color:#ADBE7E">This sample text font color is #ADBE7E.</p>
This text font color is #ADBE7E.
.myBgColor { background-color: #ADBE7E; }
<div style="background-color:#ADBE7E">Inner text</div>
This div background color is #ADBE7E.
.myBorderColor { border: 1px solid #ADBE7E; }
<div style="border:3px solid #ADBE7E">Div</div>
This div border color is #ADBE7E.
.myOpacity80 { color: #ADBE7E; opacity: 0.8; }
<p style="color:#ADBE7E;opacity:0.8;">80%</p>
Text with #ADBE7E color and opacity 100% | 80% | 50% | 30%.
.textShadow {text-shadow: 3px 3px 1px #ADBE7E;}
<p style="text-shadow: 3px 3px 1px #ADBE7E">Text here.</p>
This text has shadow with #ADBE7E color.
.textShadow {text-shadow: 3px 3px 1px #ADBE7E', 3px 3px 1px red;}
<p style="text-shadow: 3px 3px 1px #ADBE7E, 5px 5px 20px red">Text here.</p>
This text has shadow with #ADBE7E primary color and red secondary color.
Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#ADBE7E, Direction=45, Strength=4)}
<p style="filter: Shadow(Color=#ADBE7E, Direction=45, Strength=4)">Text</p>
This text has shadow with #ADBE7E and red colors in old Internet Explorer.
/* css code */
.divShadow
{
-moz-box-shadow: 1px 1px 3px 2px #ADBE7E;
-webkit-box-shadow: 1px 1px 3px 2px #ADBE7E;
box-shadow: 1px 1px 3px 2px #ADBE7E;
}
/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #ADBE7E; -webkit-box-shadow: 1px 1px 3px 2px #ADBE7E; box-shadow:1px 1px 3px 2px #ADBE7E;">
Div content here
</div>
This text has color #ADBE7E on black background.
This text has color #ADBE7E on white background.
This text has black color on #ADBE7E background.
This text has white color on #ADBE7E background.
Complementary color for #ADBE7E is #524181.