COLOR #D3AEDE

HEX: #D3AEDE
RGB: (211,174,222)

Color info

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

RGB color model

#D3AEDE color RGB value is (211,174,222).

  • red value is 211;
  • green value is 174;
  • blue value is 222.
RGB:
(211,174,222)
(83%,68%,87%)

RGB channels and saturation

R 211 of 255 = 83%
G 174 of 255 = 68%
B 222 of 255 = 87%

211
174
222

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

Portions of RGB colors in percentages

R + G + B =
211 + 174 + 222 = 607 (100%)
R 211 of 607 ~ 34.76%
G 174 of 607 ~ 28.67%
B 222 of 607 ~ 36.57%

%34.76
%28.67
%36.57

CMYK color model

#D3AEDE color CMYK value is (5,22,0,13).

  • cyan value is 4.95%
  • magenta value is 21.62%
  • yellow value is 0.00%
  • key color value is 12.94%
CMYK:
(5,22,0,13)
C5M22Y0K13 
(5%,22%,0%,13%)
(0.05/0.22/0.00/0.13)	

CMYK percentages

%4.95
%21.62
%0
%12.94

Codes

Color #D3AEDE in popluar color models

D3AEDE
RGB211174222
HSL286°42.11%77.65%
HSB/HSV286°21.62%87.06%
CMYK4.95%21.62%0.00%
12.94%

Color #D3AEDE in popluar number systems.

HEXD3AEDE
Decimal211174222
Binary110100111010111011011110
Octal323256336

Shades and tints

Shades of #D3AEDE

#D3AEDE
(211,174,222)
#C09FCA
(192,159,202)
#AD90B6
(173,144,182)
#9A81A2
(154,129,162)
#87728E
(135,114,142)
#74637A
(116,99,122)
#615466
(97,84,102)
#4E4552
(78,69,82)
#3B363E
(59,54,62)
#28272A
(40,39,42)
#151816
(21,24,22)
#000000
(0,0,0)

Tints of #D3AEDE

#D3AEDE
(211,174,222)
#D7B5E1
(215,181,225)
#DBBCE4
(219,188,228)
#DFC3E7
(223,195,231)
#E3CAEA
(227,202,234)
#E7D1ED
(231,209,237)
#EBD8F0
(235,216,240)
#EFDFF3
(239,223,243)
#F3E6F6
(243,230,246)
#F7EDF9
(247,237,249)
#FBF4FC
(251,244,252)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #D3AEDE color. Also use rgb(211,174,222) instead hex code.

Text Font Color

.myTextColor { color: #D3AEDE; }

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

This text font color is #D3AEDE.


Background Color

.myBgColor { background-color: #D3AEDE; }

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

This div background color is #D3AEDE.


Border color

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

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

This div border color is #D3AEDE.


Opacity

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

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

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

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

This text has shadow with #D3AEDE color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #D3AEDE on black background.


Color preview on white background

This text has color #D3AEDE on white background.



Black color preview on #D3AEDE background

This text has black color on #D3AEDE background.


White color preview on #D3AEDE background

This text has white color on #D3AEDE background.