COLOR #D2ACE2

HEX: #D2ACE2
RGB: (210,172,226)

Color info

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

RGB color model

#D2ACE2 color RGB value is (210,172,226).

  • red value is 210;
  • green value is 172;
  • blue value is 226.
RGB:
(210,172,226)
(82%,67%,89%)

RGB channels and saturation

R 210 of 255 = 82%
G 172 of 255 = 67%
B 226 of 255 = 89%

210
172
226

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

Portions of RGB colors in percentages

R + G + B =
210 + 172 + 226 = 608 (100%)
R 210 of 608 ~ 34.54%
G 172 of 608 ~ 28.29%
B 226 of 608 ~ 37.17%

%34.54
%28.29
%37.17

CMYK color model

#D2ACE2 color CMYK value is (7,24,0,11).

  • cyan value is 7.08%
  • magenta value is 23.89%
  • yellow value is 0.00%
  • key color value is 11.37%
CMYK:
(7,24,0,11)
C7M24Y0K11 
(7%,24%,0%,11%)
(0.07/0.24/0.00/0.11)	

CMYK percentages

%7.08
%23.89
%0
%11.37

Codes

Color #D2ACE2 in popluar color models

D2ACE2
RGB210172226
HSL282°48.21%78.04%
HSB/HSV282°23.89%88.63%
CMYK7.08%23.89%0.00%
11.37%

Color #D2ACE2 in popluar number systems.

HEXD2ACE2
Decimal210172226
Binary110100101010110011100010
Octal322254342

Shades and tints

Shades of #D2ACE2

#D2ACE2
(210,172,226)
#BF9DCE
(191,157,206)
#AC8EBA
(172,142,186)
#997FA6
(153,127,166)
#867092
(134,112,146)
#73617E
(115,97,126)
#60526A
(96,82,106)
#4D4356
(77,67,86)
#3A3442
(58,52,66)
#27252E
(39,37,46)
#14161A
(20,22,26)
#000000
(0,0,0)

Tints of #D2ACE2

#D2ACE2
(210,172,226)
#D6B3E4
(214,179,228)
#DABAE6
(218,186,230)
#DEC1E8
(222,193,232)
#E2C8EA
(226,200,234)
#E6CFEC
(230,207,236)
#EAD6EE
(234,214,238)
#EEDDF0
(238,221,240)
#F2E4F2
(242,228,242)
#F6EBF4
(246,235,244)
#FAF2F6
(250,242,246)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #D2ACE2 color. Also use rgb(210,172,226) instead hex code.

Text Font Color

.myTextColor { color: #D2ACE2; }

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

This text font color is #D2ACE2.


Background Color

.myBgColor { background-color: #D2ACE2; }

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

This div background color is #D2ACE2.


Border color

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

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

This div border color is #D2ACE2.


Opacity

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

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

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

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

This text has shadow with #D2ACE2 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #D2ACE2 on black background.


Color preview on white background

This text has color #D2ACE2 on white background.



Black color preview on #D2ACE2 background

This text has black color on #D2ACE2 background.


White color preview on #D2ACE2 background

This text has white color on #D2ACE2 background.