COLOR #D6ACEC

HEX: #D6ACEC
RGB: (214,172,236)

Color info

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

RGB color model

#D6ACEC color RGB value is (214,172,236).

  • red value is 214;
  • green value is 172;
  • blue value is 236.
RGB:
(214,172,236)
(84%,67%,93%)

RGB channels and saturation

R 214 of 255 = 84%
G 172 of 255 = 67%
B 236 of 255 = 93%

214
172
236

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

Portions of RGB colors in percentages

R + G + B =
214 + 172 + 236 = 622 (100%)
R 214 of 622 ~ 34.41%
G 172 of 622 ~ 27.65%
B 236 of 622 ~ 37.94%

%34.41
%27.65
%37.94

CMYK color model

#D6ACEC color CMYK value is (9,27,0,7).

  • cyan value is 9.32%
  • magenta value is 27.12%
  • yellow value is 0.00%
  • key color value is 7.45%
CMYK:
(9,27,0,7)
C9M27Y0K7 
(9%,27%,0%,7%)
(0.09/0.27/0.00/0.07)	

CMYK percentages

%9.32
%27.12
%0
%7.45

Codes

Color #D6ACEC in popluar color models

D6ACEC
RGB214172236
HSL279°62.75%80.00%
HSB/HSV279°27.12%92.55%
CMYK9.32%27.12%0.00%
7.45%

Color #D6ACEC in popluar number systems.

HEXD6ACEC
Decimal214172236
Binary110101101010110011101100
Octal326254354

Shades and tints

Shades of #D6ACEC

#D6ACEC
(214,172,236)
#C39DD7
(195,157,215)
#B08EC2
(176,142,194)
#9D7FAD
(157,127,173)
#8A7098
(138,112,152)
#776183
(119,97,131)
#64526E
(100,82,110)
#514359
(81,67,89)
#3E3444
(62,52,68)
#2B252F
(43,37,47)
#18161A
(24,22,26)
#000000
(0,0,0)

Tints of #D6ACEC

#D6ACEC
(214,172,236)
#D9B3ED
(217,179,237)
#DCBAEE
(220,186,238)
#DFC1EF
(223,193,239)
#E2C8F0
(226,200,240)
#E5CFF1
(229,207,241)
#E8D6F2
(232,214,242)
#EBDDF3
(235,221,243)
#EEE4F4
(238,228,244)
#F1EBF5
(241,235,245)
#F4F2F6
(244,242,246)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #D6ACEC; }

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

This text font color is #D6ACEC.


Background Color

.myBgColor { background-color: #D6ACEC; }

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

This div background color is #D6ACEC.


Border color

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

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

This div border color is #D6ACEC.


Opacity

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

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

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

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

This text has shadow with #D6ACEC color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #D6ACEC on black background.


Color preview on white background

This text has color #D6ACEC on white background.



Black color preview on #D6ACEC background

This text has black color on #D6ACEC background.


White color preview on #D6ACEC background

This text has white color on #D6ACEC background.