COLOR #D1AED5

HEX: #D1AED5
RGB: (209,174,213)

Color info

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

RGB color model

#D1AED5 color RGB value is (209,174,213).

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

RGB channels and saturation

R 209 of 255 = 82%
G 174 of 255 = 68%
B 213 of 255 = 84%

209
174
213

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

Portions of RGB colors in percentages

R + G + B =
209 + 174 + 213 = 596 (100%)
R 209 of 596 ~ 35.07%
G 174 of 596 ~ 29.19%
B 213 of 596 ~ 35.74%

%35.07
%29.19
%35.74

CMYK color model

#D1AED5 color CMYK value is (2,18,0,16).

  • cyan value is 1.88%
  • magenta value is 18.31%
  • yellow value is 0.00%
  • key color value is 16.47%
CMYK:
(2,18,0,16)
C2M18Y0K16 
(2%,18%,0%,16%)
(0.02/0.18/0.00/0.16)	

CMYK percentages

%1.88
%18.31
%0
%16.47

Codes

Color #D1AED5 in popluar color models

D1AED5
RGB209174213
HSL294°31.71%75.88%
HSB/HSV294°18.31%83.53%
CMYK1.88%18.31%0.00%
16.47%

Color #D1AED5 in popluar number systems.

HEXD1AED5
Decimal209174213
Binary110100011010111011010101
Octal321256325

Shades and tints

Shades of #D1AED5

#D1AED5
(209,174,213)
#BE9FC2
(190,159,194)
#AB90AF
(171,144,175)
#98819C
(152,129,156)
#857289
(133,114,137)
#726376
(114,99,118)
#5F5463
(95,84,99)
#4C4550
(76,69,80)
#39363D
(57,54,61)
#26272A
(38,39,42)
#131817
(19,24,23)
#000000
(0,0,0)

Tints of #D1AED5

#D1AED5
(209,174,213)
#D5B5D8
(213,181,216)
#D9BCDB
(217,188,219)
#DDC3DE
(221,195,222)
#E1CAE1
(225,202,225)
#E5D1E4
(229,209,228)
#E9D8E7
(233,216,231)
#EDDFEA
(237,223,234)
#F1E6ED
(241,230,237)
#F5EDF0
(245,237,240)
#F9F4F3
(249,244,243)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #D1AED5; }

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

This text font color is #D1AED5.


Background Color

.myBgColor { background-color: #D1AED5; }

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

This div background color is #D1AED5.


Border color

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

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

This div border color is #D1AED5.


Opacity

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

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

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

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

This text has shadow with #D1AED5 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #D1AED5 on black background.


Color preview on white background

This text has color #D1AED5 on white background.



Black color preview on #D1AED5 background

This text has black color on #D1AED5 background.


White color preview on #D1AED5 background

This text has white color on #D1AED5 background.