COLOR #DAC0E0

HEX: #DAC0E0
RGB: (218,192,224)

Color info

#DAC0E0 contains red, green and blue colors in about the same proportion. Web safe color of #DAC0E0 is #CCCCCC (or #CCC).

RGB color model

#DAC0E0 color RGB value is (218,192,224).

  • red value is 218;
  • green value is 192;
  • blue value is 224.
RGB:
(218,192,224)
(85%,75%,88%)

RGB channels and saturation

R 218 of 255 = 85%
G 192 of 255 = 75%
B 224 of 255 = 88%

218
192
224

R + G + B ~ 83%. #DAC0E0 is quite light color.

Portions of RGB colors in percentages

R + G + B =
218 + 192 + 224 = 634 (100%)
R 218 of 634 ~ 34.38%
G 192 of 634 ~ 30.28%
B 224 of 634 ~ 35.33%

%34.38
%30.28
%35.33

CMYK color model

#DAC0E0 color CMYK value is (3,14,0,12).

  • cyan value is 2.68%
  • magenta value is 14.29%
  • yellow value is 0.00%
  • key color value is 12.16%
CMYK:
(3,14,0,12)
C3M14Y0K12 
(3%,14%,0%,12%)
(0.03/0.14/0.00/0.12)	

CMYK percentages

%2.68
%14.29
%0
%12.16

Codes

Color #DAC0E0 in popluar color models

DAC0E0
RGB218192224
HSL289°34.04%81.57%
HSB/HSV289°14.29%87.84%
CMYK2.68%14.29%0.00%
12.16%

Color #DAC0E0 in popluar number systems.

HEXDAC0E0
Decimal218192224
Binary110110101100000011100000
Octal332300340

Shades and tints

Shades of #DAC0E0

#DAC0E0
(218,192,224)
#C7AFCC
(199,175,204)
#B49EB8
(180,158,184)
#A18DA4
(161,141,164)
#8E7C90
(142,124,144)
#7B6B7C
(123,107,124)
#685A68
(104,90,104)
#554954
(85,73,84)
#423840
(66,56,64)
#2F272C
(47,39,44)
#1C1618
(28,22,24)
#000000
(0,0,0)

Tints of #DAC0E0

#DAC0E0
(218,192,224)
#DDC5E2
(221,197,226)
#E0CAE4
(224,202,228)
#E3CFE6
(227,207,230)
#E6D4E8
(230,212,232)
#E9D9EA
(233,217,234)
#ECDEEC
(236,222,236)
#EFE3EE
(239,227,238)
#F2E8F0
(242,232,240)
#F5EDF2
(245,237,242)
#F8F2F4
(248,242,244)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #DAC0E0 color. Also use rgb(218,192,224) instead hex code.

Text Font Color

.myTextColor { color: #DAC0E0; }

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

This text font color is #DAC0E0.


Background Color

.myBgColor { background-color: #DAC0E0; }

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

This div background color is #DAC0E0.


Border color

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

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

This div border color is #DAC0E0.


Opacity

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

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

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

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

This text has shadow with #DAC0E0 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #DAC0E0 on black background.


Color preview on white background

This text has color #DAC0E0 on white background.



Black color preview on #DAC0E0 background

This text has black color on #DAC0E0 background.


White color preview on #DAC0E0 background

This text has white color on #DAC0E0 background.