COLOR #D3ADE5

HEX: #D3ADE5
RGB: (211,173,229)

Color info

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

RGB color model

#D3ADE5 color RGB value is (211,173,229).

  • red value is 211;
  • green value is 173;
  • blue value is 229.
RGB:
(211,173,229)
(83%,68%,90%)

RGB channels and saturation

R 211 of 255 = 83%
G 173 of 255 = 68%
B 229 of 255 = 90%

211
173
229

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

Portions of RGB colors in percentages

R + G + B =
211 + 173 + 229 = 613 (100%)
R 211 of 613 ~ 34.42%
G 173 of 613 ~ 28.22%
B 229 of 613 ~ 37.36%

%34.42
%28.22
%37.36

CMYK color model

#D3ADE5 color CMYK value is (8,24,0,10).

  • cyan value is 7.86%
  • magenta value is 24.45%
  • yellow value is 0.00%
  • key color value is 10.20%
CMYK:
(8,24,0,10)
C8M24Y0K10 
(8%,24%,0%,10%)
(0.08/0.24/0.00/0.10)	

CMYK percentages

%7.86
%24.45
%0
%10.2

Codes

Color #D3ADE5 in popluar color models

D3ADE5
RGB211173229
HSL281°51.85%78.82%
HSB/HSV281°24.45%89.80%
CMYK7.86%24.45%0.00%
10.20%

Color #D3ADE5 in popluar number systems.

HEXD3ADE5
Decimal211173229
Binary110100111010110111100101
Octal323255345

Shades and tints

Shades of #D3ADE5

#D3ADE5
(211,173,229)
#C09ED1
(192,158,209)
#AD8FBD
(173,143,189)
#9A80A9
(154,128,169)
#877195
(135,113,149)
#746281
(116,98,129)
#61536D
(97,83,109)
#4E4459
(78,68,89)
#3B3545
(59,53,69)
#282631
(40,38,49)
#15171D
(21,23,29)
#000000
(0,0,0)

Tints of #D3ADE5

#D3ADE5
(211,173,229)
#D7B4E7
(215,180,231)
#DBBBE9
(219,187,233)
#DFC2EB
(223,194,235)
#E3C9ED
(227,201,237)
#E7D0EF
(231,208,239)
#EBD7F1
(235,215,241)
#EFDEF3
(239,222,243)
#F3E5F5
(243,229,245)
#F7ECF7
(247,236,247)
#FBF3F9
(251,243,249)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #D3ADE5 color. Also use rgb(211,173,229) instead hex code.

Text Font Color

.myTextColor { color: #D3ADE5; }

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

This text font color is #D3ADE5.


Background Color

.myBgColor { background-color: #D3ADE5; }

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

This div background color is #D3ADE5.


Border color

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

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

This div border color is #D3ADE5.


Opacity

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

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

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

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

This text has shadow with #D3ADE5 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #D3ADE5 on black background.


Color preview on white background

This text has color #D3ADE5 on white background.



Black color preview on #D3ADE5 background

This text has black color on #D3ADE5 background.


White color preview on #D3ADE5 background

This text has white color on #D3ADE5 background.