COLOR #D0ADCA

HEX: #D0ADCA RGB: (208,173,202)

Color info

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

RGB color model

#D0ADCA color RGB value is (208,173,202).

RGB: (208,173,202) (82%, 68%, 79%)

RGB channels and saturation

R 208 of 255 = 82%
G 173 of 255 = 68%
B 202 of 255 = 79%

208
173
202

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

Portions of RGB colors in percentages

R + G + B = 208 + 173 + 202 = 583 (100%)
R 208 of 583 ~ 35.68%
G 173 of 583 ~ 29.67%
B 202 of 583 ~ 34.65'%

%35.68
%29.67
%34.65

CMYK color model

#D0ADCA color CMYK value is (0,17,3,18).

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

CMYK: (0,17,3,18)
C0M17Y3K18 (0%, 17%, 3%, 18%)
(0.00 / 0.17 / 0.03 / 0.18)

CMYK percentages

%0
%16.83
%2.88
%18.43

Codes

Color #D0ADCA in popluar color models

D0 AD CA
RGB 208 173 202
HSL 310° 27.13% 74.71%
HSB/HSV 310° 16.83% 81.57%
CMYK 0.00% 16.83% 2.88%
18.43%

Color #D0ADCA in popluar number systems.

HEX D0 AD CA
Decimal 208 173 202
Binary 11010000 10101101 11001010
Octal 320 255 312

Shades and tints

Shades of #D0ADCA

#D0ADCA
(208,173,202)
#BE9EB8
(190,158,184)
#AC8FA6
(172,143,166)
#9A8094
(154,128,148)
#887182
(136,113,130)
#766270
(118,98,112)
#64535E
(100,83,94)
#52444C
(82,68,76)
#40353A
(64,53,58)
#2E2628
(46,38,40)
#1C1716
(28,23,22)
#000000
(0,0,0)

Tints of #D0ADCA

#D0ADCA
(208,173,202)
#D4B4CE
(212,180,206)
#D8BBD2
(216,187,210)
#DCC2D6
(220,194,214)
#E0C9DA
(224,201,218)
#E4D0DE
(228,208,222)
#E8D7E2
(232,215,226)
#ECDEE6
(236,222,230)
#F0E5EA
(240,229,234)
#F4ECEE
(244,236,238)
#F8F3F2
(248,243,242)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #D0ADCA; }

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

This text font color is #D0ADCA.

Background Color

.myBgColor { background-color: #D0ADCA; }

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

This div background color is #D0ADCA.

Border color

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

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

This div border color is #D0ADCA.

Opacity

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

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

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

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

This text has shadow with #D0ADCA color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #D0ADCA.

Preview

Color preview on black background

This text has color #D0ADCA on black background.


Color preview on white background

This text has color #D0ADCA on white background.


Black color preview on #D0ADCA background

This text has black color on #D0ADCA background.


White color preview on #D0ADCA background

This text has white color on #D0ADCA background.


Related colors

Complementary color

Complementary color for #hex is #2F5235.


I love getcolorcode.com

Triadic colors

1 #CAD0AD and #ADCAD0 with #D0ADCA are triadic colors.

2 #CAADD0 and #ADD0CA with #D0ADCA are triadic colors.