COLOR #D3AEE1

HEX: #D3AEE1
RGB: (211,174,225)

Color info

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

RGB color model

#D3AEE1 color RGB value is (211,174,225).

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

RGB channels and saturation

R 211 of 255 = 83%
G 174 of 255 = 68%
B 225 of 255 = 88%

211
174
225

R + G + B ~ 80%. #D3AEE1 is quite light color.

Portions of RGB colors in percentages

R + G + B =
211 + 174 + 225 = 610 (100%)
R 211 of 610 ~ 34.59%
G 174 of 610 ~ 28.52%
B 225 of 610 ~ 36.89%

%34.59
%28.52
%36.89

CMYK color model

#D3AEE1 color CMYK value is (6,23,0,12).

  • cyan value is 6.22%
  • magenta value is 22.67%
  • yellow value is 0.00%
  • key color value is 11.76%
CMYK:
(6,23,0,12)
C6M23Y0K12 
(6%,23%,0%,12%)
(0.06/0.23/0.00/0.12)	

CMYK percentages

%6.22
%22.67
%0
%11.76

Codes

Color #D3AEE1 in popluar color models

D3AEE1
RGB211174225
HSL284°45.95%78.24%
HSB/HSV284°22.67%88.24%
CMYK6.22%22.67%0.00%
11.76%

Color #D3AEE1 in popluar number systems.

HEXD3AEE1
Decimal211174225
Binary110100111010111011100001
Octal323256341

Shades and tints

Shades of #D3AEE1

#D3AEE1
(211,174,225)
#C09FCD
(192,159,205)
#AD90B9
(173,144,185)
#9A81A5
(154,129,165)
#877291
(135,114,145)
#74637D
(116,99,125)
#615469
(97,84,105)
#4E4555
(78,69,85)
#3B3641
(59,54,65)
#28272D
(40,39,45)
#151819
(21,24,25)
#000000
(0,0,0)

Tints of #D3AEE1

#D3AEE1
(211,174,225)
#D7B5E3
(215,181,227)
#DBBCE5
(219,188,229)
#DFC3E7
(223,195,231)
#E3CAE9
(227,202,233)
#E7D1EB
(231,209,235)
#EBD8ED
(235,216,237)
#EFDFEF
(239,223,239)
#F3E6F1
(243,230,241)
#F7EDF3
(247,237,243)
#FBF4F5
(251,244,245)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #D3AEE1; }

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

This text font color is #D3AEE1.


Background Color

.myBgColor { background-color: #D3AEE1; }

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

This div background color is #D3AEE1.


Border color

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

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

This div border color is #D3AEE1.


Opacity

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

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

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

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

This text has shadow with #D3AEE1 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #D3AEE1 on black background.


Color preview on white background

This text has color #D3AEE1 on white background.



Black color preview on #D3AEE1 background

This text has black color on #D3AEE1 background.


White color preview on #D3AEE1 background

This text has white color on #D3AEE1 background.