COLOR #D4ACDE

HEX: #D4ACDE RGB: (212,172,222)

Color info

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

RGB color model

#D4ACDE color RGB value is (212,172,222).

RGB: (212,172,222) (83%, 67%, 87%)

RGB channels and saturation

R 212 of 255 = 83%
G 172 of 255 = 67%
B 222 of 255 = 87%

212
172
222

R + G + B ~ 79%. #D4ACDE is quite light color.

Portions of RGB colors in percentages

R + G + B = 212 + 172 + 222 = 606 (100%)
R 212 of 606 ~ 34.98%
G 172 of 606 ~ 28.38%
B 222 of 606 ~ 36.63'%

%34.98
%28.38
%36.63

CMYK color model

#D4ACDE color CMYK value is (5,23,0,13).

  • cyan value is 4.50%
  • magenta value is 22.52%
  • yellow value is 0.00%
  • key color value is 12.94%

CMYK: (5,23,0,13)
C5M23Y0K13 (5%, 23%, 0%, 13%)
(0.05 / 0.23 / 0.00 / 0.13)

CMYK percentages

%4.5
%22.52
%0
%12.94

Codes

Color #D4ACDE in popluar color models

D4 AC DE
RGB 212 172 222
HSL 288° 43.10% 77.25%
HSB/HSV 288° 22.52% 87.06%
CMYK 4.50% 22.52% 0.00%
12.94%

Color #D4ACDE in popluar number systems.

HEX D4 AC DE
Decimal 212 172 222
Binary 11010100 10101100 11011110
Octal 324 254 336

Shades and tints

Shades of #D4ACDE

#D4ACDE
(212,172,222)
#C19DCA
(193,157,202)
#AE8EB6
(174,142,182)
#9B7FA2
(155,127,162)
#88708E
(136,112,142)
#75617A
(117,97,122)
#625266
(98,82,102)
#4F4352
(79,67,82)
#3C343E
(60,52,62)
#29252A
(41,37,42)
#161616
(22,22,22)
#000000
(0,0,0)

Tints of #D4ACDE

#D4ACDE
(212,172,222)
#D7B3E1
(215,179,225)
#DABAE4
(218,186,228)
#DDC1E7
(221,193,231)
#E0C8EA
(224,200,234)
#E3CFED
(227,207,237)
#E6D6F0
(230,214,240)
#E9DDF3
(233,221,243)
#ECE4F6
(236,228,246)
#EFEBF9
(239,235,249)
#F2F2FC
(242,242,252)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #D4ACDE color. Also use rgb(212,172,222) instead hex code.

Text Font Color

.myTextColor { color: #D4ACDE; }

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

This text font color is #D4ACDE.

Background Color

.myBgColor { background-color: #D4ACDE; }

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

This div background color is #D4ACDE.

Border color

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

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

This div border color is #D4ACDE.

Opacity

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

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

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

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

This text has shadow with #D4ACDE color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #D4ACDE.

Preview

Color preview on black background

This text has color #D4ACDE on black background.


Color preview on white background

This text has color #D4ACDE on white background.


Black color preview on #D4ACDE background

This text has black color on #D4ACDE background.


White color preview on #D4ACDE background

This text has white color on #D4ACDE background.


Related colors

Complementary color

Complementary color for #hex is #2B5321.


I love getcolorcode.com

Triadic colors

1 #DED4AC and #ACDED4 with #D4ACDE are triadic colors.

2 #DEACD4 and #ACD4DE with #D4ACDE are triadic colors.