COLOR #D2AFE5

HEX: #D2AFE5 RGB: (210,175,229)

Color info

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

RGB color model

#D2AFE5 color RGB value is (210,175,229).

RGB: (210,175,229) (82%, 69%, 90%)

RGB channels and saturation

R 210 of 255 = 82%
G 175 of 255 = 69%
B 229 of 255 = 90%

210
175
229

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

Portions of RGB colors in percentages

R + G + B = 210 + 175 + 229 = 614 (100%)
R 210 of 614 ~ 34.2%
G 175 of 614 ~ 28.5%
B 229 of 614 ~ 37.3'%

%34.2
%28.5
%37.3

CMYK color model

#D2AFE5 color CMYK value is (8,24,0,10).

  • cyan value is 8.30%
  • magenta value is 23.58%
  • yellow value is 0.00%
  • key color value is 10.20%

CMYK: (8,24,0,10)
C8M24Y0K10 (8%, 24%, 0%, 10%)
(0.08 / 0.24 / 0.00 / 0.10)

CMYK percentages

%8.3
%23.58
%0
%10.2

Codes

Color #D2AFE5 in popluar color models

D2 AF E5
RGB 210 175 229
HSL 279° 50.94% 79.22%
HSB/HSV 279° 23.58% 89.80%
CMYK 8.30% 23.58% 0.00%
10.20%

Color #D2AFE5 in popluar number systems.

HEX D2 AF E5
Decimal 210 175 229
Binary 11010010 10101111 11100101
Octal 322 257 345

Shades and tints

Shades of #D2AFE5

#D2AFE5
(210,175,229)
#BFA0D1
(191,160,209)
#AC91BD
(172,145,189)
#9982A9
(153,130,169)
#867395
(134,115,149)
#736481
(115,100,129)
#60556D
(96,85,109)
#4D4659
(77,70,89)
#3A3745
(58,55,69)
#272831
(39,40,49)
#14191D
(20,25,29)
#000000
(0,0,0)

Tints of #D2AFE5

#D2AFE5
(210,175,229)
#D6B6E7
(214,182,231)
#DABDE9
(218,189,233)
#DEC4EB
(222,196,235)
#E2CBED
(226,203,237)
#E6D2EF
(230,210,239)
#EAD9F1
(234,217,241)
#EEE0F3
(238,224,243)
#F2E7F5
(242,231,245)
#F6EEF7
(246,238,247)
#FAF5F9
(250,245,249)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #D2AFE5 color. Also use rgb(210,175,229) instead hex code.

Text Font Color

.myTextColor { color: #D2AFE5; }

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

This text font color is #D2AFE5.

Background Color

.myBgColor { background-color: #D2AFE5; }

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

This div background color is #D2AFE5.

Border color

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

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

This div border color is #D2AFE5.

Opacity

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

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

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

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

This text has shadow with #D2AFE5 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #D2AFE5.

Preview

Color preview on black background

This text has color #D2AFE5 on black background.


Color preview on white background

This text has color #D2AFE5 on white background.


Black color preview on #D2AFE5 background

This text has black color on #D2AFE5 background.


White color preview on #D2AFE5 background

This text has white color on #D2AFE5 background.


Related colors

Complementary color

Complementary color for #hex is #2D501A.


I love getcolorcode.com

Triadic colors

1 #E5D2AF and #AFE5D2 with #D2AFE5 are triadic colors.

2 #E5AFD2 and #AFD2E5 with #D2AFE5 are triadic colors.