HEX: #AE819B
RGB: (174,129,155)
#AE819B contains red, green and blue colors in about the same proportion. Web safe color of #AE819B is #999999 (or #999).
#AE819B color RGB value is (174,129,155).
RGB: (174,129,155) (68%,51%,61%)
R 174 of 255 = 68%
G 129 of 255 = 51%
B 155 of 255 = 61%
R + G + B ~ 60%. #AE819B is middle color (not dark and not light).
R + G + B =
174 + 129 + 155 = 458 (100%)
R 174 of 458 ~ 37.99%
G 129 of 458 ~ 28.17%
B 155 of 458 ~ 33.84%
#AE819B color CMYK value is (0,26,11,32).
CMYK: (0,26,11,32) C0M26Y11K32 (0%,26%,11%,32%) (0.00/0.26/0.11/0.32)
AE | 81 | 9B | |
---|---|---|---|
RGB | 174 | 129 | 155 |
HSL | 325° | 21.74% | 59.41% |
HSB/HSV | 325° | 25.86% | 68.24% |
CMYK | 0.00% | 25.86% | 10.92% |
31.76% |
HEX | AE | 81 | 9B |
Decimal | 174 | 129 | 155 |
Binary | 10101110 | 10000001 | 10011011 |
Octal | 256 | 201 | 233 |
Examples of css and html codes for elements with #AE819B color. Also use rgb(174,129,155) instead hex code.
.myTextColor { color: #AE819B; }
<p style="color:#AE819B">This sample text font color is #AE819B.</p>
This text font color is #AE819B.
.myBgColor { background-color: #AE819B; }
<div style="background-color:#AE819B">Inner text</div>
This div background color is #AE819B.
.myBorderColor { border: 1px solid #AE819B; }
<div style="border:3px solid #AE819B">Div</div>
This div border color is #AE819B.
.myOpacity80 { color: #AE819B; opacity: 0.8; }
<p style="color:#AE819B;opacity:0.8;">80%</p>
Text with #AE819B color and opacity 100% | 80% | 50% | 30%.
.textShadow {text-shadow: 3px 3px 1px #AE819B;}
<p style="text-shadow: 3px 3px 1px #AE819B">Text here.</p>
This text has shadow with #AE819B color.
.textShadow {text-shadow: 3px 3px 1px #AE819B, 3px 3px 1px red;}
<p style="text-shadow: 3px 3px 1px #AE819B, 5px 5px 20px red">Text here.</p>
This text has shadow with #AE819B primary color and red secondary color.
Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#AE819B, Direction=45, Strength=4)}
<p style="filter: Shadow(Color=#AE819B, Direction=45, Strength=4)">Text</p>
This text has shadow with #AE819B and red colors in old Internet Explorer.
/* css code */ .divShadow { -moz-box-shadow: 1px 1px 3px 2px #AE819B; -webkit-box-shadow: 1px 1px 3px 2px #AE819B; box-shadow: 1px 1px 3px 2px #AE819B; } /* html code with inline style */ <div style="-moz-box-shadow: 1px 1px 3px 2px #AE819B; -webkit-box-shadow: 1px 1px 3px 2px #AE819B; box-shadow:1px 1px 3px 2px #AE819B;">
Div content here</div>
This text has color #AE819B on black background.
This text has color #AE819B on white background.
This text has black color on #AE819B background.
This text has white color on #AE819B background.