COLOR #D1A7E2

HEX: #D1A7E2 RGB: (209,167,226)

Color info

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

RGB color model

#D1A7E2 color RGB value is (209,167,226).

RGB: (209,167,226) (82%, 65%, 89%)

RGB channels and saturation

R 209 of 255 = 82%
G 167 of 255 = 65%
B 226 of 255 = 89%

209
167
226

R + G + B ~ 79%. #D1A7E2 is quite light color.

Portions of RGB colors in percentages

R + G + B = 209 + 167 + 226 = 602 (100%)
R 209 of 602 ~ 34.72%
G 167 of 602 ~ 27.74%
B 226 of 602 ~ 37.54'%

%34.72
%27.74
%37.54

CMYK color model

#D1A7E2 color CMYK value is (8,26,0,11).

  • cyan value is 7.52%
  • magenta value is 26.11%
  • yellow value is 0.00%
  • key color value is 11.37%
CMYK: (8,26,0,11) C8M26Y0K11 (8%,26%,0%,11%) (0.08/0.26/0.00/0.11) 

CMYK percentages

%7.52
%26.11
%0
%11.37

Codes

Color #D1A7E2 in popluar color models

D1 A7 E2
RGB 209 167 226
HSL 283° 50.43% 77.06%
HSB/HSV 283° 26.11% 88.63%
CMYK 7.52% 26.11% 0.00%
11.37%

Color #D1A7E2 in popluar number systems.

HEX D1 A7 E2
Decimal 209 167 226
Binary 11010001 10100111 11100010
Octal 321 247 342

Shades and tints

Shades of #D1A7E2

#D1A7E2
(209,167,226)
#BE98CE
(190,152,206)
#AB89BA
(171,137,186)
#987AA6
(152,122,166)
#856B92
(133,107,146)
#725C7E
(114,92,126)
#5F4D6A
(95,77,106)
#4C3E56
(76,62,86)
#392F42
(57,47,66)
#26202E
(38,32,46)
#13111A
(19,17,26)
#000000
(0,0,0)

Tints of #D1A7E2

#D1A7E2
(209,167,226)
#D5AFE4
(213,175,228)
#D9B7E6
(217,183,230)
#DDBFE8
(221,191,232)
#E1C7EA
(225,199,234)
#E5CFEC
(229,207,236)
#E9D7EE
(233,215,238)
#EDDFF0
(237,223,240)
#F1E7F2
(241,231,242)
#F5EFF4
(245,239,244)
#F9F7F6
(249,247,246)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #D1A7E2 color. Also use rgb(209,167,226) instead hex code.

Text Font Color

.myTextColor { color: #D1A7E2; }

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

This text font color is #D1A7E2.

Background Color

.myBgColor { background-color: #D1A7E2; }

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

This div background color is #D1A7E2.

Border color

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

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

This div border color is #D1A7E2.

Opacity

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

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

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

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

This text has shadow with #D1A7E2 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #D1A7E2.

Preview

Color preview on black background

This text has color #D1A7E2 on black background.


Color preview on white background

This text has color #D1A7E2 on white background.


Black color preview on #D1A7E2 background

This text has black color on #D1A7E2 background.


White color preview on #D1A7E2 background

This text has white color on #D1A7E2 background.


Related colors

Complementary color

Complementary color for #hex is #2E581D.


I love getcolorcode.com

Triadic colors

1 #E2D1A7 and #A7E2D1 with #D1A7E2 are triadic colors.

2 #E2A7D1 and #A7D1E2 with #D1A7E2 are triadic colors.