HEX: #AE779D
RGB: (174,119,157)
#AE779D contains red, green and blue colors in about the same proportion. Web safe color of #AE779D is #996699 (or #969).
#AE779D color RGB value is (174,119,157).
RGB: (174,119,157) (68%,47%,62%)
R 174 of 255 = 68%
G 119 of 255 = 47%
B 157 of 255 = 62%
R + G + B ~ 59%. #AE779D is middle color (not dark and not light).
R + G + B =
174 + 119 + 157 = 450 (100%)
R 174 of 450 ~ 38.67%
G 119 of 450 ~ 26.44%
B 157 of 450 ~ 34.89%
#AE779D color CMYK value is (0,32,10,32).
CMYK: (0,32,10,32) C0M32Y10K32 (0%,32%,10%,32%) (0.00/0.32/0.10/0.32)
AE | 77 | 9D | |
---|---|---|---|
RGB | 174 | 119 | 157 |
HSL | 319° | 25.35% | 57.45% |
HSB/HSV | 319° | 31.61% | 68.24% |
CMYK | 0.00% | 31.61% | 9.77% |
31.76% |
HEX | AE | 77 | 9D |
Decimal | 174 | 119 | 157 |
Binary | 10101110 | 1110111 | 10011101 |
Octal | 256 | 167 | 235 |
Examples of css and html codes for elements with #AE779D color. Also use rgb(174,119,157) instead hex code.
.myTextColor { color: #AE779D; }
<p style="color:#AE779D">This sample text font color is #AE779D.</p>
This text font color is #AE779D.
.myBgColor { background-color: #AE779D; }
<div style="background-color:#AE779D">Inner text</div>
This div background color is #AE779D.
.myBorderColor { border: 1px solid #AE779D; }
<div style="border:3px solid #AE779D">Div</div>
This div border color is #AE779D.
.myOpacity80 { color: #AE779D; opacity: 0.8; }
<p style="color:#AE779D;opacity:0.8;">80%</p>
Text with #AE779D color and opacity 100% | 80% | 50% | 30%.
.textShadow {text-shadow: 3px 3px 1px #AE779D;}
<p style="text-shadow: 3px 3px 1px #AE779D">Text here.</p>
This text has shadow with #AE779D color.
.textShadow {text-shadow: 3px 3px 1px #AE779D, 3px 3px 1px red;}
<p style="text-shadow: 3px 3px 1px #AE779D, 5px 5px 20px red">Text here.</p>
This text has shadow with #AE779D primary color and red secondary color.
Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#AE779D, Direction=45, Strength=4)}
<p style="filter: Shadow(Color=#AE779D, Direction=45, Strength=4)">Text</p>
This text has shadow with #AE779D and red colors in old Internet Explorer.
/* css code */ .divShadow { -moz-box-shadow: 1px 1px 3px 2px #AE779D; -webkit-box-shadow: 1px 1px 3px 2px #AE779D; box-shadow: 1px 1px 3px 2px #AE779D; } /* html code with inline style */ <div style="-moz-box-shadow: 1px 1px 3px 2px #AE779D; -webkit-box-shadow: 1px 1px 3px 2px #AE779D; box-shadow:1px 1px 3px 2px #AE779D;">
Div content here</div>
This text has color #AE779D on black background.
This text has color #AE779D on white background.
This text has black color on #AE779D background.
This text has white color on #AE779D background.