COLOR #D0AEE7

HEX: #D0AEE7 RGB: (208,174,231)

Color info

#D0AEE7 contains red, green and blue colors in about the same proportion. Web safe color of #D0AEE7 is #CC99FF (or #C9F).

RGB color model

#D0AEE7 color RGB value is (208,174,231).

RGB: (208,174,231) (82%, 68%, 91%)

RGB channels and saturation

R 208 of 255 = 82%
G 174 of 255 = 68%
B 231 of 255 = 91%

208
174
231

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

Portions of RGB colors in percentages

R + G + B = 208 + 174 + 231 = 613 (100%)
R 208 of 613 ~ 33.93%
G 174 of 613 ~ 28.38%
B 231 of 613 ~ 37.68'%

%33.93
%28.38
%37.68

CMYK color model

#D0AEE7 color CMYK value is (10,25,0,9).

  • cyan value is 9.96%
  • magenta value is 24.68%
  • yellow value is 0.00%
  • key color value is 9.41%

CMYK: (10,25,0,9)
C10M25Y0K9 (10%, 25%, 0%, 9%)
(0.10 / 0.25 / 0.00 / 0.09)

CMYK percentages

%9.96
%24.68
%0
%9.41

Codes

Color #D0AEE7 in popluar color models

D0 AE E7
RGB 208 174 231
HSL 276° 54.29% 79.41%
HSB/HSV 276° 24.68% 90.59%
CMYK 9.96% 24.68% 0.00%
9.41%

Color #D0AEE7 in popluar number systems.

HEX D0 AE E7
Decimal 208 174 231
Binary 11010000 10101110 11100111
Octal 320 256 347

Shades and tints

Shades of #D0AEE7

#D0AEE7
(208,174,231)
#BE9FD2
(190,159,210)
#AC90BD
(172,144,189)
#9A81A8
(154,129,168)
#887293
(136,114,147)
#76637E
(118,99,126)
#645469
(100,84,105)
#524554
(82,69,84)
#40363F
(64,54,63)
#2E272A
(46,39,42)
#1C1815
(28,24,21)
#000000
(0,0,0)

Tints of #D0AEE7

#D0AEE7
(208,174,231)
#D4B5E9
(212,181,233)
#D8BCEB
(216,188,235)
#DCC3ED
(220,195,237)
#E0CAEF
(224,202,239)
#E4D1F1
(228,209,241)
#E8D8F3
(232,216,243)
#ECDFF5
(236,223,245)
#F0E6F7
(240,230,247)
#F4EDF9
(244,237,249)
#F8F4FB
(248,244,251)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #D0AEE7 color. Also use rgb(208,174,231) instead hex code.

Text Font Color

.myTextColor { color: #D0AEE7; }

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

This text font color is #D0AEE7.

Background Color

.myBgColor { background-color: #D0AEE7; }

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

This div background color is #D0AEE7.

Border color

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

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

This div border color is #D0AEE7.

Opacity

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

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

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

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

This text has shadow with #D0AEE7 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #D0AEE7.

Preview

Color preview on black background

This text has color #D0AEE7 on black background.


Color preview on white background

This text has color #D0AEE7 on white background.


Black color preview on #D0AEE7 background

This text has black color on #D0AEE7 background.


White color preview on #D0AEE7 background

This text has white color on #D0AEE7 background.


Related colors

Complementary color

Complementary color for #hex is #2F5118.


I love getcolorcode.com

Triadic colors

1 #E7D0AE and #AEE7D0 with #D0AEE7 are triadic colors.

2 #E7AED0 and #AED0E7 with #D0AEE7 are triadic colors.