HEX: #D5ADEB
RGB: (213,173,235)
#D5ADEB contains mainly red and blue colors. Web safe color of #D5ADEB is #CC99FF (or #C9F).
#D5ADEB color RGB value is (213,173,235).
RGB: (213,173,235)
(84%, 68%, 92%)
R 213 of 255 = 84%
G 173 of 255 = 68%
B 235 of 255 = 92%
R + G + B ~ 81%. #D5ADEB is quite light color.
R + G + B = 213 + 173 + 235 = 621 (100%)
R 213 of 621 ~ 34.3%
G 173 of 621 ~ 27.86%
B 235 of 621 ~ 37.84'%
#D5ADEB color CMYK value is (9,26,0,8).
CMYK: (9,26,0,8) C9M26Y0K8 (9%,26%,0%,8%) (0.09/0.26/0.00/0.08)
Color #D5ADEB in popluar color models
D5 | AD | EB | |
---|---|---|---|
RGB | 213 | 173 | 235 |
HSL | 279° | 60.78% | 80.00% |
HSB/HSV | 279° | 26.38% | 92.16% |
CMYK | 9.36% | 26.38% | 0.00% |
7.84% |
Color #D5ADEB in popluar number systems.
HEX | D5 | AD | EB |
Decimal | 213 | 173 | 235 |
Binary | 11010101 | 10101101 | 11101011 |
Octal | 325 | 255 | 353 |
Shades of #D5ADEB
Tints of #D5ADEB
Examples of css and html codes for elements with #D5ADEB color. Also use rgb(213,173,235) instead hex code.
.myTextColor { color: #D5ADEB; }
<p style="color:#D5ADEB">This sample text font color is #D5ADEB.</p>
This text font color is #D5ADEB.
.myBgColor { background-color: #D5ADEB; }
<div style="background-color:#D5ADEB">Inner text</div>
This div background color is #D5ADEB.
.myBorderColor { border: 1px solid #D5ADEB; }
<div style="border:3px solid #D5ADEB">Div</div>
This div border color is #D5ADEB.
.myOpacity80 { color: #D5ADEB; opacity: 0.8; }
<p style="color:#D5ADEB;opacity:0.8;">80%</p>
Text with #D5ADEB color and opacity 100% | 80% | 50% | 30%.
.textShadow {text-shadow: 3px 3px 1px #D5ADEB;}
<p style="text-shadow: 3px 3px 1px #D5ADEB">Text here.</p>
This text has shadow with #D5ADEB color.
.textShadow {text-shadow: 3px 3px 1px #D5ADEB', 3px 3px 1px red;}
<p style="text-shadow: 3px 3px 1px #D5ADEB, 5px 5px 20px red">Text here.</p>
This text has shadow with #D5ADEB primary color and red secondary color.
Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#D5ADEB, Direction=45, Strength=4)}
<p style="filter: Shadow(Color=#D5ADEB, Direction=45, Strength=4)">Text</p>
This text has shadow with #D5ADEB and red colors in old Internet Explorer.
/* css code */
.divShadow
{
-moz-box-shadow: 1px 1px 3px 2px #D5ADEB;
-webkit-box-shadow: 1px 1px 3px 2px #D5ADEB;
box-shadow: 1px 1px 3px 2px #D5ADEB;
}
/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #D5ADEB; -webkit-box-shadow: 1px 1px 3px 2px #D5ADEB; box-shadow:1px 1px 3px 2px #D5ADEB;">
Div content here
</div>
This text has color #D5ADEB on black background.
This text has color #D5ADEB on white background.
This text has black color on #D5ADEB background.
This text has white color on #D5ADEB background.
Complementary color for #hex is #2A5214.