COLOR #D4A9EE

HEX: #D4A9EE RGB: (212,169,238)

Color info

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

RGB color model

#D4A9EE color RGB value is (212,169,238).

RGB: (212,169,238) (83%, 66%, 93%)

RGB channels and saturation

R 212 of 255 = 83%
G 169 of 255 = 66%
B 238 of 255 = 93%

212
169
238

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

Portions of RGB colors in percentages

R + G + B = 212 + 169 + 238 = 619 (100%)
R 212 of 619 ~ 34.25%
G 169 of 619 ~ 27.3%
B 238 of 619 ~ 38.45'%

%34.25
%27.3
%38.45

CMYK color model

#D4A9EE color CMYK value is (11,29,0,7).

  • cyan value is 10.92%
  • magenta value is 28.99%
  • yellow value is 0.00%
  • key color value is 6.67%

CMYK: (11,29,0,7)
C11M29Y0K7 (11%, 29%, 0%, 7%)
(0.11 / 0.29 / 0.00 / 0.07)

CMYK percentages

%10.92
%28.99
%0
%6.67

Codes

Color #D4A9EE in popluar color models

D4 A9 EE
RGB 212 169 238
HSL 277° 66.99% 79.80%
HSB/HSV 277° 28.99% 93.33%
CMYK 10.92% 28.99% 0.00%
6.67%

Color #D4A9EE in popluar number systems.

HEX D4 A9 EE
Decimal 212 169 238
Binary 11010100 10101001 11101110
Octal 324 251 356

Shades and tints

Shades of #D4A9EE

#D4A9EE
(212,169,238)
#C19AD9
(193,154,217)
#AE8BC4
(174,139,196)
#9B7CAF
(155,124,175)
#886D9A
(136,109,154)
#755E85
(117,94,133)
#624F70
(98,79,112)
#4F405B
(79,64,91)
#3C3146
(60,49,70)
#292231
(41,34,49)
#16131C
(22,19,28)
#000000
(0,0,0)

Tints of #D4A9EE

#D4A9EE
(212,169,238)
#D7B0EF
(215,176,239)
#DAB7F0
(218,183,240)
#DDBEF1
(221,190,241)
#E0C5F2
(224,197,242)
#E3CCF3
(227,204,243)
#E6D3F4
(230,211,244)
#E9DAF5
(233,218,245)
#ECE1F6
(236,225,246)
#EFE8F7
(239,232,247)
#F2EFF8
(242,239,248)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #D4A9EE color. Also use rgb(212,169,238) instead hex code.

Text Font Color

.myTextColor { color: #D4A9EE; }

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

This text font color is #D4A9EE.

Background Color

.myBgColor { background-color: #D4A9EE; }

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

This div background color is #D4A9EE.

Border color

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

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

This div border color is #D4A9EE.

Opacity

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

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

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

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

This text has shadow with #D4A9EE color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #D4A9EE.

Preview

Color preview on black background

This text has color #D4A9EE on black background.


Color preview on white background

This text has color #D4A9EE on white background.


Black color preview on #D4A9EE background

This text has black color on #D4A9EE background.


White color preview on #D4A9EE background

This text has white color on #D4A9EE background.


Related colors

Complementary color

Complementary color for #hex is #2B5611.


I love getcolorcode.com

Triadic colors

1 #EED4A9 and #A9EED4 with #D4A9EE are triadic colors.

2 #EEA9D4 and #A9D4EE with #D4A9EE are triadic colors.