COLOR #D4AAE3

HEX: #D4AAE3 RGB: (212,170,227)

Color info

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

RGB color model

#D4AAE3 color RGB value is (212,170,227).

RGB: (212,170,227) (83%, 67%, 89%)

RGB channels and saturation

R 212 of 255 = 83%
G 170 of 255 = 67%
B 227 of 255 = 89%

212
170
227

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

Portions of RGB colors in percentages

R + G + B = 212 + 170 + 227 = 609 (100%)
R 212 of 609 ~ 34.81%
G 170 of 609 ~ 27.91%
B 227 of 609 ~ 37.27'%

%34.81
%27.91
%37.27

CMYK color model

#D4AAE3 color CMYK value is (7,25,0,11).

  • cyan value is 6.61%
  • magenta value is 25.11%
  • yellow value is 0.00%
  • key color value is 10.98%

CMYK: (7,25,0,11)
C7M25Y0K11 (7%, 25%, 0%, 11%)
(0.07 / 0.25 / 0.00 / 0.11)

CMYK percentages

%6.61
%25.11
%0
%10.98

Codes

Color #D4AAE3 in popluar color models

D4 AA E3
RGB 212 170 227
HSL 284° 50.44% 77.84%
HSB/HSV 284° 25.11% 89.02%
CMYK 6.61% 25.11% 0.00%
10.98%

Color #D4AAE3 in popluar number systems.

HEX D4 AA E3
Decimal 212 170 227
Binary 11010100 10101010 11100011
Octal 324 252 343

Shades and tints

Shades of #D4AAE3

#D4AAE3
(212,170,227)
#C19BCF
(193,155,207)
#AE8CBB
(174,140,187)
#9B7DA7
(155,125,167)
#886E93
(136,110,147)
#755F7F
(117,95,127)
#62506B
(98,80,107)
#4F4157
(79,65,87)
#3C3243
(60,50,67)
#29232F
(41,35,47)
#16141B
(22,20,27)
#000000
(0,0,0)

Tints of #D4AAE3

#D4AAE3
(212,170,227)
#D7B1E5
(215,177,229)
#DAB8E7
(218,184,231)
#DDBFE9
(221,191,233)
#E0C6EB
(224,198,235)
#E3CDED
(227,205,237)
#E6D4EF
(230,212,239)
#E9DBF1
(233,219,241)
#ECE2F3
(236,226,243)
#EFE9F5
(239,233,245)
#F2F0F7
(242,240,247)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #D4AAE3 color. Also use rgb(212,170,227) instead hex code.

Text Font Color

.myTextColor { color: #D4AAE3; }

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

This text font color is #D4AAE3.

Background Color

.myBgColor { background-color: #D4AAE3; }

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

This div background color is #D4AAE3.

Border color

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

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

This div border color is #D4AAE3.

Opacity

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

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

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

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

This text has shadow with #D4AAE3 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #D4AAE3.

Preview

Color preview on black background

This text has color #D4AAE3 on black background.


Color preview on white background

This text has color #D4AAE3 on white background.


Black color preview on #D4AAE3 background

This text has black color on #D4AAE3 background.


White color preview on #D4AAE3 background

This text has white color on #D4AAE3 background.


Related colors

Complementary color

Complementary color for #hex is #2B551C.


I love getcolorcode.com

Triadic colors

1 #E3D4AA and #AAE3D4 with #D4AAE3 are triadic colors.

2 #E3AAD4 and #AAD4E3 with #D4AAE3 are triadic colors.