COLOR #D2ADD9

HEX: #D2ADD9
RGB: (210,173,217)

Color info

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

RGB color model

#D2ADD9 color RGB value is (210,173,217).

  • red value is 210;
  • green value is 173;
  • blue value is 217.
RGB:
(210,173,217)
(82%,68%,85%)

RGB channels and saturation

R 210 of 255 = 82%
G 173 of 255 = 68%
B 217 of 255 = 85%

210
173
217

R + G + B ~ 78%. #D2ADD9 is quite light color.

Portions of RGB colors in percentages

R + G + B =
210 + 173 + 217 = 600 (100%)
R 210 of 600 ~ 35%
G 173 of 600 ~ 28.83%
B 217 of 600 ~ 36.17%

%35
%28.83
%36.17

CMYK color model

#D2ADD9 color CMYK value is (3,20,0,15).

  • cyan value is 3.23%
  • magenta value is 20.28%
  • yellow value is 0.00%
  • key color value is 14.90%
CMYK:
(3,20,0,15)
C3M20Y0K15 
(3%,20%,0%,15%)
(0.03/0.20/0.00/0.15)	

CMYK percentages

%3.23
%20.28
%0
%14.9

Codes

Color #D2ADD9 in popluar color models

D2ADD9
RGB210173217
HSL290°36.67%76.47%
HSB/HSV290°20.28%85.10%
CMYK3.23%20.28%0.00%
14.90%

Color #D2ADD9 in popluar number systems.

HEXD2ADD9
Decimal210173217
Binary110100101010110111011001
Octal322255331

Shades and tints

Shades of #D2ADD9

#D2ADD9
(210,173,217)
#BF9EC6
(191,158,198)
#AC8FB3
(172,143,179)
#9980A0
(153,128,160)
#86718D
(134,113,141)
#73627A
(115,98,122)
#605367
(96,83,103)
#4D4454
(77,68,84)
#3A3541
(58,53,65)
#27262E
(39,38,46)
#14171B
(20,23,27)
#000000
(0,0,0)

Tints of #D2ADD9

#D2ADD9
(210,173,217)
#D6B4DC
(214,180,220)
#DABBDF
(218,187,223)
#DEC2E2
(222,194,226)
#E2C9E5
(226,201,229)
#E6D0E8
(230,208,232)
#EAD7EB
(234,215,235)
#EEDEEE
(238,222,238)
#F2E5F1
(242,229,241)
#F6ECF4
(246,236,244)
#FAF3F7
(250,243,247)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #D2ADD9 color. Also use rgb(210,173,217) instead hex code.

Text Font Color

.myTextColor { color: #D2ADD9; }

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

This text font color is #D2ADD9.


Background Color

.myBgColor { background-color: #D2ADD9; }

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

This div background color is #D2ADD9.


Border color

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

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

This div border color is #D2ADD9.


Opacity

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

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

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

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

This text has shadow with #D2ADD9 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #D2ADD9 on black background.


Color preview on white background

This text has color #D2ADD9 on white background.



Black color preview on #D2ADD9 background

This text has black color on #D2ADD9 background.


White color preview on #D2ADD9 background

This text has white color on #D2ADD9 background.