COLOR #D9ADDB

HEX: #D9ADDB RGB: (217,173,219)

Color info

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

RGB color model

#D9ADDB color RGB value is (217,173,219).

RGB: (217,173,219) (85%, 68%, 86%)

RGB channels and saturation

R 217 of 255 = 85%
G 173 of 255 = 68%
B 219 of 255 = 86%

217
173
219

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

Portions of RGB colors in percentages

R + G + B = 217 + 173 + 219 = 609 (100%)
R 217 of 609 ~ 35.63%
G 173 of 609 ~ 28.41%
B 219 of 609 ~ 35.96'%

%35.63
%28.41
%35.96

CMYK color model

#D9ADDB color CMYK value is (1,21,0,14).

  • cyan value is 0.91%
  • magenta value is 21.00%
  • yellow value is 0.00%
  • key color value is 14.12%

CMYK: (1,21,0,14)
C1M21Y0K14 (1%, 21%, 0%, 14%)
(0.01 / 0.21 / 0.00 / 0.14)

CMYK percentages

%0.91
%21
%0
%14.12

Codes

Color #D9ADDB in popluar color models

D9 AD DB
RGB 217 173 219
HSL 297° 38.98% 76.86%
HSB/HSV 297° 21.00% 85.88%
CMYK 0.91% 21.00% 0.00%
14.12%

Color #D9ADDB in popluar number systems.

HEX D9 AD DB
Decimal 217 173 219
Binary 11011001 10101101 11011011
Octal 331 255 333

Shades and tints

Shades of #D9ADDB

#D9ADDB
(217,173,219)
#C69EC8
(198,158,200)
#B38FB5
(179,143,181)
#A080A2
(160,128,162)
#8D718F
(141,113,143)
#7A627C
(122,98,124)
#675369
(103,83,105)
#544456
(84,68,86)
#413543
(65,53,67)
#2E2630
(46,38,48)
#1B171D
(27,23,29)
#000000
(0,0,0)

Tints of #D9ADDB

#D9ADDB
(217,173,219)
#DCB4DE
(220,180,222)
#DFBBE1
(223,187,225)
#E2C2E4
(226,194,228)
#E5C9E7
(229,201,231)
#E8D0EA
(232,208,234)
#EBD7ED
(235,215,237)
#EEDEF0
(238,222,240)
#F1E5F3
(241,229,243)
#F4ECF6
(244,236,246)
#F7F3F9
(247,243,249)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #D9ADDB; }

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

This text font color is #D9ADDB.

Background Color

.myBgColor { background-color: #D9ADDB; }

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

This div background color is #D9ADDB.

Border color

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

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

This div border color is #D9ADDB.

Opacity

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

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

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

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

This text has shadow with #D9ADDB color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #D9ADDB.

Preview

Color preview on black background

This text has color #D9ADDB on black background.


Color preview on white background

This text has color #D9ADDB on white background.


Black color preview on #D9ADDB background

This text has black color on #D9ADDB background.


White color preview on #D9ADDB background

This text has white color on #D9ADDB background.


Related colors

Complementary color

Complementary color for #hex is #265224.


I love getcolorcode.com

Triadic colors

1 #DBD9AD and #ADDBD9 with #D9ADDB are triadic colors.

2 #DBADD9 and #ADD9DB with #D9ADDB are triadic colors.