COLOR #D9AEAC

HEX: #D9AEAC
RGB: (217,174,172)

Color info

#D9AEAC contains red, green and blue colors in about the same proportion. Web safe color of #D9AEAC is #CC9999 (or #C99).

RGB color model

#D9AEAC color RGB value is (217,174,172).

  • red value is 217;
  • green value is 174;
  • blue value is 172.
RGB:
(217,174,172)
(85%,68%,67%)

RGB channels and saturation

R 217 of 255 = 85%
G 174 of 255 = 68%
B 172 of 255 = 67%

217
174
172

R + G + B ~ 73%. #D9AEAC is quite light color.

Portions of RGB colors in percentages

R + G + B =
217 + 174 + 172 = 563 (100%)
R 217 of 563 ~ 38.54%
G 174 of 563 ~ 30.91%
B 172 of 563 ~ 30.55%

%38.54
%30.91
%30.55

CMYK color model

#D9AEAC color CMYK value is (0,20,21,15).

  • cyan value is 0.00%
  • magenta value is 19.82%
  • yellow value is 20.74%
  • key color value is 14.90%
CMYK:
(0,20,21,15)
C0M20Y21K15 
(0%,20%,21%,15%)
(0.00/0.20/0.21/0.15)	

CMYK percentages

%0
%19.82
%20.74
%14.9

Codes

Color #D9AEAC in popluar color models

D9AEAC
RGB217174172
HSL37.19%76.27%
HSB/HSV20.74%85.10%
CMYK0.00%19.82%20.74%
14.90%

Color #D9AEAC in popluar number systems.

HEXD9AEAC
Decimal217174172
Binary110110011010111010101100
Octal331256254

Shades and tints

Shades of #D9AEAC

#D9AEAC
(217,174,172)
#C69F9D
(198,159,157)
#B3908E
(179,144,142)
#A0817F
(160,129,127)
#8D7270
(141,114,112)
#7A6361
(122,99,97)
#675452
(103,84,82)
#544543
(84,69,67)
#413634
(65,54,52)
#2E2725
(46,39,37)
#1B1816
(27,24,22)
#000000
(0,0,0)

Tints of #D9AEAC

#D9AEAC
(217,174,172)
#DCB5B3
(220,181,179)
#DFBCBA
(223,188,186)
#E2C3C1
(226,195,193)
#E5CAC8
(229,202,200)
#E8D1CF
(232,209,207)
#EBD8D6
(235,216,214)
#EEDFDD
(238,223,221)
#F1E6E4
(241,230,228)
#F4EDEB
(244,237,235)
#F7F4F2
(247,244,242)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #D9AEAC color. Also use rgb(217,174,172) instead hex code.

Text Font Color

.myTextColor { color: #D9AEAC; }

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

This text font color is #D9AEAC.


Background Color

.myBgColor { background-color: #D9AEAC; }

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

This div background color is #D9AEAC.


Border color

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

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

This div border color is #D9AEAC.


Opacity

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

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

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

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

This text has shadow with #D9AEAC color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #D9AEAC on black background.


Color preview on white background

This text has color #D9AEAC on white background.



Black color preview on #D9AEAC background

This text has black color on #D9AEAC background.


White color preview on #D9AEAC background

This text has white color on #D9AEAC background.