HEX: #ADAFBE
RGB: (173,175,190)
#ADAFBE contains red, green and blue colors in about the same proportion. Web safe color of #ADAFBE is #9999CC (or #99C).
#ADAFBE color RGB value is (173,175,190).
RGB: (173,175,190)
(68%, 69%, 75%)
R 173 of 255 = 68%
G 175 of 255 = 69%
B 190 of 255 = 75%
R + G + B ~ 71%. #ADAFBE is quite light color.
R + G + B = 173 + 175 + 190 = 538 (100%)
R 173 of 538 ~ 32.16%
G 175 of 538 ~ 32.53%
B 190 of 538 ~ 35.32'%
#ADAFBE color CMYK value is (9,8,0,25).
CMYK: (9,8,0,25) C9M8Y0K25 (9%,8%,0%,25%) (0.09/0.08/0.00/0.25)
Color #ADAFBE in popluar color models
AD | AF | BE | |
---|---|---|---|
RGB | 173 | 175 | 190 |
HSL | 233° | 11.56% | 71.18% |
HSB/HSV | 233° | 8.95% | 74.51% |
CMYK | 8.95% | 7.89% | 0.00% |
25.49% |
Color #ADAFBE in popluar number systems.
HEX | AD | AF | BE |
Decimal | 173 | 175 | 190 |
Binary | 10101101 | 10101111 | 10111110 |
Octal | 255 | 257 | 276 |
Shades of #ADAFBE
Tints of #ADAFBE
Examples of css and html codes for elements with #ADAFBE color. Also use rgb(173,175,190) instead hex code.
.myTextColor { color: #ADAFBE; }
<p style="color:#ADAFBE">This sample text font color is #ADAFBE.</p>
This text font color is #ADAFBE.
.myBgColor { background-color: #ADAFBE; }
<div style="background-color:#ADAFBE">Inner text</div>
This div background color is #ADAFBE.
.myBorderColor { border: 1px solid #ADAFBE; }
<div style="border:3px solid #ADAFBE">Div</div>
This div border color is #ADAFBE.
.myOpacity80 { color: #ADAFBE; opacity: 0.8; }
<p style="color:#ADAFBE;opacity:0.8;">80%</p>
Text with #ADAFBE color and opacity 100% | 80% | 50% | 30%.
.textShadow {text-shadow: 3px 3px 1px #ADAFBE;}
<p style="text-shadow: 3px 3px 1px #ADAFBE">Text here.</p>
This text has shadow with #ADAFBE color.
.textShadow {text-shadow: 3px 3px 1px #ADAFBE', 3px 3px 1px red;}
<p style="text-shadow: 3px 3px 1px #ADAFBE, 5px 5px 20px red">Text here.</p>
This text has shadow with #ADAFBE primary color and red secondary color.
Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#ADAFBE, Direction=45, Strength=4)}
<p style="filter: Shadow(Color=#ADAFBE, Direction=45, Strength=4)">Text</p>
This text has shadow with #ADAFBE and red colors in old Internet Explorer.
/* css code */
.divShadow
{
-moz-box-shadow: 1px 1px 3px 2px #ADAFBE;
-webkit-box-shadow: 1px 1px 3px 2px #ADAFBE;
box-shadow: 1px 1px 3px 2px #ADAFBE;
}
/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #ADAFBE; -webkit-box-shadow: 1px 1px 3px 2px #ADAFBE; box-shadow:1px 1px 3px 2px #ADAFBE;">
Div content here
</div>
This text has color #ADAFBE on black background.
This text has color #ADAFBE on white background.
This text has black color on #ADAFBE background.
This text has white color on #ADAFBE background.
Complementary color for #hex is #525041.