COLOR #D0ADD7

HEX: #D0ADD7 RGB: (208,173,215)

Color info

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

RGB color model

#D0ADD7 color RGB value is (208,173,215).

RGB: (208,173,215) (82%, 68%, 84%)

RGB channels and saturation

R 208 of 255 = 82%
G 173 of 255 = 68%
B 215 of 255 = 84%

208
173
215

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

Portions of RGB colors in percentages

R + G + B = 208 + 173 + 215 = 596 (100%)
R 208 of 596 ~ 34.9%
G 173 of 596 ~ 29.03%
B 215 of 596 ~ 36.07'%

%34.9
%29.03
%36.07

CMYK color model

#D0ADD7 color CMYK value is (3,20,0,16).

  • cyan value is 3.26%
  • magenta value is 19.53%
  • yellow value is 0.00%
  • key color value is 15.69%

CMYK: (3,20,0,16)
C3M20Y0K16 (3%, 20%, 0%, 16%)
(0.03 / 0.20 / 0.00 / 0.16)

CMYK percentages

%3.26
%19.53
%0
%15.69

Codes

Color #D0ADD7 in popluar color models

D0 AD D7
RGB 208 173 215
HSL 290° 34.43% 76.08%
HSB/HSV 290° 19.53% 84.31%
CMYK 3.26% 19.53% 0.00%
15.69%

Color #D0ADD7 in popluar number systems.

HEX D0 AD D7
Decimal 208 173 215
Binary 11010000 10101101 11010111
Octal 320 255 327

Shades and tints

Shades of #D0ADD7

#D0ADD7
(208,173,215)
#BE9EC4
(190,158,196)
#AC8FB1
(172,143,177)
#9A809E
(154,128,158)
#88718B
(136,113,139)
#766278
(118,98,120)
#645365
(100,83,101)
#524452
(82,68,82)
#40353F
(64,53,63)
#2E262C
(46,38,44)
#1C1719
(28,23,25)
#000000
(0,0,0)

Tints of #D0ADD7

#D0ADD7
(208,173,215)
#D4B4DA
(212,180,218)
#D8BBDD
(216,187,221)
#DCC2E0
(220,194,224)
#E0C9E3
(224,201,227)
#E4D0E6
(228,208,230)
#E8D7E9
(232,215,233)
#ECDEEC
(236,222,236)
#F0E5EF
(240,229,239)
#F4ECF2
(244,236,242)
#F8F3F5
(248,243,245)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #D0ADD7 color. Also use rgb(208,173,215) instead hex code.

Text Font Color

.myTextColor { color: #D0ADD7; }

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

This text font color is #D0ADD7.

Background Color

.myBgColor { background-color: #D0ADD7; }

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

This div background color is #D0ADD7.

Border color

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

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

This div border color is #D0ADD7.

Opacity

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

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

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

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

This text has shadow with #D0ADD7 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #D0ADD7.

Preview

Color preview on black background

This text has color #D0ADD7 on black background.


Color preview on white background

This text has color #D0ADD7 on white background.


Black color preview on #D0ADD7 background

This text has black color on #D0ADD7 background.


White color preview on #D0ADD7 background

This text has white color on #D0ADD7 background.


Related colors

Complementary color

Complementary color for #hex is #2F5228.


I love getcolorcode.com

Triadic colors

1 #D7D0AD and #ADD7D0 with #D0ADD7 are triadic colors.

2 #D7ADD0 and #ADD0D7 with #D0ADD7 are triadic colors.