COLOR #D5ADEB

HEX: #D5ADEB RGB: (213,173,235)

Color info

#D5ADEB contains mainly red and blue colors. Web safe color of #D5ADEB is #CC99FF (or #C9F).

RGB color model

#D5ADEB color RGB value is (213,173,235).

RGB: (213,173,235) (84%, 68%, 92%)

RGB channels and saturation

R 213 of 255 = 84%
G 173 of 255 = 68%
B 235 of 255 = 92%

213
173
235

R + G + B ~ 81%. #D5ADEB is quite light color.

Portions of RGB colors in percentages

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'%

%34.3
%27.86
%37.84

CMYK color model

#D5ADEB color CMYK value is (9,26,0,8).

  • cyan value is 9.36%
  • magenta value is 26.38%
  • yellow value is 0.00%
  • key color value is 7.84%
CMYK: (9,26,0,8) C9M26Y0K8 (9%,26%,0%,8%) (0.09/0.26/0.00/0.08) 

CMYK percentages

%9.36
%26.38
%0
%7.84

Codes

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 and tints

Shades of #D5ADEB

#D5ADEB
(213,173,235)
#C29ED6
(194,158,214)
#AF8FC1
(175,143,193)
#9C80AC
(156,128,172)
#897197
(137,113,151)
#766282
(118,98,130)
#63536D
(99,83,109)
#504458
(80,68,88)
#3D3543
(61,53,67)
#2A262E
(42,38,46)
#171719
(23,23,25)
#000000
(0,0,0)

Tints of #D5ADEB

#D5ADEB
(213,173,235)
#D8B4EC
(216,180,236)
#DBBBED
(219,187,237)
#DEC2EE
(222,194,238)
#E1C9EF
(225,201,239)
#E4D0F0
(228,208,240)
#E7D7F1
(231,215,241)
#EADEF2
(234,222,242)
#EDE5F3
(237,229,243)
#F0ECF4
(240,236,244)
#F3F3F5
(243,243,245)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #D5ADEB color. Also use rgb(213,173,235) instead hex code.

Text Font Color

.myTextColor { color: #D5ADEB; }

<p style="color:#D5ADEB">This sample text font color is #D5ADEB.</p>

This text font color is #D5ADEB.

Background Color

.myBgColor { background-color: #D5ADEB; }

<div style="background-color:#D5ADEB">Inner text</div>

This div background color is #D5ADEB.

Border color

.myBorderColor { border: 1px solid #D5ADEB; }

<div style="border:3px solid #D5ADEB">Div</div>

This div border color is #D5ADEB.

Opacity

.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%.

Background with opacity value 100%.
Background with opacity value 80%.
Background with opacity value 50%.
Background with opacity value 30%.

Text shadow color

.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.

Div box shadow color

/* 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 div box has shadow with color #D5ADEB.

Preview

Color preview on black background

This text has color #D5ADEB on black background.


Color preview on white background

This text has color #D5ADEB on white background.


Black color preview on #D5ADEB background

This text has black color on #D5ADEB background.


White color preview on #D5ADEB background

This text has white color on #D5ADEB background.


Related colors

Complementary color

Complementary color for #hex is #2A5214.


I love getcolorcode.com

Triadic colors

1 #EBD5AD and #ADEBD5 with #D5ADEB are triadic colors.

2 #EBADD5 and #ADD5EB with #D5ADEB are triadic colors.