COLOR #D4AEDB

HEX: #D4AEDB
RGB: (212,174,219)

Color info

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

RGB color model

#D4AEDB color RGB value is (212,174,219).

  • red value is 212;
  • green value is 174;
  • blue value is 219.
RGB:
(212,174,219)
(83%,68%,86%)

RGB channels and saturation

R 212 of 255 = 83%
G 174 of 255 = 68%
B 219 of 255 = 86%

212
174
219

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

Portions of RGB colors in percentages

R + G + B =
212 + 174 + 219 = 605 (100%)
R 212 of 605 ~ 35.04%
G 174 of 605 ~ 28.76%
B 219 of 605 ~ 36.2%

%35.04
%28.76
%36.2

CMYK color model

#D4AEDB color CMYK value is (3,21,0,14).

  • cyan value is 3.20%
  • magenta value is 20.55%
  • yellow value is 0.00%
  • key color value is 14.12%
CMYK:
(3,21,0,14)
C3M21Y0K14 
(3%,21%,0%,14%)
(0.03/0.21/0.00/0.14)	

CMYK percentages

%3.2
%20.55
%0
%14.12

Codes

Color #D4AEDB in popluar color models

D4AEDB
RGB212174219
HSL291°38.46%77.06%
HSB/HSV291°20.55%85.88%
CMYK3.20%20.55%0.00%
14.12%

Color #D4AEDB in popluar number systems.

HEXD4AEDB
Decimal212174219
Binary110101001010111011011011
Octal324256333

Shades and tints

Shades of #D4AEDB

#D4AEDB
(212,174,219)
#C19FC8
(193,159,200)
#AE90B5
(174,144,181)
#9B81A2
(155,129,162)
#88728F
(136,114,143)
#75637C
(117,99,124)
#625469
(98,84,105)
#4F4556
(79,69,86)
#3C3643
(60,54,67)
#292730
(41,39,48)
#16181D
(22,24,29)
#000000
(0,0,0)

Tints of #D4AEDB

#D4AEDB
(212,174,219)
#D7B5DE
(215,181,222)
#DABCE1
(218,188,225)
#DDC3E4
(221,195,228)
#E0CAE7
(224,202,231)
#E3D1EA
(227,209,234)
#E6D8ED
(230,216,237)
#E9DFF0
(233,223,240)
#ECE6F3
(236,230,243)
#EFEDF6
(239,237,246)
#F2F4F9
(242,244,249)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #D4AEDB color. Also use rgb(212,174,219) instead hex code.

Text Font Color

.myTextColor { color: #D4AEDB; }

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

This text font color is #D4AEDB.


Background Color

.myBgColor { background-color: #D4AEDB; }

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

This div background color is #D4AEDB.


Border color

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

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

This div border color is #D4AEDB.


Opacity

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

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

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

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

This text has shadow with #D4AEDB color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #D4AEDB on black background.


Color preview on white background

This text has color #D4AEDB on white background.



Black color preview on #D4AEDB background

This text has black color on #D4AEDB background.


White color preview on #D4AEDB background

This text has white color on #D4AEDB background.