COLOR #D5AACE

HEX: #D5AACE
RGB: (213,170,206)

Color info

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

RGB color model

#D5AACE color RGB value is (213,170,206).

  • red value is 213;
  • green value is 170;
  • blue value is 206.
RGB:
(213,170,206)
(84%,67%,81%)

RGB channels and saturation

R 213 of 255 = 84%
G 170 of 255 = 67%
B 206 of 255 = 81%

213
170
206

R + G + B ~ 77%. #D5AACE is quite light color.

Portions of RGB colors in percentages

R + G + B =
213 + 170 + 206 = 589 (100%)
R 213 of 589 ~ 36.16%
G 170 of 589 ~ 28.86%
B 206 of 589 ~ 34.97%

%36.16
%28.86
%34.97

CMYK color model

#D5AACE color CMYK value is (0,20,3,16).

  • cyan value is 0.00%
  • magenta value is 20.19%
  • yellow value is 3.29%
  • key color value is 16.47%
CMYK:
(0,20,3,16)
C0M20Y3K16 
(0%,20%,3%,16%)
(0.00/0.20/0.03/0.16)	

CMYK percentages

%0
%20.19
%3.29
%16.47

Codes

Color #D5AACE in popluar color models

D5AACE
RGB213170206
HSL310°33.86%75.10%
HSB/HSV310°20.19%83.53%
CMYK0.00%20.19%3.29%
16.47%

Color #D5AACE in popluar number systems.

HEXD5AACE
Decimal213170206
Binary110101011010101011001110
Octal325252316

Shades and tints

Shades of #D5AACE

#D5AACE
(213,170,206)
#C29BBC
(194,155,188)
#AF8CAA
(175,140,170)
#9C7D98
(156,125,152)
#896E86
(137,110,134)
#765F74
(118,95,116)
#635062
(99,80,98)
#504150
(80,65,80)
#3D323E
(61,50,62)
#2A232C
(42,35,44)
#17141A
(23,20,26)
#000000
(0,0,0)

Tints of #D5AACE

#D5AACE
(213,170,206)
#D8B1D2
(216,177,210)
#DBB8D6
(219,184,214)
#DEBFDA
(222,191,218)
#E1C6DE
(225,198,222)
#E4CDE2
(228,205,226)
#E7D4E6
(231,212,230)
#EADBEA
(234,219,234)
#EDE2EE
(237,226,238)
#F0E9F2
(240,233,242)
#F3F0F6
(243,240,246)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #D5AACE color. Also use rgb(213,170,206) instead hex code.

Text Font Color

.myTextColor { color: #D5AACE; }

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

This text font color is #D5AACE.


Background Color

.myBgColor { background-color: #D5AACE; }

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

This div background color is #D5AACE.


Border color

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

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

This div border color is #D5AACE.


Opacity

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

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

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

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

This text has shadow with #D5AACE color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #D5AACE on black background.


Color preview on white background

This text has color #D5AACE on white background.



Black color preview on #D5AACE background

This text has black color on #D5AACE background.


White color preview on #D5AACE background

This text has white color on #D5AACE background.