COLOR #D9ADD1

HEX: #D9ADD1
RGB: (217,173,209)

Color info

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

RGB color model

#D9ADD1 color RGB value is (217,173,209).

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

RGB channels and saturation

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

217
173
209

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

Portions of RGB colors in percentages

R + G + B =
217 + 173 + 209 = 599 (100%)
R 217 of 599 ~ 36.23%
G 173 of 599 ~ 28.88%
B 209 of 599 ~ 34.89%

%36.23
%28.88
%34.89

CMYK color model

#D9ADD1 color CMYK value is (0,20,4,15).

  • cyan value is 0.00%
  • magenta value is 20.28%
  • yellow value is 3.69%
  • key color value is 14.90%
CMYK:
(0,20,4,15)
C0M20Y4K15 
(0%,20%,4%,15%)
(0.00/0.20/0.04/0.15)	

CMYK percentages

%0
%20.28
%3.69
%14.9

Codes

Color #D9ADD1 in popluar color models

D9ADD1
RGB217173209
HSL311°36.67%76.47%
HSB/HSV311°20.28%85.10%
CMYK0.00%20.28%3.69%
14.90%

Color #D9ADD1 in popluar number systems.

HEXD9ADD1
Decimal217173209
Binary110110011010110111010001
Octal331255321

Shades and tints

Shades of #D9ADD1

#D9ADD1
(217,173,209)
#C69EBE
(198,158,190)
#B38FAB
(179,143,171)
#A08098
(160,128,152)
#8D7185
(141,113,133)
#7A6272
(122,98,114)
#67535F
(103,83,95)
#54444C
(84,68,76)
#413539
(65,53,57)
#2E2626
(46,38,38)
#1B1713
(27,23,19)
#000000
(0,0,0)

Tints of #D9ADD1

#D9ADD1
(217,173,209)
#DCB4D5
(220,180,213)
#DFBBD9
(223,187,217)
#E2C2DD
(226,194,221)
#E5C9E1
(229,201,225)
#E8D0E5
(232,208,229)
#EBD7E9
(235,215,233)
#EEDEED
(238,222,237)
#F1E5F1
(241,229,241)
#F4ECF5
(244,236,245)
#F7F3F9
(247,243,249)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #D9ADD1; }

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

This text font color is #D9ADD1.


Background Color

.myBgColor { background-color: #D9ADD1; }

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

This div background color is #D9ADD1.


Border color

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

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

This div border color is #D9ADD1.


Opacity

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

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

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

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

This text has shadow with #D9ADD1 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #D9ADD1 on black background.


Color preview on white background

This text has color #D9ADD1 on white background.



Black color preview on #D9ADD1 background

This text has black color on #D9ADD1 background.


White color preview on #D9ADD1 background

This text has white color on #D9ADD1 background.