COLOR #D3AEE2

HEX: #D3AEE2
RGB: (211,174,226)

Color info

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

RGB color model

#D3AEE2 color RGB value is (211,174,226).

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

RGB channels and saturation

R 211 of 255 = 83%
G 174 of 255 = 68%
B 226 of 255 = 89%

211
174
226

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

Portions of RGB colors in percentages

R + G + B =
211 + 174 + 226 = 611 (100%)
R 211 of 611 ~ 34.53%
G 174 of 611 ~ 28.48%
B 226 of 611 ~ 36.99%

%34.53
%28.48
%36.99

CMYK color model

#D3AEE2 color CMYK value is (7,23,0,11).

  • cyan value is 6.64%
  • magenta value is 23.01%
  • yellow value is 0.00%
  • key color value is 11.37%
CMYK:
(7,23,0,11)
C7M23Y0K11 
(7%,23%,0%,11%)
(0.07/0.23/0.00/0.11)	

CMYK percentages

%6.64
%23.01
%0
%11.37

Codes

Color #D3AEE2 in popluar color models

D3AEE2
RGB211174226
HSL283°47.27%78.43%
HSB/HSV283°23.01%88.63%
CMYK6.64%23.01%0.00%
11.37%

Color #D3AEE2 in popluar number systems.

HEXD3AEE2
Decimal211174226
Binary110100111010111011100010
Octal323256342

Shades and tints

Shades of #D3AEE2

#D3AEE2
(211,174,226)
#C09FCE
(192,159,206)
#AD90BA
(173,144,186)
#9A81A6
(154,129,166)
#877292
(135,114,146)
#74637E
(116,99,126)
#61546A
(97,84,106)
#4E4556
(78,69,86)
#3B3642
(59,54,66)
#28272E
(40,39,46)
#15181A
(21,24,26)
#000000
(0,0,0)

Tints of #D3AEE2

#D3AEE2
(211,174,226)
#D7B5E4
(215,181,228)
#DBBCE6
(219,188,230)
#DFC3E8
(223,195,232)
#E3CAEA
(227,202,234)
#E7D1EC
(231,209,236)
#EBD8EE
(235,216,238)
#EFDFF0
(239,223,240)
#F3E6F2
(243,230,242)
#F7EDF4
(247,237,244)
#FBF4F6
(251,244,246)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #D3AEE2; }

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

This text font color is #D3AEE2.


Background Color

.myBgColor { background-color: #D3AEE2; }

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

This div background color is #D3AEE2.


Border color

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

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

This div border color is #D3AEE2.


Opacity

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

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

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

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

This text has shadow with #D3AEE2 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #D3AEE2 on black background.


Color preview on white background

This text has color #D3AEE2 on white background.



Black color preview on #D3AEE2 background

This text has black color on #D3AEE2 background.


White color preview on #D3AEE2 background

This text has white color on #D3AEE2 background.