COLOR #D3AAED

HEX: #D3AAED RGB: (211,170,237)

Color info

#D3AAED contains mainly red and blue colors. Web safe color of #D3AAED is #CC99FF (or #C9F).

RGB color model

#D3AAED color RGB value is (211,170,237).

RGB: (211,170,237) (83%, 67%, 93%)

RGB channels and saturation

R 211 of 255 = 83%
G 170 of 255 = 67%
B 237 of 255 = 93%

211
170
237

R + G + B ~ 81%. #D3AAED is quite light color.

Portions of RGB colors in percentages

R + G + B = 211 + 170 + 237 = 618 (100%)
R 211 of 618 ~ 34.14%
G 170 of 618 ~ 27.51%
B 237 of 618 ~ 38.35'%

%34.14
%27.51
%38.35

CMYK color model

#D3AAED color CMYK value is (11,28,0,7).

  • cyan value is 10.97%
  • magenta value is 28.27%
  • yellow value is 0.00%
  • key color value is 7.06%

CMYK: (11,28,0,7)
C11M28Y0K7 (11%, 28%, 0%, 7%)
(0.11 / 0.28 / 0.00 / 0.07)

CMYK percentages

%10.97
%28.27
%0
%7.06

Codes

Color #D3AAED in popluar color models

D3 AA ED
RGB 211 170 237
HSL 277° 65.05% 79.80%
HSB/HSV 277° 28.27% 92.94%
CMYK 10.97% 28.27% 0.00%
7.06%

Color #D3AAED in popluar number systems.

HEX D3 AA ED
Decimal 211 170 237
Binary 11010011 10101010 11101101
Octal 323 252 355

Shades and tints

Shades of #D3AAED

#D3AAED
(211,170,237)
#C09BD8
(192,155,216)
#AD8CC3
(173,140,195)
#9A7DAE
(154,125,174)
#876E99
(135,110,153)
#745F84
(116,95,132)
#61506F
(97,80,111)
#4E415A
(78,65,90)
#3B3245
(59,50,69)
#282330
(40,35,48)
#15141B
(21,20,27)
#000000
(0,0,0)

Tints of #D3AAED

#D3AAED
(211,170,237)
#D7B1EE
(215,177,238)
#DBB8EF
(219,184,239)
#DFBFF0
(223,191,240)
#E3C6F1
(227,198,241)
#E7CDF2
(231,205,242)
#EBD4F3
(235,212,243)
#EFDBF4
(239,219,244)
#F3E2F5
(243,226,245)
#F7E9F6
(247,233,246)
#FBF0F7
(251,240,247)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #D3AAED color. Also use rgb(211,170,237) instead hex code.

Text Font Color

.myTextColor { color: #D3AAED; }

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

This text font color is #D3AAED.

Background Color

.myBgColor { background-color: #D3AAED; }

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

This div background color is #D3AAED.

Border color

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

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

This div border color is #D3AAED.

Opacity

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

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

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

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

This text has shadow with #D3AAED color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #D3AAED.

Preview

Color preview on black background

This text has color #D3AAED on black background.


Color preview on white background

This text has color #D3AAED on white background.


Black color preview on #D3AAED background

This text has black color on #D3AAED background.


White color preview on #D3AAED background

This text has white color on #D3AAED background.


Related colors

Complementary color

Complementary color for #hex is #2C5512.


I love getcolorcode.com

Triadic colors

1 #EDD3AA and #AAEDD3 with #D3AAED are triadic colors.

2 #EDAAD3 and #AAD3ED with #D3AAED are triadic colors.