COLOR #D8AED2

HEX: #D8AED2 RGB: (216,174,210)

Color info

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

RGB color model

#D8AED2 color RGB value is (216,174,210).

RGB: (216,174,210) (85%, 68%, 82%)

RGB channels and saturation

R 216 of 255 = 85%
G 174 of 255 = 68%
B 210 of 255 = 82%

216
174
210

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

Portions of RGB colors in percentages

R + G + B = 216 + 174 + 210 = 600 (100%)
R 216 of 600 ~ 36%
G 174 of 600 ~ 29%
B 210 of 600 ~ 35'%

%36
%29
%35

CMYK color model

#D8AED2 color CMYK value is (0,19,3,15).

  • cyan value is 0.00%
  • magenta value is 19.44%
  • yellow value is 2.78%
  • key color value is 15.29%

CMYK: (0,19,3,15)
C0M19Y3K15 (0%, 19%, 3%, 15%)
(0.00 / 0.19 / 0.03 / 0.15)

CMYK percentages

%0
%19.44
%2.78
%15.29

Codes

Color #D8AED2 in popluar color models

D8 AE D2
RGB 216 174 210
HSL 309° 35.00% 76.47%
HSB/HSV 309° 19.44% 84.71%
CMYK 0.00% 19.44% 2.78%
15.29%

Color #D8AED2 in popluar number systems.

HEX D8 AE D2
Decimal 216 174 210
Binary 11011000 10101110 11010010
Octal 330 256 322

Shades and tints

Shades of #D8AED2

#D8AED2
(216,174,210)
#C59FBF
(197,159,191)
#B290AC
(178,144,172)
#9F8199
(159,129,153)
#8C7286
(140,114,134)
#796373
(121,99,115)
#665460
(102,84,96)
#53454D
(83,69,77)
#40363A
(64,54,58)
#2D2727
(45,39,39)
#1A1814
(26,24,20)
#000000
(0,0,0)

Tints of #D8AED2

#D8AED2
(216,174,210)
#DBB5D6
(219,181,214)
#DEBCDA
(222,188,218)
#E1C3DE
(225,195,222)
#E4CAE2
(228,202,226)
#E7D1E6
(231,209,230)
#EAD8EA
(234,216,234)
#EDDFEE
(237,223,238)
#F0E6F2
(240,230,242)
#F3EDF6
(243,237,246)
#F6F4FA
(246,244,250)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #D8AED2; }

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

This text font color is #D8AED2.

Background Color

.myBgColor { background-color: #D8AED2; }

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

This div background color is #D8AED2.

Border color

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

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

This div border color is #D8AED2.

Opacity

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

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

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

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

This text has shadow with #D8AED2 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #D8AED2.

Preview

Color preview on black background

This text has color #D8AED2 on black background.


Color preview on white background

This text has color #D8AED2 on white background.


Black color preview on #D8AED2 background

This text has black color on #D8AED2 background.


White color preview on #D8AED2 background

This text has white color on #D8AED2 background.


Related colors

Complementary color

Complementary color for #hex is #27512D.


I love getcolorcode.com

Triadic colors

1 #D2D8AE and #AED2D8 with #D8AED2 are triadic colors.

2 #D2AED8 and #AED8D2 with #D8AED2 are triadic colors.