HEX: #AFBEDD
RGB: (175,190,221)
#AFBEDD contains red, green and blue colors in about the same proportion. Web safe color of #AFBEDD is #99CCCC (or #9CC).
#AFBEDD color RGB value is (175,190,221).
RGB: (175,190,221)
(69%, 75%, 87%)
R 175 of 255 = 69%
G 190 of 255 = 75%
B 221 of 255 = 87%
R + G + B ~ 77%. #AFBEDD is quite light color.
R + G + B = 175 + 190 + 221 = 586 (100%)
R 175 of 586 ~ 29.86%
G 190 of 586 ~ 32.42%
B 221 of 586 ~ 37.71'%
#AFBEDD color CMYK value is (21,14,0,13).
CMYK: (21,14,0,13) C21M14Y0K13 (21%,14%,0%,13%) (0.21/0.14/0.00/0.13)
Color #AFBEDD in popluar color models
AF | BE | DD | |
---|---|---|---|
RGB | 175 | 190 | 221 |
HSL | 220° | 40.35% | 77.65% |
HSB/HSV | 220° | 20.81% | 86.67% |
CMYK | 20.81% | 14.03% | 0.00% |
13.33% |
Color #AFBEDD in popluar number systems.
HEX | AF | BE | DD |
Decimal | 175 | 190 | 221 |
Binary | 10101111 | 10111110 | 11011101 |
Octal | 257 | 276 | 335 |
Shades of #AFBEDD
Tints of #AFBEDD
Examples of css and html codes for elements with #AFBEDD color. Also use rgb(175,190,221) instead hex code.
.myTextColor { color: #AFBEDD; }
<p style="color:#AFBEDD">This sample text font color is #AFBEDD.</p>
This text font color is #AFBEDD.
.myBgColor { background-color: #AFBEDD; }
<div style="background-color:#AFBEDD">Inner text</div>
This div background color is #AFBEDD.
.myBorderColor { border: 1px solid #AFBEDD; }
<div style="border:3px solid #AFBEDD">Div</div>
This div border color is #AFBEDD.
.myOpacity80 { color: #AFBEDD; opacity: 0.8; }
<p style="color:#AFBEDD;opacity:0.8;">80%</p>
Text with #AFBEDD color and opacity 100% | 80% | 50% | 30%.
.textShadow {text-shadow: 3px 3px 1px #AFBEDD;}
<p style="text-shadow: 3px 3px 1px #AFBEDD">Text here.</p>
This text has shadow with #AFBEDD color.
.textShadow {text-shadow: 3px 3px 1px #AFBEDD', 3px 3px 1px red;}
<p style="text-shadow: 3px 3px 1px #AFBEDD, 5px 5px 20px red">Text here.</p>
This text has shadow with #AFBEDD primary color and red secondary color.
Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#AFBEDD, Direction=45, Strength=4)}
<p style="filter: Shadow(Color=#AFBEDD, Direction=45, Strength=4)">Text</p>
This text has shadow with #AFBEDD and red colors in old Internet Explorer.
/* css code */
.divShadow
{
-moz-box-shadow: 1px 1px 3px 2px #AFBEDD;
-webkit-box-shadow: 1px 1px 3px 2px #AFBEDD;
box-shadow: 1px 1px 3px 2px #AFBEDD;
}
/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #AFBEDD; -webkit-box-shadow: 1px 1px 3px 2px #AFBEDD; box-shadow:1px 1px 3px 2px #AFBEDD;">
Div content here
</div>
This text has color #AFBEDD on black background.
This text has color #AFBEDD on white background.
This text has black color on #AFBEDD background.
This text has white color on #AFBEDD background.
Complementary color for #hex is #504122.