COLOR #D9AEC3

HEX: #D9AEC3
RGB: (217,174,195)

Color info

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

RGB color model

#D9AEC3 color RGB value is (217,174,195).

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

RGB channels and saturation

R 217 of 255 = 85%
G 174 of 255 = 68%
B 195 of 255 = 76%

217
174
195

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

Portions of RGB colors in percentages

R + G + B =
217 + 174 + 195 = 586 (100%)
R 217 of 586 ~ 37.03%
G 174 of 586 ~ 29.69%
B 195 of 586 ~ 33.28%

%37.03
%29.69
%33.28

CMYK color model

#D9AEC3 color CMYK value is (0,20,10,15).

  • cyan value is 0.00%
  • magenta value is 19.82%
  • yellow value is 10.14%
  • key color value is 14.90%
CMYK:
(0,20,10,15)
C0M20Y10K15 
(0%,20%,10%,15%)
(0.00/0.20/0.10/0.15)	

CMYK percentages

%0
%19.82
%10.14
%14.9

Codes

Color #D9AEC3 in popluar color models

D9AEC3
RGB217174195
HSL331°36.13%76.67%
HSB/HSV331°19.82%85.10%
CMYK0.00%19.82%10.14%
14.90%

Color #D9AEC3 in popluar number systems.

HEXD9AEC3
Decimal217174195
Binary110110011010111011000011
Octal331256303

Shades and tints

Shades of #D9AEC3

#D9AEC3
(217,174,195)
#C69FB2
(198,159,178)
#B390A1
(179,144,161)
#A08190
(160,129,144)
#8D727F
(141,114,127)
#7A636E
(122,99,110)
#67545D
(103,84,93)
#54454C
(84,69,76)
#41363B
(65,54,59)
#2E272A
(46,39,42)
#1B1819
(27,24,25)
#000000
(0,0,0)

Tints of #D9AEC3

#D9AEC3
(217,174,195)
#DCB5C8
(220,181,200)
#DFBCCD
(223,188,205)
#E2C3D2
(226,195,210)
#E5CAD7
(229,202,215)
#E8D1DC
(232,209,220)
#EBD8E1
(235,216,225)
#EEDFE6
(238,223,230)
#F1E6EB
(241,230,235)
#F4EDF0
(244,237,240)
#F7F4F5
(247,244,245)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #D9AEC3; }

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

This text font color is #D9AEC3.


Background Color

.myBgColor { background-color: #D9AEC3; }

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

This div background color is #D9AEC3.


Border color

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

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

This div border color is #D9AEC3.


Opacity

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

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

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

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

This text has shadow with #D9AEC3 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #D9AEC3 on black background.


Color preview on white background

This text has color #D9AEC3 on white background.



Black color preview on #D9AEC3 background

This text has black color on #D9AEC3 background.


White color preview on #D9AEC3 background

This text has white color on #D9AEC3 background.