COLOR #D5ADE2

HEX: #D5ADE2
RGB: (213,173,226)

Color info

#D5ADE2 contains red, green and blue colors in about the same proportion. Web safe color of #D5ADE2 is #CC99CC (or #C9C).

RGB color model

#D5ADE2 color RGB value is (213,173,226).

  • red value is 213;
  • green value is 173;
  • blue value is 226.
RGB:
(213,173,226)
(84%,68%,89%)

RGB channels and saturation

R 213 of 255 = 84%
G 173 of 255 = 68%
B 226 of 255 = 89%

213
173
226

R + G + B ~ 80%. #D5ADE2 is quite light color.

Portions of RGB colors in percentages

R + G + B =
213 + 173 + 226 = 612 (100%)
R 213 of 612 ~ 34.8%
G 173 of 612 ~ 28.27%
B 226 of 612 ~ 36.93%

%34.8
%28.27
%36.93

CMYK color model

#D5ADE2 color CMYK value is (6,23,0,11).

  • cyan value is 5.75%
  • magenta value is 23.45%
  • yellow value is 0.00%
  • key color value is 11.37%
CMYK:
(6,23,0,11)
C6M23Y0K11 
(6%,23%,0%,11%)
(0.06/0.23/0.00/0.11)	

CMYK percentages

%5.75
%23.45
%0
%11.37

Codes

Color #D5ADE2 in popluar color models

D5ADE2
RGB213173226
HSL285°47.75%78.24%
HSB/HSV285°23.45%88.63%
CMYK5.75%23.45%0.00%
11.37%

Color #D5ADE2 in popluar number systems.

HEXD5ADE2
Decimal213173226
Binary110101011010110111100010
Octal325255342

Shades and tints

Shades of #D5ADE2

#D5ADE2
(213,173,226)
#C29ECE
(194,158,206)
#AF8FBA
(175,143,186)
#9C80A6
(156,128,166)
#897192
(137,113,146)
#76627E
(118,98,126)
#63536A
(99,83,106)
#504456
(80,68,86)
#3D3542
(61,53,66)
#2A262E
(42,38,46)
#17171A
(23,23,26)
#000000
(0,0,0)

Tints of #D5ADE2

#D5ADE2
(213,173,226)
#D8B4E4
(216,180,228)
#DBBBE6
(219,187,230)
#DEC2E8
(222,194,232)
#E1C9EA
(225,201,234)
#E4D0EC
(228,208,236)
#E7D7EE
(231,215,238)
#EADEF0
(234,222,240)
#EDE5F2
(237,229,242)
#F0ECF4
(240,236,244)
#F3F3F6
(243,243,246)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #D5ADE2; }

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

This text font color is #D5ADE2.


Background Color

.myBgColor { background-color: #D5ADE2; }

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

This div background color is #D5ADE2.


Border color

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

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

This div border color is #D5ADE2.


Opacity

.myOpacity80 { color: #D5ADE2; opacity: 0.8; }

<p style="color:#D5ADE2;opacity:0.8;">80%</p>

Text with #D5ADE2 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 #D5ADE2;}

<p style="text-shadow: 3px 3px 1px #D5ADE2">Text here.</p>

This text has shadow with #D5ADE2 color.

.textShadow {text-shadow: 3px 3px 1px #D5ADE2, 3px 3px 1px red;}

<p style="text-shadow: 3px 3px 1px #D5ADE2, 5px 5px 20px red">Text here.</p>

This text has shadow with #D5ADE2 primary color and red secondary color.


Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#D5ADE2, Direction=45, Strength=4)}

<p style="filter: Shadow(Color=#D5ADE2, Direction=45, Strength=4)">Text</p>

This text has shadow with #D5ADE2 and red colors in old Internet Explorer.


Div box shadow color

/* css code */
.divShadow
{
  -moz-box-shadow:	1px 1px 3px 2px #D5ADE2;
  -webkit-box-shadow:	1px 1px 3px 2px #D5ADE2;
  box-shadow:		1px 1px 3px 2px #D5ADE2;
}

/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #D5ADE2;
-webkit-box-shadow: 1px 1px 3px 2px #D5ADE2;
box-shadow:1px 1px 3px 2px #D5ADE2;">
Div content here</div>
This div box has shadow with color #D5ADE2.

Preview

Color preview on black background

This text has color #D5ADE2 on black background.


Color preview on white background

This text has color #D5ADE2 on white background.



Black color preview on #D5ADE2 background

This text has black color on #D5ADE2 background.


White color preview on #D5ADE2 background

This text has white color on #D5ADE2 background.