COLOR #D9ADCE

HEX: #D9ADCE RGB: (217,173,206)

Color info

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

RGB color model

#D9ADCE color RGB value is (217,173,206).

RGB: (217,173,206) (85%, 68%, 81%)

RGB channels and saturation

R 217 of 255 = 85%
G 173 of 255 = 68%
B 206 of 255 = 81%

217
173
206

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

Portions of RGB colors in percentages

R + G + B = 217 + 173 + 206 = 596 (100%)
R 217 of 596 ~ 36.41%
G 173 of 596 ~ 29.03%
B 206 of 596 ~ 34.56'%

%36.41
%29.03
%34.56

CMYK color model

#D9ADCE color CMYK value is (0,20,5,15).

  • cyan value is 0.00%
  • magenta value is 20.28%
  • yellow value is 5.07%
  • key color value is 14.90%
CMYK: (0,20,5,15) C0M20Y5K15 (0%,20%,5%,15%) (0.00/0.20/0.05/0.15) 

CMYK percentages

%0
%20.28
%5.07
%14.9

Codes

Color #D9ADCE in popluar color models

D9 AD CE
RGB 217 173 206
HSL 315° 36.67% 76.47%
HSB/HSV 315° 20.28% 85.10%
CMYK 0.00% 20.28% 5.07%
14.90%

Color #D9ADCE in popluar number systems.

HEX D9 AD CE
Decimal 217 173 206
Binary 11011001 10101101 11001110
Octal 331 255 316

Shades and tints

Shades of #D9ADCE

#D9ADCE
(217,173,206)
#C69EBC
(198,158,188)
#B38FAA
(179,143,170)
#A08098
(160,128,152)
#8D7186
(141,113,134)
#7A6274
(122,98,116)
#675362
(103,83,98)
#544450
(84,68,80)
#41353E
(65,53,62)
#2E262C
(46,38,44)
#1B171A
(27,23,26)
#000000
(0,0,0)

Tints of #D9ADCE

#D9ADCE
(217,173,206)
#DCB4D2
(220,180,210)
#DFBBD6
(223,187,214)
#E2C2DA
(226,194,218)
#E5C9DE
(229,201,222)
#E8D0E2
(232,208,226)
#EBD7E6
(235,215,230)
#EEDEEA
(238,222,234)
#F1E5EE
(241,229,238)
#F4ECF2
(244,236,242)
#F7F3F6
(247,243,246)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #D9ADCE; }

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

This text font color is #D9ADCE.

Background Color

.myBgColor { background-color: #D9ADCE; }

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

This div background color is #D9ADCE.

Border color

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

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

This div border color is #D9ADCE.

Opacity

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

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

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

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

This text has shadow with #D9ADCE color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #D9ADCE.

Preview

Color preview on black background

This text has color #D9ADCE on black background.


Color preview on white background

This text has color #D9ADCE on white background.


Black color preview on #D9ADCE background

This text has black color on #D9ADCE background.


White color preview on #D9ADCE background

This text has white color on #D9ADCE background.


Related colors

Complementary color

Complementary color for #hex is #265231.


I love getcolorcode.com

Triadic colors

1 #CED9AD and #ADCED9 with #D9ADCE are triadic colors.

2 #CEADD9 and #ADD9CE with #D9ADCE are triadic colors.