COLOR #D0ACE9

HEX: #D0ACE9 RGB: (208,172,233)

Color info

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

RGB color model

#D0ACE9 color RGB value is (208,172,233).

RGB: (208,172,233) (82%, 67%, 91%)

RGB channels and saturation

R 208 of 255 = 82%
G 172 of 255 = 67%
B 233 of 255 = 91%

208
172
233

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

Portions of RGB colors in percentages

R + G + B = 208 + 172 + 233 = 613 (100%)
R 208 of 613 ~ 33.93%
G 172 of 613 ~ 28.06%
B 233 of 613 ~ 38.01'%

%33.93
%28.06
%38.01

CMYK color model

#D0ACE9 color CMYK value is (11,26,0,9).

  • cyan value is 10.73%
  • magenta value is 26.18%
  • yellow value is 0.00%
  • key color value is 8.63%
CMYK: (11,26,0,9) C11M26Y0K9 (11%,26%,0%,9%) (0.11/0.26/0.00/0.09) 

CMYK percentages

%10.73
%26.18
%0
%8.63

Codes

Color #D0ACE9 in popluar color models

D0 AC E9
RGB 208 172 233
HSL 275° 58.10% 79.41%
HSB/HSV 275° 26.18% 91.37%
CMYK 10.73% 26.18% 0.00%
8.63%

Color #D0ACE9 in popluar number systems.

HEX D0 AC E9
Decimal 208 172 233
Binary 11010000 10101100 11101001
Octal 320 254 351

Shades and tints

Shades of #D0ACE9

#D0ACE9
(208,172,233)
#BE9DD4
(190,157,212)
#AC8EBF
(172,142,191)
#9A7FAA
(154,127,170)
#887095
(136,112,149)
#766180
(118,97,128)
#64526B
(100,82,107)
#524356
(82,67,86)
#403441
(64,52,65)
#2E252C
(46,37,44)
#1C1617
(28,22,23)
#000000
(0,0,0)

Tints of #D0ACE9

#D0ACE9
(208,172,233)
#D4B3EB
(212,179,235)
#D8BAED
(216,186,237)
#DCC1EF
(220,193,239)
#E0C8F1
(224,200,241)
#E4CFF3
(228,207,243)
#E8D6F5
(232,214,245)
#ECDDF7
(236,221,247)
#F0E4F9
(240,228,249)
#F4EBFB
(244,235,251)
#F8F2FD
(248,242,253)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #D0ACE9 color. Also use rgb(208,172,233) instead hex code.

Text Font Color

.myTextColor { color: #D0ACE9; }

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

This text font color is #D0ACE9.

Background Color

.myBgColor { background-color: #D0ACE9; }

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

This div background color is #D0ACE9.

Border color

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

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

This div border color is #D0ACE9.

Opacity

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

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

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

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

This text has shadow with #D0ACE9 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #D0ACE9.

Preview

Color preview on black background

This text has color #D0ACE9 on black background.


Color preview on white background

This text has color #D0ACE9 on white background.


Black color preview on #D0ACE9 background

This text has black color on #D0ACE9 background.


White color preview on #D0ACE9 background

This text has white color on #D0ACE9 background.


Related colors

Complementary color

Complementary color for #hex is #2F5316.


I love getcolorcode.com

Triadic colors

1 #E9D0AC and #ACE9D0 with #D0ACE9 are triadic colors.

2 #E9ACD0 and #ACD0E9 with #D0ACE9 are triadic colors.