HEX: #AEB5BB
RGB: (174,181,187)
#AEB5BB contains red, green and blue colors in about the same proportion. Web safe color of #AEB5BB is #99CCCC (or #9CC).
#AEB5BB color RGB value is (174,181,187).
RGB: (174,181,187)
(68%, 71%, 73%)
R 174 of 255 = 68%
G 181 of 255 = 71%
B 187 of 255 = 73%
R + G + B ~ 71%. #AEB5BB is quite light color.
R + G + B = 174 + 181 + 187 = 542 (100%)
R 174 of 542 ~ 32.1%
G 181 of 542 ~ 33.39%
B 187 of 542 ~ 34.5'%
#AEB5BB color CMYK value is (7,3,0,27).
CMYK: (7,3,0,27)
C7M3Y0K27 (7%, 3%, 0%, 27%)
(0.07 / 0.03 / 0.00 / 0.27)
Color #AEB5BB in popluar color models
AE | B5 | BB | |
---|---|---|---|
RGB | 174 | 181 | 187 |
HSL | 208° | 8.72% | 70.78% |
HSB/HSV | 208° | 6.95% | 73.33% |
CMYK | 6.95% | 3.21% | 0.00% |
26.67% |
Color #AEB5BB in popluar number systems.
HEX | AE | B5 | BB |
Decimal | 174 | 181 | 187 |
Binary | 10101110 | 10110101 | 10111011 |
Octal | 256 | 265 | 273 |
Shades of #AEB5BB
Tints of #AEB5BB
Examples of css and html codes for elements with #AEB5BB color. Also use rgb(174,181,187) instead hex code.
.myTextColor { color: #AEB5BB; }
<p style="color:#AEB5BB">This sample text font color is #AEB5BB.</p>
This text font color is #AEB5BB.
.myBgColor { background-color: #AEB5BB; }
<div style="background-color:#AEB5BB">Inner text</div>
This div background color is #AEB5BB.
.myBorderColor { border: 1px solid #AEB5BB; }
<div style="border:3px solid #AEB5BB">Div</div>
This div border color is #AEB5BB.
.myOpacity80 { color: #AEB5BB; opacity: 0.8; }
<p style="color:#AEB5BB;opacity:0.8;">80%</p>
Text with #AEB5BB color and opacity 100% | 80% | 50% | 30%.
.textShadow {text-shadow: 3px 3px 1px #AEB5BB;}
<p style="text-shadow: 3px 3px 1px #AEB5BB">Text here.</p>
This text has shadow with #AEB5BB color.
.textShadow {text-shadow: 3px 3px 1px #AEB5BB', 3px 3px 1px red;}
<p style="text-shadow: 3px 3px 1px #AEB5BB, 5px 5px 20px red">Text here.</p>
This text has shadow with #AEB5BB primary color and red secondary color.
Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#AEB5BB, Direction=45, Strength=4)}
<p style="filter: Shadow(Color=#AEB5BB, Direction=45, Strength=4)">Text</p>
This text has shadow with #AEB5BB and red colors in old Internet Explorer.
/* css code */
.divShadow
{
-moz-box-shadow: 1px 1px 3px 2px #AEB5BB;
-webkit-box-shadow: 1px 1px 3px 2px #AEB5BB;
box-shadow: 1px 1px 3px 2px #AEB5BB;
}
/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #AEB5BB; -webkit-box-shadow: 1px 1px 3px 2px #AEB5BB; box-shadow:1px 1px 3px 2px #AEB5BB;">
Div content here
</div>
This text has color #AEB5BB on black background.
This text has color #AEB5BB on white background.
This text has black color on #AEB5BB background.
This text has white color on #AEB5BB background.
Complementary color for #hex is #514A44.