COLOR #D8AED1

HEX: #D8AED1
RGB: (216,174,209)

Color info

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

RGB color model

#D8AED1 color RGB value is (216,174,209).

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

RGB channels and saturation

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

216
174
209

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

Portions of RGB colors in percentages

R + G + B =
216 + 174 + 209 = 599 (100%)
R 216 of 599 ~ 36.06%
G 174 of 599 ~ 29.05%
B 209 of 599 ~ 34.89%

%36.06
%29.05
%34.89

CMYK color model

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

  • cyan value is 0.00%
  • magenta value is 19.44%
  • yellow value is 3.24%
  • 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
%3.24
%15.29

Codes

Color #D8AED1 in popluar color models

D8AED1
RGB216174209
HSL310°35.00%76.47%
HSB/HSV310°19.44%84.71%
CMYK0.00%19.44%3.24%
15.29%

Color #D8AED1 in popluar number systems.

HEXD8AED1
Decimal216174209
Binary110110001010111011010001
Octal330256321

Shades and tints

Shades of #D8AED1

#D8AED1
(216,174,209)
#C59FBE
(197,159,190)
#B290AB
(178,144,171)
#9F8198
(159,129,152)
#8C7285
(140,114,133)
#796372
(121,99,114)
#66545F
(102,84,95)
#53454C
(83,69,76)
#403639
(64,54,57)
#2D2726
(45,39,38)
#1A1813
(26,24,19)
#000000
(0,0,0)

Tints of #D8AED1

#D8AED1
(216,174,209)
#DBB5D5
(219,181,213)
#DEBCD9
(222,188,217)
#E1C3DD
(225,195,221)
#E4CAE1
(228,202,225)
#E7D1E5
(231,209,229)
#EAD8E9
(234,216,233)
#EDDFED
(237,223,237)
#F0E6F1
(240,230,241)
#F3EDF5
(243,237,245)
#F6F4F9
(246,244,249)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #D8AED1; }

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

This text font color is #D8AED1.


Background Color

.myBgColor { background-color: #D8AED1; }

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

This div background color is #D8AED1.


Border color

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

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

This div border color is #D8AED1.


Opacity

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

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

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

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

This text has shadow with #D8AED1 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #D8AED1 on black background.


Color preview on white background

This text has color #D8AED1 on white background.



Black color preview on #D8AED1 background

This text has black color on #D8AED1 background.


White color preview on #D8AED1 background

This text has white color on #D8AED1 background.