COLOR #D8AAC3

HEX: #D8AAC3
RGB: (216,170,195)

Color info

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

RGB color model

#D8AAC3 color RGB value is (216,170,195).

  • red value is 216;
  • green value is 170;
  • blue value is 195.
RGB:
(216,170,195)
(85%,67%,76%)

RGB channels and saturation

R 216 of 255 = 85%
G 170 of 255 = 67%
B 195 of 255 = 76%

216
170
195

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

Portions of RGB colors in percentages

R + G + B =
216 + 170 + 195 = 581 (100%)
R 216 of 581 ~ 37.18%
G 170 of 581 ~ 29.26%
B 195 of 581 ~ 33.56%

%37.18
%29.26
%33.56

CMYK color model

#D8AAC3 color CMYK value is (0,21,10,15).

  • cyan value is 0.00%
  • magenta value is 21.30%
  • yellow value is 9.72%
  • key color value is 15.29%
CMYK:
(0,21,10,15)
C0M21Y10K15 
(0%,21%,10%,15%)
(0.00/0.21/0.10/0.15)	

CMYK percentages

%0
%21.3
%9.72
%15.29

Codes

Color #D8AAC3 in popluar color models

D8AAC3
RGB216170195
HSL327°37.10%75.69%
HSB/HSV327°21.30%84.71%
CMYK0.00%21.30%9.72%
15.29%

Color #D8AAC3 in popluar number systems.

HEXD8AAC3
Decimal216170195
Binary110110001010101011000011
Octal330252303

Shades and tints

Shades of #D8AAC3

#D8AAC3
(216,170,195)
#C59BB2
(197,155,178)
#B28CA1
(178,140,161)
#9F7D90
(159,125,144)
#8C6E7F
(140,110,127)
#795F6E
(121,95,110)
#66505D
(102,80,93)
#53414C
(83,65,76)
#40323B
(64,50,59)
#2D232A
(45,35,42)
#1A1419
(26,20,25)
#000000
(0,0,0)

Tints of #D8AAC3

#D8AAC3
(216,170,195)
#DBB1C8
(219,177,200)
#DEB8CD
(222,184,205)
#E1BFD2
(225,191,210)
#E4C6D7
(228,198,215)
#E7CDDC
(231,205,220)
#EAD4E1
(234,212,225)
#EDDBE6
(237,219,230)
#F0E2EB
(240,226,235)
#F3E9F0
(243,233,240)
#F6F0F5
(246,240,245)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #D8AAC3 color. Also use rgb(216,170,195) instead hex code.

Text Font Color

.myTextColor { color: #D8AAC3; }

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

This text font color is #D8AAC3.


Background Color

.myBgColor { background-color: #D8AAC3; }

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

This div background color is #D8AAC3.


Border color

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

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

This div border color is #D8AAC3.


Opacity

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

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

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

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

This text has shadow with #D8AAC3 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #D8AAC3 on black background.


Color preview on white background

This text has color #D8AAC3 on white background.



Black color preview on #D8AAC3 background

This text has black color on #D8AAC3 background.


White color preview on #D8AAC3 background

This text has white color on #D8AAC3 background.