HEX: #AE96BE
RGB: (174,150,190)
#AE96BE contains red, green and blue colors in about the same proportion. Web safe color of #AE96BE is #9999CC (or #99C).
#AE96BE color RGB value is (174,150,190).
RGB: (174,150,190)
(68%, 59%, 75%)
R 174 of 255 = 68%
G 150 of 255 = 59%
B 190 of 255 = 75%
R + G + B ~ 67%. #AE96BE is quite light color.
R + G + B = 174 + 150 + 190 = 514 (100%)
R 174 of 514 ~ 33.85%
G 150 of 514 ~ 29.18%
B 190 of 514 ~ 36.96'%
#AE96BE color CMYK value is (8,21,0,25).
CMYK: (8,21,0,25)
C8M21Y0K25 (8%, 21%, 0%, 25%)
(0.08 / 0.21 / 0.00 / 0.25)
Color #AE96BE in popluar color models
AE | 96 | BE | |
---|---|---|---|
RGB | 174 | 150 | 190 |
HSL | 276° | 23.53% | 66.67% |
HSB/HSV | 276° | 21.05% | 74.51% |
CMYK | 8.42% | 21.05% | 0.00% |
25.49% |
Color #AE96BE in popluar number systems.
HEX | AE | 96 | BE |
Decimal | 174 | 150 | 190 |
Binary | 10101110 | 10010110 | 10111110 |
Octal | 256 | 226 | 276 |
Shades of #AE96BE
Tints of #AE96BE
Examples of css and html codes for elements with #AE96BE color. Also use rgb(174,150,190) instead hex code.
.myTextColor { color: #AE96BE; }
<p style="color:#AE96BE">This sample text font color is #AE96BE.</p>
This text font color is #AE96BE.
.myBgColor { background-color: #AE96BE; }
<div style="background-color:#AE96BE">Inner text</div>
This div background color is #AE96BE.
.myBorderColor { border: 1px solid #AE96BE; }
<div style="border:3px solid #AE96BE">Div</div>
This div border color is #AE96BE.
.myOpacity80 { color: #AE96BE; opacity: 0.8; }
<p style="color:#AE96BE;opacity:0.8;">80%</p>
Text with #AE96BE color and opacity 100% | 80% | 50% | 30%.
.textShadow {text-shadow: 3px 3px 1px #AE96BE;}
<p style="text-shadow: 3px 3px 1px #AE96BE">Text here.</p>
This text has shadow with #AE96BE color.
.textShadow {text-shadow: 3px 3px 1px #AE96BE', 3px 3px 1px red;}
<p style="text-shadow: 3px 3px 1px #AE96BE, 5px 5px 20px red">Text here.</p>
This text has shadow with #AE96BE primary color and red secondary color.
Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#AE96BE, Direction=45, Strength=4)}
<p style="filter: Shadow(Color=#AE96BE, Direction=45, Strength=4)">Text</p>
This text has shadow with #AE96BE and red colors in old Internet Explorer.
/* css code */
.divShadow
{
-moz-box-shadow: 1px 1px 3px 2px #AE96BE;
-webkit-box-shadow: 1px 1px 3px 2px #AE96BE;
box-shadow: 1px 1px 3px 2px #AE96BE;
}
/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #AE96BE; -webkit-box-shadow: 1px 1px 3px 2px #AE96BE; box-shadow:1px 1px 3px 2px #AE96BE;">
Div content here
</div>
This text has color #AE96BE on black background.
This text has color #AE96BE on white background.
This text has black color on #AE96BE background.
This text has white color on #AE96BE background.
Complementary color for #hex is #516941.