COLOR #D4ACE5

HEX: #D4ACE5 RGB: (212,172,229)

Color info

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

RGB color model

#D4ACE5 color RGB value is (212,172,229).

RGB: (212,172,229) (83%, 67%, 90%)

RGB channels and saturation

R 212 of 255 = 83%
G 172 of 255 = 67%
B 229 of 255 = 90%

212
172
229

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

Portions of RGB colors in percentages

R + G + B = 212 + 172 + 229 = 613 (100%)
R 212 of 613 ~ 34.58%
G 172 of 613 ~ 28.06%
B 229 of 613 ~ 37.36'%

%34.58
%28.06
%37.36

CMYK color model

#D4ACE5 color CMYK value is (7,25,0,10).

  • cyan value is 7.42%
  • magenta value is 24.89%
  • yellow value is 0.00%
  • key color value is 10.20%

CMYK: (7,25,0,10)
C7M25Y0K10 (7%, 25%, 0%, 10%)
(0.07 / 0.25 / 0.00 / 0.10)

CMYK percentages

%7.42
%24.89
%0
%10.2

Codes

Color #D4ACE5 in popluar color models

D4 AC E5
RGB 212 172 229
HSL 282° 52.29% 78.63%
HSB/HSV 282° 24.89% 89.80%
CMYK 7.42% 24.89% 0.00%
10.20%

Color #D4ACE5 in popluar number systems.

HEX D4 AC E5
Decimal 212 172 229
Binary 11010100 10101100 11100101
Octal 324 254 345

Shades and tints

Shades of #D4ACE5

#D4ACE5
(212,172,229)
#C19DD1
(193,157,209)
#AE8EBD
(174,142,189)
#9B7FA9
(155,127,169)
#887095
(136,112,149)
#756181
(117,97,129)
#62526D
(98,82,109)
#4F4359
(79,67,89)
#3C3445
(60,52,69)
#292531
(41,37,49)
#16161D
(22,22,29)
#000000
(0,0,0)

Tints of #D4ACE5

#D4ACE5
(212,172,229)
#D7B3E7
(215,179,231)
#DABAE9
(218,186,233)
#DDC1EB
(221,193,235)
#E0C8ED
(224,200,237)
#E3CFEF
(227,207,239)
#E6D6F1
(230,214,241)
#E9DDF3
(233,221,243)
#ECE4F5
(236,228,245)
#EFEBF7
(239,235,247)
#F2F2F9
(242,242,249)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #D4ACE5; }

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

This text font color is #D4ACE5.

Background Color

.myBgColor { background-color: #D4ACE5; }

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

This div background color is #D4ACE5.

Border color

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

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

This div border color is #D4ACE5.

Opacity

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

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

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

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

This text has shadow with #D4ACE5 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #D4ACE5.

Preview

Color preview on black background

This text has color #D4ACE5 on black background.


Color preview on white background

This text has color #D4ACE5 on white background.


Black color preview on #D4ACE5 background

This text has black color on #D4ACE5 background.


White color preview on #D4ACE5 background

This text has white color on #D4ACE5 background.


Related colors

Complementary color

Complementary color for #hex is #2B531A.


I love getcolorcode.com

Triadic colors

1 #E5D4AC and #ACE5D4 with #D4ACE5 are triadic colors.

2 #E5ACD4 and #ACD4E5 with #D4ACE5 are triadic colors.