COLOR #D2AED1

HEX: #D2AED1 RGB: (210,174,209)

Color info

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

RGB color model

#D2AED1 color RGB value is (210,174,209).

RGB: (210,174,209) (82%, 68%, 82%)

RGB channels and saturation

R 210 of 255 = 82%
G 174 of 255 = 68%
B 209 of 255 = 82%

210
174
209

R + G + B ~ 77%. #D2AED1 is quite light color.

Portions of RGB colors in percentages

R + G + B = 210 + 174 + 209 = 593 (100%)
R 210 of 593 ~ 35.41%
G 174 of 593 ~ 29.34%
B 209 of 593 ~ 35.24'%

%35.41
%29.34
%35.24

CMYK color model

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

  • cyan value is 0.00%
  • magenta value is 17.14%
  • yellow value is 0.48%
  • key color value is 17.65%

CMYK: (0,17,0,18)
C0M17Y0K18 (0%, 17%, 0%, 18%)
(0.00 / 0.17 / 0.00 / 0.18)

CMYK percentages

%0
%17.14
%0.48
%17.65

Codes

Color #D2AED1 in popluar color models

D2 AE D1
RGB 210 174 209
HSL 302° 28.57% 75.29%
HSB/HSV 302° 17.14% 82.35%
CMYK 0.00% 17.14% 0.48%
17.65%

Color #D2AED1 in popluar number systems.

HEX D2 AE D1
Decimal 210 174 209
Binary 11010010 10101110 11010001
Octal 322 256 321

Shades and tints

Shades of #D2AED1

#D2AED1
(210,174,209)
#BF9FBE
(191,159,190)
#AC90AB
(172,144,171)
#998198
(153,129,152)
#867285
(134,114,133)
#736372
(115,99,114)
#60545F
(96,84,95)
#4D454C
(77,69,76)
#3A3639
(58,54,57)
#272726
(39,39,38)
#141813
(20,24,19)
#000000
(0,0,0)

Tints of #D2AED1

#D2AED1
(210,174,209)
#D6B5D5
(214,181,213)
#DABCD9
(218,188,217)
#DEC3DD
(222,195,221)
#E2CAE1
(226,202,225)
#E6D1E5
(230,209,229)
#EAD8E9
(234,216,233)
#EEDFED
(238,223,237)
#F2E6F1
(242,230,241)
#F6EDF5
(246,237,245)
#FAF4F9
(250,244,249)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #D2AED1; }

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

This text font color is #D2AED1.

Background Color

.myBgColor { background-color: #D2AED1; }

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

This div background color is #D2AED1.

Border color

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

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

This div border color is #D2AED1.

Opacity

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

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

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

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

This text has shadow with #D2AED1 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #D2AED1.

Preview

Color preview on black background

This text has color #D2AED1 on black background.


Color preview on white background

This text has color #D2AED1 on white background.


Black color preview on #D2AED1 background

This text has black color on #D2AED1 background.


White color preview on #D2AED1 background

This text has white color on #D2AED1 background.


Related colors

Complementary color

Complementary color for #hex is #2D512E.


I love getcolorcode.com

Triadic colors

1 #D1D2AE and #AED1D2 with #D2AED1 are triadic colors.

2 #D1AED2 and #AED2D1 with #D2AED1 are triadic colors.