COLOR #D5AAC7

HEX: #D5AAC7
RGB: (213,170,199)

Color info

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

RGB color model

#D5AAC7 color RGB value is (213,170,199).

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

RGB channels and saturation

R 213 of 255 = 84%
G 170 of 255 = 67%
B 199 of 255 = 78%

213
170
199

R + G + B ~ 76%. #D5AAC7 is quite light color.

Portions of RGB colors in percentages

R + G + B =
213 + 170 + 199 = 582 (100%)
R 213 of 582 ~ 36.6%
G 170 of 582 ~ 29.21%
B 199 of 582 ~ 34.19%

%36.6
%29.21
%34.19

CMYK color model

#D5AAC7 color CMYK value is (0,20,7,16).

  • cyan value is 0.00%
  • magenta value is 20.19%
  • yellow value is 6.57%
  • key color value is 16.47%
CMYK:
(0,20,7,16)
C0M20Y7K16 
(0%,20%,7%,16%)
(0.00/0.20/0.07/0.16)	

CMYK percentages

%0
%20.19
%6.57
%16.47

Codes

Color #D5AAC7 in popluar color models

D5AAC7
RGB213170199
HSL320°33.86%75.10%
HSB/HSV320°20.19%83.53%
CMYK0.00%20.19%6.57%
16.47%

Color #D5AAC7 in popluar number systems.

HEXD5AAC7
Decimal213170199
Binary110101011010101011000111
Octal325252307

Shades and tints

Shades of #D5AAC7

#D5AAC7
(213,170,199)
#C29BB5
(194,155,181)
#AF8CA3
(175,140,163)
#9C7D91
(156,125,145)
#896E7F
(137,110,127)
#765F6D
(118,95,109)
#63505B
(99,80,91)
#504149
(80,65,73)
#3D3237
(61,50,55)
#2A2325
(42,35,37)
#171413
(23,20,19)
#000000
(0,0,0)

Tints of #D5AAC7

#D5AAC7
(213,170,199)
#D8B1CC
(216,177,204)
#DBB8D1
(219,184,209)
#DEBFD6
(222,191,214)
#E1C6DB
(225,198,219)
#E4CDE0
(228,205,224)
#E7D4E5
(231,212,229)
#EADBEA
(234,219,234)
#EDE2EF
(237,226,239)
#F0E9F4
(240,233,244)
#F3F0F9
(243,240,249)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #D5AAC7; }

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

This text font color is #D5AAC7.


Background Color

.myBgColor { background-color: #D5AAC7; }

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

This div background color is #D5AAC7.


Border color

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

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

This div border color is #D5AAC7.


Opacity

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

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

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

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

This text has shadow with #D5AAC7 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #D5AAC7 on black background.


Color preview on white background

This text has color #D5AAC7 on white background.



Black color preview on #D5AAC7 background

This text has black color on #D5AAC7 background.


White color preview on #D5AAC7 background

This text has white color on #D5AAC7 background.