COLOR #D7A9EC

HEX: #D7A9EC RGB: (215,169,236)

Color info

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

RGB color model

#D7A9EC color RGB value is (215,169,236).

RGB: (215,169,236) (84%, 66%, 93%)

RGB channels and saturation

R 215 of 255 = 84%
G 169 of 255 = 66%
B 236 of 255 = 93%

215
169
236

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

Portions of RGB colors in percentages

R + G + B = 215 + 169 + 236 = 620 (100%)
R 215 of 620 ~ 34.68%
G 169 of 620 ~ 27.26%
B 236 of 620 ~ 38.06'%

%34.68
%27.26
%38.06

CMYK color model

#D7A9EC color CMYK value is (9,28,0,7).

  • cyan value is 8.90%
  • magenta value is 28.39%
  • yellow value is 0.00%
  • key color value is 7.45%

CMYK: (9,28,0,7)
C9M28Y0K7 (9%, 28%, 0%, 7%)
(0.09 / 0.28 / 0.00 / 0.07)

CMYK percentages

%8.9
%28.39
%0
%7.45

Codes

Color #D7A9EC in popluar color models

D7 A9 EC
RGB 215 169 236
HSL 281° 63.81% 79.41%
HSB/HSV 281° 28.39% 92.55%
CMYK 8.90% 28.39% 0.00%
7.45%

Color #D7A9EC in popluar number systems.

HEX D7 A9 EC
Decimal 215 169 236
Binary 11010111 10101001 11101100
Octal 327 251 354

Shades and tints

Shades of #D7A9EC

#D7A9EC
(215,169,236)
#C49AD7
(196,154,215)
#B18BC2
(177,139,194)
#9E7CAD
(158,124,173)
#8B6D98
(139,109,152)
#785E83
(120,94,131)
#654F6E
(101,79,110)
#524059
(82,64,89)
#3F3144
(63,49,68)
#2C222F
(44,34,47)
#19131A
(25,19,26)
#000000
(0,0,0)

Tints of #D7A9EC

#D7A9EC
(215,169,236)
#DAB0ED
(218,176,237)
#DDB7EE
(221,183,238)
#E0BEEF
(224,190,239)
#E3C5F0
(227,197,240)
#E6CCF1
(230,204,241)
#E9D3F2
(233,211,242)
#ECDAF3
(236,218,243)
#EFE1F4
(239,225,244)
#F2E8F5
(242,232,245)
#F5EFF6
(245,239,246)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #D7A9EC color. Also use rgb(215,169,236) instead hex code.

Text Font Color

.myTextColor { color: #D7A9EC; }

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

This text font color is #D7A9EC.

Background Color

.myBgColor { background-color: #D7A9EC; }

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

This div background color is #D7A9EC.

Border color

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

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

This div border color is #D7A9EC.

Opacity

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

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

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

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

This text has shadow with #D7A9EC color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #D7A9EC.

Preview

Color preview on black background

This text has color #D7A9EC on black background.


Color preview on white background

This text has color #D7A9EC on white background.


Black color preview on #D7A9EC background

This text has black color on #D7A9EC background.


White color preview on #D7A9EC background

This text has white color on #D7A9EC background.


Related colors

Complementary color

Complementary color for #hex is #285613.


I love getcolorcode.com

Triadic colors

1 #ECD7A9 and #A9ECD7 with #D7A9EC are triadic colors.

2 #ECA9D7 and #A9D7EC with #D7A9EC are triadic colors.