COLOR #D4ACEC

HEX: #D4ACEC RGB: (212,172,236)

Color info

#D4ACEC contains mainly red and blue colors. Web safe color of #D4ACEC is #CC99FF (or #C9F).

RGB color model

#D4ACEC color RGB value is (212,172,236).

RGB: (212,172,236) (83%, 67%, 93%)

RGB channels and saturation

R 212 of 255 = 83%
G 172 of 255 = 67%
B 236 of 255 = 93%

212
172
236

R + G + B ~ 81%. #D4ACEC is quite light color.

Portions of RGB colors in percentages

R + G + B = 212 + 172 + 236 = 620 (100%)
R 212 of 620 ~ 34.19%
G 172 of 620 ~ 27.74%
B 236 of 620 ~ 38.06'%

%34.19
%27.74
%38.06

CMYK color model

#D4ACEC color CMYK value is (10,27,0,7).

  • cyan value is 10.17%
  • magenta value is 27.12%
  • yellow value is 0.00%
  • key color value is 7.45%

CMYK: (10,27,0,7)
C10M27Y0K7 (10%, 27%, 0%, 7%)
(0.10 / 0.27 / 0.00 / 0.07)

CMYK percentages

%10.17
%27.12
%0
%7.45

Codes

Color #D4ACEC in popluar color models

D4 AC EC
RGB 212 172 236
HSL 278° 62.75% 80.00%
HSB/HSV 278° 27.12% 92.55%
CMYK 10.17% 27.12% 0.00%
7.45%

Color #D4ACEC in popluar number systems.

HEX D4 AC EC
Decimal 212 172 236
Binary 11010100 10101100 11101100
Octal 324 254 354

Shades and tints

Shades of #D4ACEC

#D4ACEC
(212,172,236)
#C19DD7
(193,157,215)
#AE8EC2
(174,142,194)
#9B7FAD
(155,127,173)
#887098
(136,112,152)
#756183
(117,97,131)
#62526E
(98,82,110)
#4F4359
(79,67,89)
#3C3444
(60,52,68)
#29252F
(41,37,47)
#16161A
(22,22,26)
#000000
(0,0,0)

Tints of #D4ACEC

#D4ACEC
(212,172,236)
#D7B3ED
(215,179,237)
#DABAEE
(218,186,238)
#DDC1EF
(221,193,239)
#E0C8F0
(224,200,240)
#E3CFF1
(227,207,241)
#E6D6F2
(230,214,242)
#E9DDF3
(233,221,243)
#ECE4F4
(236,228,244)
#EFEBF5
(239,235,245)
#F2F2F6
(242,242,246)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #D4ACEC; }

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

This text font color is #D4ACEC.

Background Color

.myBgColor { background-color: #D4ACEC; }

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

This div background color is #D4ACEC.

Border color

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

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

This div border color is #D4ACEC.

Opacity

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

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

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

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

This text has shadow with #D4ACEC color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #D4ACEC.

Preview

Color preview on black background

This text has color #D4ACEC on black background.


Color preview on white background

This text has color #D4ACEC on white background.


Black color preview on #D4ACEC background

This text has black color on #D4ACEC background.


White color preview on #D4ACEC background

This text has white color on #D4ACEC background.


Related colors

Complementary color

Complementary color for #hex is #2B5313.


I love getcolorcode.com

Triadic colors

1 #ECD4AC and #ACECD4 with #D4ACEC are triadic colors.

2 #ECACD4 and #ACD4EC with #D4ACEC are triadic colors.