COLOR #D5AED6

HEX: #D5AED6
RGB: (213,174,214)

Color info

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

RGB color model

#D5AED6 color RGB value is (213,174,214).

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

RGB channels and saturation

R 213 of 255 = 84%
G 174 of 255 = 68%
B 214 of 255 = 84%

213
174
214

R + G + B ~ 79%. #D5AED6 is quite light color.

Portions of RGB colors in percentages

R + G + B =
213 + 174 + 214 = 601 (100%)
R 213 of 601 ~ 35.44%
G 174 of 601 ~ 28.95%
B 214 of 601 ~ 35.61%

%35.44
%28.95
%35.61

CMYK color model

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

  • cyan value is 0.47%
  • magenta value is 18.69%
  • yellow value is 0.00%
  • key color value is 16.08%
CMYK:
(0,19,0,16)
C0M19Y0K16 
(0%,19%,0%,16%)
(0.00/0.19/0.00/0.16)	

CMYK percentages

%0.47
%18.69
%0
%16.08

Codes

Color #D5AED6 in popluar color models

D5AED6
RGB213174214
HSL299°32.79%76.08%
HSB/HSV299°18.69%83.92%
CMYK0.47%18.69%0.00%
16.08%

Color #D5AED6 in popluar number systems.

HEXD5AED6
Decimal213174214
Binary110101011010111011010110
Octal325256326

Shades and tints

Shades of #D5AED6

#D5AED6
(213,174,214)
#C29FC3
(194,159,195)
#AF90B0
(175,144,176)
#9C819D
(156,129,157)
#89728A
(137,114,138)
#766377
(118,99,119)
#635464
(99,84,100)
#504551
(80,69,81)
#3D363E
(61,54,62)
#2A272B
(42,39,43)
#171818
(23,24,24)
#000000
(0,0,0)

Tints of #D5AED6

#D5AED6
(213,174,214)
#D8B5D9
(216,181,217)
#DBBCDC
(219,188,220)
#DEC3DF
(222,195,223)
#E1CAE2
(225,202,226)
#E4D1E5
(228,209,229)
#E7D8E8
(231,216,232)
#EADFEB
(234,223,235)
#EDE6EE
(237,230,238)
#F0EDF1
(240,237,241)
#F3F4F4
(243,244,244)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #D5AED6; }

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

This text font color is #D5AED6.


Background Color

.myBgColor { background-color: #D5AED6; }

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

This div background color is #D5AED6.


Border color

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

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

This div border color is #D5AED6.


Opacity

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

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

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

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

This text has shadow with #D5AED6 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #D5AED6 on black background.


Color preview on white background

This text has color #D5AED6 on white background.



Black color preview on #D5AED6 background

This text has black color on #D5AED6 background.


White color preview on #D5AED6 background

This text has white color on #D5AED6 background.