COLOR #D7AED1

HEX: #D7AED1
RGB: (215,174,209)

Color info

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

RGB color model

#D7AED1 color RGB value is (215,174,209).

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

RGB channels and saturation

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

215
174
209

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

Portions of RGB colors in percentages

R + G + B =
215 + 174 + 209 = 598 (100%)
R 215 of 598 ~ 35.95%
G 174 of 598 ~ 29.1%
B 209 of 598 ~ 34.95%

%35.95
%29.1
%34.95

CMYK color model

#D7AED1 color CMYK value is (0,19,3,16).

  • cyan value is 0.00%
  • magenta value is 19.07%
  • yellow value is 2.79%
  • key color value is 15.69%
CMYK:
(0,19,3,16)
C0M19Y3K16 
(0%,19%,3%,16%)
(0.00/0.19/0.03/0.16)	

CMYK percentages

%0
%19.07
%2.79
%15.69

Codes

Color #D7AED1 in popluar color models

D7AED1
RGB215174209
HSL309°33.88%76.27%
HSB/HSV309°19.07%84.31%
CMYK0.00%19.07%2.79%
15.69%

Color #D7AED1 in popluar number systems.

HEXD7AED1
Decimal215174209
Binary110101111010111011010001
Octal327256321

Shades and tints

Shades of #D7AED1

#D7AED1
(215,174,209)
#C49FBE
(196,159,190)
#B190AB
(177,144,171)
#9E8198
(158,129,152)
#8B7285
(139,114,133)
#786372
(120,99,114)
#65545F
(101,84,95)
#52454C
(82,69,76)
#3F3639
(63,54,57)
#2C2726
(44,39,38)
#191813
(25,24,19)
#000000
(0,0,0)

Tints of #D7AED1

#D7AED1
(215,174,209)
#DAB5D5
(218,181,213)
#DDBCD9
(221,188,217)
#E0C3DD
(224,195,221)
#E3CAE1
(227,202,225)
#E6D1E5
(230,209,229)
#E9D8E9
(233,216,233)
#ECDFED
(236,223,237)
#EFE6F1
(239,230,241)
#F2EDF5
(242,237,245)
#F5F4F9
(245,244,249)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #D7AED1; }

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

This text font color is #D7AED1.


Background Color

.myBgColor { background-color: #D7AED1; }

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

This div background color is #D7AED1.


Border color

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

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

This div border color is #D7AED1.


Opacity

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

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

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

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

This text has shadow with #D7AED1 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #D7AED1 on black background.


Color preview on white background

This text has color #D7AED1 on white background.



Black color preview on #D7AED1 background

This text has black color on #D7AED1 background.


White color preview on #D7AED1 background

This text has white color on #D7AED1 background.