HEX: #AEBECB
RGB: (174,190,203)
#AEBECB contains red, green and blue colors in about the same proportion. Web safe color of #AEBECB is #99CCCC (or #9CC).
#AEBECB color RGB value is (174,190,203).
RGB: (174,190,203)
(68%, 75%, 80%)
R 174 of 255 = 68%
G 190 of 255 = 75%
B 203 of 255 = 80%
R + G + B ~ 74%. #AEBECB is quite light color.
R + G + B = 174 + 190 + 203 = 567 (100%)
R 174 of 567 ~ 30.69%
G 190 of 567 ~ 33.51%
B 203 of 567 ~ 35.8'%
#AEBECB color CMYK value is (14,6,0,20).
CMYK: (14,6,0,20)
C14M6Y0K20 (14%, 6%, 0%, 20%)
(0.14 / 0.06 / 0.00 / 0.20)
Color #AEBECB in popluar color models
AE | BE | CB | |
---|---|---|---|
RGB | 174 | 190 | 203 |
HSL | 207° | 21.80% | 73.92% |
HSB/HSV | 207° | 14.29% | 79.61% |
CMYK | 14.29% | 6.40% | 0.00% |
20.39% |
Color #AEBECB in popluar number systems.
HEX | AE | BE | CB |
Decimal | 174 | 190 | 203 |
Binary | 10101110 | 10111110 | 11001011 |
Octal | 256 | 276 | 313 |
Shades of #AEBECB
Tints of #AEBECB
Examples of css and html codes for elements with #AEBECB color. Also use rgb(174,190,203) instead hex code.
.myTextColor { color: #AEBECB; }
<p style="color:#AEBECB">This sample text font color is #AEBECB.</p>
This text font color is #AEBECB.
.myBgColor { background-color: #AEBECB; }
<div style="background-color:#AEBECB">Inner text</div>
This div background color is #AEBECB.
.myBorderColor { border: 1px solid #AEBECB; }
<div style="border:3px solid #AEBECB">Div</div>
This div border color is #AEBECB.
.myOpacity80 { color: #AEBECB; opacity: 0.8; }
<p style="color:#AEBECB;opacity:0.8;">80%</p>
Text with #AEBECB color and opacity 100% | 80% | 50% | 30%.
.textShadow {text-shadow: 3px 3px 1px #AEBECB;}
<p style="text-shadow: 3px 3px 1px #AEBECB">Text here.</p>
This text has shadow with #AEBECB color.
.textShadow {text-shadow: 3px 3px 1px #AEBECB', 3px 3px 1px red;}
<p style="text-shadow: 3px 3px 1px #AEBECB, 5px 5px 20px red">Text here.</p>
This text has shadow with #AEBECB primary color and red secondary color.
Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#AEBECB, Direction=45, Strength=4)}
<p style="filter: Shadow(Color=#AEBECB, Direction=45, Strength=4)">Text</p>
This text has shadow with #AEBECB and red colors in old Internet Explorer.
/* css code */
.divShadow
{
-moz-box-shadow: 1px 1px 3px 2px #AEBECB;
-webkit-box-shadow: 1px 1px 3px 2px #AEBECB;
box-shadow: 1px 1px 3px 2px #AEBECB;
}
/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #AEBECB; -webkit-box-shadow: 1px 1px 3px 2px #AEBECB; box-shadow:1px 1px 3px 2px #AEBECB;">
Div content here
</div>
This text has color #AEBECB on black background.
This text has color #AEBECB on white background.
This text has black color on #AEBECB background.
This text has white color on #AEBECB background.
Complementary color for #hex is #514134.