COLOR #D4AED1

HEX: #D4AED1
RGB: (212,174,209)

Color info

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

RGB color model

#D4AED1 color RGB value is (212,174,209).

  • red value is 212;
  • green value is 174;
  • blue value is 209.
RGB:
(212,174,209)
(83%,68%,82%)

RGB channels and saturation

R 212 of 255 = 83%
G 174 of 255 = 68%
B 209 of 255 = 82%

212
174
209

R + G + B ~ 78%. #D4AED1 is quite light color.

Portions of RGB colors in percentages

R + G + B =
212 + 174 + 209 = 595 (100%)
R 212 of 595 ~ 35.63%
G 174 of 595 ~ 29.24%
B 209 of 595 ~ 35.13%

%35.63
%29.24
%35.13

CMYK color model

#D4AED1 color CMYK value is (0,18,1,17).

  • cyan value is 0.00%
  • magenta value is 17.92%
  • yellow value is 1.42%
  • key color value is 16.86%
CMYK:
(0,18,1,17)
C0M18Y1K17 
(0%,18%,1%,17%)
(0.00/0.18/0.01/0.17)	

CMYK percentages

%0
%17.92
%1.42
%16.86

Codes

Color #D4AED1 in popluar color models

D4AED1
RGB212174209
HSL305°30.65%75.69%
HSB/HSV305°17.92%83.14%
CMYK0.00%17.92%1.42%
16.86%

Color #D4AED1 in popluar number systems.

HEXD4AED1
Decimal212174209
Binary110101001010111011010001
Octal324256321

Shades and tints

Shades of #D4AED1

#D4AED1
(212,174,209)
#C19FBE
(193,159,190)
#AE90AB
(174,144,171)
#9B8198
(155,129,152)
#887285
(136,114,133)
#756372
(117,99,114)
#62545F
(98,84,95)
#4F454C
(79,69,76)
#3C3639
(60,54,57)
#292726
(41,39,38)
#161813
(22,24,19)
#000000
(0,0,0)

Tints of #D4AED1

#D4AED1
(212,174,209)
#D7B5D5
(215,181,213)
#DABCD9
(218,188,217)
#DDC3DD
(221,195,221)
#E0CAE1
(224,202,225)
#E3D1E5
(227,209,229)
#E6D8E9
(230,216,233)
#E9DFED
(233,223,237)
#ECE6F1
(236,230,241)
#EFEDF5
(239,237,245)
#F2F4F9
(242,244,249)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #D4AED1 color. Also use rgb(212,174,209) instead hex code.

Text Font Color

.myTextColor { color: #D4AED1; }

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

This text font color is #D4AED1.


Background Color

.myBgColor { background-color: #D4AED1; }

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

This div background color is #D4AED1.


Border color

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

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

This div border color is #D4AED1.


Opacity

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

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

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

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

This text has shadow with #D4AED1 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #D4AED1 on black background.


Color preview on white background

This text has color #D4AED1 on white background.



Black color preview on #D4AED1 background

This text has black color on #D4AED1 background.


White color preview on #D4AED1 background

This text has white color on #D4AED1 background.