COLOR #D2AEEF

HEX: #D2AEEF RGB: (210,174,239)

Color info

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

RGB color model

#D2AEEF color RGB value is (210,174,239).

RGB: (210,174,239) (82%, 68%, 94%)

RGB channels and saturation

R 210 of 255 = 82%
G 174 of 255 = 68%
B 239 of 255 = 94%

210
174
239

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

Portions of RGB colors in percentages

R + G + B = 210 + 174 + 239 = 623 (100%)
R 210 of 623 ~ 33.71%
G 174 of 623 ~ 27.93%
B 239 of 623 ~ 38.36'%

%33.71
%27.93
%38.36

CMYK color model

#D2AEEF color CMYK value is (12,27,0,6).

  • cyan value is 12.13%
  • magenta value is 27.20%
  • yellow value is 0.00%
  • key color value is 6.27%

CMYK: (12,27,0,6)
C12M27Y0K6 (12%, 27%, 0%, 6%)
(0.12 / 0.27 / 0.00 / 0.06)

CMYK percentages

%12.13
%27.2
%0
%6.27

Codes

Color #D2AEEF in popluar color models

D2 AE EF
RGB 210 174 239
HSL 273° 67.01% 80.98%
HSB/HSV 273° 27.20% 93.73%
CMYK 12.13% 27.20% 0.00%
6.27%

Color #D2AEEF in popluar number systems.

HEX D2 AE EF
Decimal 210 174 239
Binary 11010010 10101110 11101111
Octal 322 256 357

Shades and tints

Shades of #D2AEEF

#D2AEEF
(210,174,239)
#BF9FDA
(191,159,218)
#AC90C5
(172,144,197)
#9981B0
(153,129,176)
#86729B
(134,114,155)
#736386
(115,99,134)
#605471
(96,84,113)
#4D455C
(77,69,92)
#3A3647
(58,54,71)
#272732
(39,39,50)
#14181D
(20,24,29)
#000000
(0,0,0)

Tints of #D2AEEF

#D2AEEF
(210,174,239)
#D6B5F0
(214,181,240)
#DABCF1
(218,188,241)
#DEC3F2
(222,195,242)
#E2CAF3
(226,202,243)
#E6D1F4
(230,209,244)
#EAD8F5
(234,216,245)
#EEDFF6
(238,223,246)
#F2E6F7
(242,230,247)
#F6EDF8
(246,237,248)
#FAF4F9
(250,244,249)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #D2AEEF color. Also use rgb(210,174,239) instead hex code.

Text Font Color

.myTextColor { color: #D2AEEF; }

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

This text font color is #D2AEEF.

Background Color

.myBgColor { background-color: #D2AEEF; }

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

This div background color is #D2AEEF.

Border color

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

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

This div border color is #D2AEEF.

Opacity

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

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

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

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

This text has shadow with #D2AEEF color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #D2AEEF.

Preview

Color preview on black background

This text has color #D2AEEF on black background.


Color preview on white background

This text has color #D2AEEF on white background.


Black color preview on #D2AEEF background

This text has black color on #D2AEEF background.


White color preview on #D2AEEF background

This text has white color on #D2AEEF background.


Related colors

Complementary color

Complementary color for #hex is #2D5110.


I love getcolorcode.com

Triadic colors

1 #EFD2AE and #AEEFD2 with #D2AEEF are triadic colors.

2 #EFAED2 and #AED2EF with #D2AEEF are triadic colors.