COLOR #D5ADE9

HEX: #D5ADE9
RGB: (213,173,233)

Color info

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

RGB color model

#D5ADE9 color RGB value is (213,173,233).

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

RGB channels and saturation

R 213 of 255 = 84%
G 173 of 255 = 68%
B 233 of 255 = 91%

213
173
233

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

Portions of RGB colors in percentages

R + G + B =
213 + 173 + 233 = 619 (100%)
R 213 of 619 ~ 34.41%
G 173 of 619 ~ 27.95%
B 233 of 619 ~ 37.64%

%34.41
%27.95
%37.64

CMYK color model

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

  • cyan value is 8.58%
  • magenta value is 25.75%
  • yellow value is 0.00%
  • key color value is 8.63%
CMYK:
(9,26,0,9)
C9M26Y0K9 
(9%,26%,0%,9%)
(0.09/0.26/0.00/0.09)	

CMYK percentages

%8.58
%25.75
%0
%8.63

Codes

Color #D5ADE9 in popluar color models

D5ADE9
RGB213173233
HSL280°57.69%79.61%
HSB/HSV280°25.75%91.37%
CMYK8.58%25.75%0.00%
8.63%

Color #D5ADE9 in popluar number systems.

HEXD5ADE9
Decimal213173233
Binary110101011010110111101001
Octal325255351

Shades and tints

Shades of #D5ADE9

#D5ADE9
(213,173,233)
#C29ED4
(194,158,212)
#AF8FBF
(175,143,191)
#9C80AA
(156,128,170)
#897195
(137,113,149)
#766280
(118,98,128)
#63536B
(99,83,107)
#504456
(80,68,86)
#3D3541
(61,53,65)
#2A262C
(42,38,44)
#171717
(23,23,23)
#000000
(0,0,0)

Tints of #D5ADE9

#D5ADE9
(213,173,233)
#D8B4EB
(216,180,235)
#DBBBED
(219,187,237)
#DEC2EF
(222,194,239)
#E1C9F1
(225,201,241)
#E4D0F3
(228,208,243)
#E7D7F5
(231,215,245)
#EADEF7
(234,222,247)
#EDE5F9
(237,229,249)
#F0ECFB
(240,236,251)
#F3F3FD
(243,243,253)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #D5ADE9; }

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

This text font color is #D5ADE9.


Background Color

.myBgColor { background-color: #D5ADE9; }

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

This div background color is #D5ADE9.


Border color

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

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

This div border color is #D5ADE9.


Opacity

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

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

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

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

This text has shadow with #D5ADE9 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #D5ADE9 on black background.


Color preview on white background

This text has color #D5ADE9 on white background.



Black color preview on #D5ADE9 background

This text has black color on #D5ADE9 background.


White color preview on #D5ADE9 background

This text has white color on #D5ADE9 background.