COLOR #D1AED4

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

Color info

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

RGB color model

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

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

RGB channels and saturation

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

209
174
212

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

Portions of RGB colors in percentages

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

%35.13
%29.24
%35.63

CMYK color model

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

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

CMYK percentages

%1.42
%17.92
%0
%16.86

Codes

Color #D1AED4 in popluar color models

D1AED4
RGB209174212
HSL295°30.65%75.69%
HSB/HSV295°17.92%83.14%
CMYK1.42%17.92%0.00%
16.86%

Color #D1AED4 in popluar number systems.

HEXD1AED4
Decimal209174212
Binary110100011010111011010100
Octal321256324

Shades and tints

Shades of #D1AED4

#D1AED4
(209,174,212)
#BE9FC1
(190,159,193)
#AB90AE
(171,144,174)
#98819B
(152,129,155)
#857288
(133,114,136)
#726375
(114,99,117)
#5F5462
(95,84,98)
#4C454F
(76,69,79)
#39363C
(57,54,60)
#262729
(38,39,41)
#131816
(19,24,22)
#000000
(0,0,0)

Tints of #D1AED4

#D1AED4
(209,174,212)
#D5B5D7
(213,181,215)
#D9BCDA
(217,188,218)
#DDC3DD
(221,195,221)
#E1CAE0
(225,202,224)
#E5D1E3
(229,209,227)
#E9D8E6
(233,216,230)
#EDDFE9
(237,223,233)
#F1E6EC
(241,230,236)
#F5EDEF
(245,237,239)
#F9F4F2
(249,244,242)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #D1AED4; }

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

This text font color is #D1AED4.


Background Color

.myBgColor { background-color: #D1AED4; }

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

This div background color is #D1AED4.


Border color

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

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

This div border color is #D1AED4.


Opacity

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

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

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

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

This text has shadow with #D1AED4 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #D1AED4 on black background.


Color preview on white background

This text has color #D1AED4 on white background.



Black color preview on #D1AED4 background

This text has black color on #D1AED4 background.


White color preview on #D1AED4 background

This text has white color on #D1AED4 background.