HEX: #E5ADDC
RGB: (229,173,220)
#E5ADDC contains red, green and blue colors in about the same proportion. #E5ADDC ‘ nin web güvenlik rengi #CC99CC (ya da #C9C) dir.
#E5ADDC color RGB value is (229,173,220).
RGB: (229,173,220)
(90%, 68%, 86%)
R 229 of 255 = 90%
G 173 of 255 = 68%
B 220 of 255 = 86%
R + G + B ~ 81%. #E5ADDC is quite light color.
R + G + B = 229 + 173 + 220 = 622 (100%)
R 229 of 622 ~ 36.82%
G 173 of 622 ~ 27.81%
B 220 of 622 ~ 35.37'%
#E5ADDC rengi CMYK tonu (0,24,4,10).
CMYK: (0,24,4,10)
C0M24Y4K10 (0%, 24%, 4%, 10%)
(0.00 / 0.24 / 0.04 / 0.10)
Color #E5ADDC in popluar color models
E5 | AD | DC | |
---|---|---|---|
RGB | 229 | 173 | 220 |
HSL | 310° | 51.85% | 78.82% |
HSB/HSV | 310° | 24.45% | 89.80% |
CMYK | 0.00% | 24.45% | 3.93% |
10.20% |
Color #E5ADDC in popluar number systems.
HEX | E5 | AD | DC |
Decimal | 229 | 173 | 220 |
Binary | 11100101 | 10101101 | 11011100 |
Octal | 345 | 255 | 334 |
Shades of #E5ADDC
Tints of #E5ADDC
Examples of css and html codes for elements with #E5ADDC color. Also use rgb(229,173,220) instead hex code.
.myTextColor { color: #E5ADDC; }
<p style="color:#E5ADDC">This sample text font color is #E5ADDC.</p>
This text font color is #E5ADDC.
.myBgColor { background-color: #E5ADDC; }
<div style="background-color:#E5ADDC">Inner text</div>
This div background color is #E5ADDC.
.myBorderColor { border: 1px solid #E5ADDC; }
<div style="border:3px solid #E5ADDC">Div</div>
This div border color is #E5ADDC.
.myOpacity80 { color: #E5ADDC; opacity: 0.8; }
<p style="color:#E5ADDC;opacity:0.8;">80%</p>
Text with #E5ADDC color and opacity 100% | 80% | 50% | 30%.
.textShadow {text-shadow: 3px 3px 1px #E5ADDC;}
<p style="text-shadow: 3px 3px 1px #E5ADDC">Text here.</p>
This text has shadow with #E5ADDC color.
.textShadow {text-shadow: 3px 3px 1px #E5ADDC', 3px 3px 1px red;}
<p style="text-shadow: 3px 3px 1px #E5ADDC, 5px 5px 20px red">Text here.</p>
This text has shadow with #E5ADDC primary color and red secondary color.
Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#E5ADDC, Direction=45, Strength=4)}
<p style="filter: Shadow(Color=#E5ADDC, Direction=45, Strength=4)">Text</p>
This text has shadow with #E5ADDC and red colors in old Internet Explorer.
/* css code */
.divShadow
{
-moz-box-shadow: 1px 1px 3px 2px #E5ADDC;
-webkit-box-shadow: 1px 1px 3px 2px #E5ADDC;
box-shadow: 1px 1px 3px 2px #E5ADDC;
}
/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #E5ADDC; -webkit-box-shadow: 1px 1px 3px 2px #E5ADDC; box-shadow:1px 1px 3px 2px #E5ADDC;">
Div content here
</div>
This text has color #E5ADDC on black background.
This text has color #E5ADDC on white background.
This text has black color on #E5ADDC background.
This text has white color on #E5ADDC background.
Complementary color for #hex is #1A5223.