COLOR #D0ADC5

HEX: #D0ADC5 RGB: (208,173,197)

Color info

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

RGB color model

#D0ADC5 color RGB value is (208,173,197).

RGB: (208,173,197) (82%, 68%, 77%)

RGB channels and saturation

R 208 of 255 = 82%
G 173 of 255 = 68%
B 197 of 255 = 77%

208
173
197

R + G + B ~ 76%. #D0ADC5 is quite light color.

Portions of RGB colors in percentages

R + G + B = 208 + 173 + 197 = 578 (100%)
R 208 of 578 ~ 35.99%
G 173 of 578 ~ 29.93%
B 197 of 578 ~ 34.08'%

%35.99
%29.93
%34.08

CMYK color model

#D0ADC5 color CMYK value is (0,17,5,18).

  • cyan value is 0.00%
  • magenta value is 16.83%
  • yellow value is 5.29%
  • key color value is 18.43%

CMYK: (0,17,5,18)
C0M17Y5K18 (0%, 17%, 5%, 18%)
(0.00 / 0.17 / 0.05 / 0.18)

CMYK percentages

%0
%16.83
%5.29
%18.43

Codes

Color #D0ADC5 in popluar color models

D0 AD C5
RGB 208 173 197
HSL 319° 27.13% 74.71%
HSB/HSV 319° 16.83% 81.57%
CMYK 0.00% 16.83% 5.29%
18.43%

Color #D0ADC5 in popluar number systems.

HEX D0 AD C5
Decimal 208 173 197
Binary 11010000 10101101 11000101
Octal 320 255 305

Shades and tints

Shades of #D0ADC5

#D0ADC5
(208,173,197)
#BE9EB4
(190,158,180)
#AC8FA3
(172,143,163)
#9A8092
(154,128,146)
#887181
(136,113,129)
#766270
(118,98,112)
#64535F
(100,83,95)
#52444E
(82,68,78)
#40353D
(64,53,61)
#2E262C
(46,38,44)
#1C171B
(28,23,27)
#000000
(0,0,0)

Tints of #D0ADC5

#D0ADC5
(208,173,197)
#D4B4CA
(212,180,202)
#D8BBCF
(216,187,207)
#DCC2D4
(220,194,212)
#E0C9D9
(224,201,217)
#E4D0DE
(228,208,222)
#E8D7E3
(232,215,227)
#ECDEE8
(236,222,232)
#F0E5ED
(240,229,237)
#F4ECF2
(244,236,242)
#F8F3F7
(248,243,247)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #D0ADC5; }

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

This text font color is #D0ADC5.

Background Color

.myBgColor { background-color: #D0ADC5; }

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

This div background color is #D0ADC5.

Border color

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

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

This div border color is #D0ADC5.

Opacity

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

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

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

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

This text has shadow with #D0ADC5 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #D0ADC5.

Preview

Color preview on black background

This text has color #D0ADC5 on black background.


Color preview on white background

This text has color #D0ADC5 on white background.


Black color preview on #D0ADC5 background

This text has black color on #D0ADC5 background.


White color preview on #D0ADC5 background

This text has white color on #D0ADC5 background.


Related colors

Complementary color

Complementary color for #hex is #2F523A.


I love getcolorcode.com

Triadic colors

1 #C5D0AD and #ADC5D0 with #D0ADC5 are triadic colors.

2 #C5ADD0 and #ADD0C5 with #D0ADC5 are triadic colors.