COLOR #D1AEF6

HEX: #D1AEF6 RGB: (209,174,246)

Color info

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

RGB color model

#D1AEF6 color RGB value is (209,174,246).

RGB: (209,174,246) (82%, 68%, 96%)

RGB channels and saturation

R 209 of 255 = 82%
G 174 of 255 = 68%
B 246 of 255 = 96%

209
174
246

R + G + B ~ 82%. #D1AEF6 is quite light color.

Portions of RGB colors in percentages

R + G + B = 209 + 174 + 246 = 629 (100%)
R 209 of 629 ~ 33.23%
G 174 of 629 ~ 27.66%
B 246 of 629 ~ 39.11'%

%33.23
%27.66
%39.11

CMYK color model

#D1AEF6 color CMYK value is (15,29,0,4).

  • cyan value is 15.04%
  • magenta value is 29.27%
  • yellow value is 0.00%
  • key color value is 3.53%

CMYK: (15,29,0,4)
C15M29Y0K4 (15%, 29%, 0%, 4%)
(0.15 / 0.29 / 0.00 / 0.04)

CMYK percentages

%15.04
%29.27
%0
%3.53

Codes

Color #D1AEF6 in popluar color models

D1 AE F6
RGB 209 174 246
HSL 269° 80.00% 82.35%
HSB/HSV 269° 29.27% 96.47%
CMYK 15.04% 29.27% 0.00%
3.53%

Color #D1AEF6 in popluar number systems.

HEX D1 AE F6
Decimal 209 174 246
Binary 11010001 10101110 11110110
Octal 321 256 366

Shades and tints

Shades of #D1AEF6

#D1AEF6
(209,174,246)
#BE9FE0
(190,159,224)
#AB90CA
(171,144,202)
#9881B4
(152,129,180)
#85729E
(133,114,158)
#726388
(114,99,136)
#5F5472
(95,84,114)
#4C455C
(76,69,92)
#393646
(57,54,70)
#262730
(38,39,48)
#13181A
(19,24,26)
#000000
(0,0,0)

Tints of #D1AEF6

#D1AEF6
(209,174,246)
#D5B5F6
(213,181,246)
#D9BCF6
(217,188,246)
#DDC3F6
(221,195,246)
#E1CAF6
(225,202,246)
#E5D1F6
(229,209,246)
#E9D8F6
(233,216,246)
#EDDFF6
(237,223,246)
#F1E6F6
(241,230,246)
#F5EDF6
(245,237,246)
#F9F4F6
(249,244,246)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #D1AEF6 color. Also use rgb(209,174,246) instead hex code.

Text Font Color

.myTextColor { color: #D1AEF6; }

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

This text font color is #D1AEF6.

Background Color

.myBgColor { background-color: #D1AEF6; }

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

This div background color is #D1AEF6.

Border color

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

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

This div border color is #D1AEF6.

Opacity

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

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

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

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

This text has shadow with #D1AEF6 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #D1AEF6.

Preview

Color preview on black background

This text has color #D1AEF6 on black background.


Color preview on white background

This text has color #D1AEF6 on white background.


Black color preview on #D1AEF6 background

This text has black color on #D1AEF6 background.


White color preview on #D1AEF6 background

This text has white color on #D1AEF6 background.


Related colors

Complementary color

Complementary color for #hex is #2E5109.


I love getcolorcode.com

Triadic colors

1 #F6D1AE and #AEF6D1 with #D1AEF6 are triadic colors.

2 #F6AED1 and #AED1F6 with #D1AEF6 are triadic colors.