COLOR #D7ACE3

HEX: #D7ACE3
RGB: (215,172,227)

Color info

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

RGB color model

#D7ACE3 color RGB value is (215,172,227).

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

RGB channels and saturation

R 215 of 255 = 84%
G 172 of 255 = 67%
B 227 of 255 = 89%

215
172
227

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

Portions of RGB colors in percentages

R + G + B =
215 + 172 + 227 = 614 (100%)
R 215 of 614 ~ 35.02%
G 172 of 614 ~ 28.01%
B 227 of 614 ~ 36.97%

%35.02
%28.01
%36.97

CMYK color model

#D7ACE3 color CMYK value is (5,24,0,11).

  • cyan value is 5.29%
  • magenta value is 24.23%
  • yellow value is 0.00%
  • key color value is 10.98%
CMYK:
(5,24,0,11)
C5M24Y0K11 
(5%,24%,0%,11%)
(0.05/0.24/0.00/0.11)	

CMYK percentages

%5.29
%24.23
%0
%10.98

Codes

Color #D7ACE3 in popluar color models

D7ACE3
RGB215172227
HSL287°49.55%78.24%
HSB/HSV287°24.23%89.02%
CMYK5.29%24.23%0.00%
10.98%

Color #D7ACE3 in popluar number systems.

HEXD7ACE3
Decimal215172227
Binary110101111010110011100011
Octal327254343

Shades and tints

Shades of #D7ACE3

#D7ACE3
(215,172,227)
#C49DCF
(196,157,207)
#B18EBB
(177,142,187)
#9E7FA7
(158,127,167)
#8B7093
(139,112,147)
#78617F
(120,97,127)
#65526B
(101,82,107)
#524357
(82,67,87)
#3F3443
(63,52,67)
#2C252F
(44,37,47)
#19161B
(25,22,27)
#000000
(0,0,0)

Tints of #D7ACE3

#D7ACE3
(215,172,227)
#DAB3E5
(218,179,229)
#DDBAE7
(221,186,231)
#E0C1E9
(224,193,233)
#E3C8EB
(227,200,235)
#E6CFED
(230,207,237)
#E9D6EF
(233,214,239)
#ECDDF1
(236,221,241)
#EFE4F3
(239,228,243)
#F2EBF5
(242,235,245)
#F5F2F7
(245,242,247)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #D7ACE3; }

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

This text font color is #D7ACE3.


Background Color

.myBgColor { background-color: #D7ACE3; }

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

This div background color is #D7ACE3.


Border color

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

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

This div border color is #D7ACE3.


Opacity

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

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

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

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

This text has shadow with #D7ACE3 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #D7ACE3 on black background.


Color preview on white background

This text has color #D7ACE3 on white background.



Black color preview on #D7ACE3 background

This text has black color on #D7ACE3 background.


White color preview on #D7ACE3 background

This text has white color on #D7ACE3 background.