COLOR #D7ACE5

HEX: #D7ACE5
RGB: (215,172,229)

Color info

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

RGB color model

#D7ACE5 color RGB value is (215,172,229).

  • red value is 215;
  • green value is 172;
  • blue value is 229.
RGB:
(215,172,229)
(84%,67%,90%)

RGB channels and saturation

R 215 of 255 = 84%
G 172 of 255 = 67%
B 229 of 255 = 90%

215
172
229

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

Portions of RGB colors in percentages

R + G + B =
215 + 172 + 229 = 616 (100%)
R 215 of 616 ~ 34.9%
G 172 of 616 ~ 27.92%
B 229 of 616 ~ 37.18%

%34.9
%27.92
%37.18

CMYK color model

#D7ACE5 color CMYK value is (6,25,0,10).

  • cyan value is 6.11%
  • magenta value is 24.89%
  • yellow value is 0.00%
  • key color value is 10.20%
CMYK:
(6,25,0,10)
C6M25Y0K10 
(6%,25%,0%,10%)
(0.06/0.25/0.00/0.10)	

CMYK percentages

%6.11
%24.89
%0
%10.2

Codes

Color #D7ACE5 in popluar color models

D7ACE5
RGB215172229
HSL285°52.29%78.63%
HSB/HSV285°24.89%89.80%
CMYK6.11%24.89%0.00%
10.20%

Color #D7ACE5 in popluar number systems.

HEXD7ACE5
Decimal215172229
Binary110101111010110011100101
Octal327254345

Shades and tints

Shades of #D7ACE5

#D7ACE5
(215,172,229)
#C49DD1
(196,157,209)
#B18EBD
(177,142,189)
#9E7FA9
(158,127,169)
#8B7095
(139,112,149)
#786181
(120,97,129)
#65526D
(101,82,109)
#524359
(82,67,89)
#3F3445
(63,52,69)
#2C2531
(44,37,49)
#19161D
(25,22,29)
#000000
(0,0,0)

Tints of #D7ACE5

#D7ACE5
(215,172,229)
#DAB3E7
(218,179,231)
#DDBAE9
(221,186,233)
#E0C1EB
(224,193,235)
#E3C8ED
(227,200,237)
#E6CFEF
(230,207,239)
#E9D6F1
(233,214,241)
#ECDDF3
(236,221,243)
#EFE4F5
(239,228,245)
#F2EBF7
(242,235,247)
#F5F2F9
(245,242,249)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #D7ACE5; }

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

This text font color is #D7ACE5.


Background Color

.myBgColor { background-color: #D7ACE5; }

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

This div background color is #D7ACE5.


Border color

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

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

This div border color is #D7ACE5.


Opacity

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

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

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

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

This text has shadow with #D7ACE5 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #D7ACE5 on black background.


Color preview on white background

This text has color #D7ACE5 on white background.



Black color preview on #D7ACE5 background

This text has black color on #D7ACE5 background.


White color preview on #D7ACE5 background

This text has white color on #D7ACE5 background.