COLOR #D0ACEC

HEX: #D0ACEC
RGB: (208,172,236)

Color info

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

RGB color model

#D0ACEC color RGB value is (208,172,236).

  • red value is 208;
  • green value is 172;
  • blue value is 236.
RGB:
(208,172,236)
(82%,67%,93%)

RGB channels and saturation

R 208 of 255 = 82%
G 172 of 255 = 67%
B 236 of 255 = 93%

208
172
236

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

Portions of RGB colors in percentages

R + G + B =
208 + 172 + 236 = 616 (100%)
R 208 of 616 ~ 33.77%
G 172 of 616 ~ 27.92%
B 236 of 616 ~ 38.31%

%33.77
%27.92
%38.31

CMYK color model

#D0ACEC color CMYK value is (12,27,0,7).

  • cyan value is 11.86%
  • magenta value is 27.12%
  • yellow value is 0.00%
  • key color value is 7.45%
CMYK:
(12,27,0,7)
C12M27Y0K7 
(12%,27%,0%,7%)
(0.12/0.27/0.00/0.07)	

CMYK percentages

%11.86
%27.12
%0
%7.45

Codes

Color #D0ACEC in popluar color models

D0ACEC
RGB208172236
HSL274°62.75%80.00%
HSB/HSV274°27.12%92.55%
CMYK11.86%27.12%0.00%
7.45%

Color #D0ACEC in popluar number systems.

HEXD0ACEC
Decimal208172236
Binary110100001010110011101100
Octal320254354

Shades and tints

Shades of #D0ACEC

#D0ACEC
(208,172,236)
#BE9DD7
(190,157,215)
#AC8EC2
(172,142,194)
#9A7FAD
(154,127,173)
#887098
(136,112,152)
#766183
(118,97,131)
#64526E
(100,82,110)
#524359
(82,67,89)
#403444
(64,52,68)
#2E252F
(46,37,47)
#1C161A
(28,22,26)
#000000
(0,0,0)

Tints of #D0ACEC

#D0ACEC
(208,172,236)
#D4B3ED
(212,179,237)
#D8BAEE
(216,186,238)
#DCC1EF
(220,193,239)
#E0C8F0
(224,200,240)
#E4CFF1
(228,207,241)
#E8D6F2
(232,214,242)
#ECDDF3
(236,221,243)
#F0E4F4
(240,228,244)
#F4EBF5
(244,235,245)
#F8F2F6
(248,242,246)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #D0ACEC; }

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

This text font color is #D0ACEC.


Background Color

.myBgColor { background-color: #D0ACEC; }

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

This div background color is #D0ACEC.


Border color

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

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

This div border color is #D0ACEC.


Opacity

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

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

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

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

This text has shadow with #D0ACEC color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #D0ACEC on black background.


Color preview on white background

This text has color #D0ACEC on white background.



Black color preview on #D0ACEC background

This text has black color on #D0ACEC background.


White color preview on #D0ACEC background

This text has white color on #D0ACEC background.