COLOR #D6A9EE

HEX: #D6A9EE RGB: (214,169,238)

Color info

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

RGB color model

#D6A9EE color RGB value is (214,169,238).

RGB: (214,169,238) (84%, 66%, 93%)

RGB channels and saturation

R 214 of 255 = 84%
G 169 of 255 = 66%
B 238 of 255 = 93%

214
169
238

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

Portions of RGB colors in percentages

R + G + B = 214 + 169 + 238 = 621 (100%)
R 214 of 621 ~ 34.46%
G 169 of 621 ~ 27.21%
B 238 of 621 ~ 38.33'%

%34.46
%27.21
%38.33

CMYK color model

#D6A9EE color CMYK value is (10,29,0,7).

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

CMYK: (10,29,0,7)
C10M29Y0K7 (10%, 29%, 0%, 7%)
(0.10 / 0.29 / 0.00 / 0.07)

CMYK percentages

%10.08
%28.99
%0
%6.67

Codes

Color #D6A9EE in popluar color models

D6 A9 EE
RGB 214 169 238
HSL 279° 66.99% 79.80%
HSB/HSV 279° 28.99% 93.33%
CMYK 10.08% 28.99% 0.00%
6.67%

Color #D6A9EE in popluar number systems.

HEX D6 A9 EE
Decimal 214 169 238
Binary 11010110 10101001 11101110
Octal 326 251 356

Shades and tints

Shades of #D6A9EE

#D6A9EE
(214,169,238)
#C39AD9
(195,154,217)
#B08BC4
(176,139,196)
#9D7CAF
(157,124,175)
#8A6D9A
(138,109,154)
#775E85
(119,94,133)
#644F70
(100,79,112)
#51405B
(81,64,91)
#3E3146
(62,49,70)
#2B2231
(43,34,49)
#18131C
(24,19,28)
#000000
(0,0,0)

Tints of #D6A9EE

#D6A9EE
(214,169,238)
#D9B0EF
(217,176,239)
#DCB7F0
(220,183,240)
#DFBEF1
(223,190,241)
#E2C5F2
(226,197,242)
#E5CCF3
(229,204,243)
#E8D3F4
(232,211,244)
#EBDAF5
(235,218,245)
#EEE1F6
(238,225,246)
#F1E8F7
(241,232,247)
#F4EFF8
(244,239,248)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #D6A9EE; }

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

This text font color is #D6A9EE.

Background Color

.myBgColor { background-color: #D6A9EE; }

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

This div background color is #D6A9EE.

Border color

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

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

This div border color is #D6A9EE.

Opacity

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

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

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

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

This text has shadow with #D6A9EE color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #D6A9EE.

Preview

Color preview on black background

This text has color #D6A9EE on black background.


Color preview on white background

This text has color #D6A9EE on white background.


Black color preview on #D6A9EE background

This text has black color on #D6A9EE background.


White color preview on #D6A9EE background

This text has white color on #D6A9EE background.


Related colors

Complementary color

Complementary color for #hex is #295611.


I love getcolorcode.com

Triadic colors

1 #EED6A9 and #A9EED6 with #D6A9EE are triadic colors.

2 #EEA9D6 and #A9D6EE with #D6A9EE are triadic colors.