COLOR #DAC1E0

HEX: #DAC1E0
RGB: (218,193,224)

Color info

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

RGB color model

#DAC1E0 color RGB value is (218,193,224).

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

RGB channels and saturation

R 218 of 255 = 85%
G 193 of 255 = 76%
B 224 of 255 = 88%

218
193
224

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

Portions of RGB colors in percentages

R + G + B =
218 + 193 + 224 = 635 (100%)
R 218 of 635 ~ 34.33%
G 193 of 635 ~ 30.39%
B 224 of 635 ~ 35.28%

%34.33
%30.39
%35.28

CMYK color model

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

  • cyan value is 2.68%
  • magenta value is 13.84%
  • 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
%13.84
%0
%12.16

Codes

Color #DAC1E0 in popluar color models

DAC1E0
RGB218193224
HSL288°33.33%81.76%
HSB/HSV288°13.84%87.84%
CMYK2.68%13.84%0.00%
12.16%

Color #DAC1E0 in popluar number systems.

HEXDAC1E0
Decimal218193224
Binary110110101100000111100000
Octal332301340

Shades and tints

Shades of #DAC1E0

#DAC1E0
(218,193,224)
#C7B0CC
(199,176,204)
#B49FB8
(180,159,184)
#A18EA4
(161,142,164)
#8E7D90
(142,125,144)
#7B6C7C
(123,108,124)
#685B68
(104,91,104)
#554A54
(85,74,84)
#423940
(66,57,64)
#2F282C
(47,40,44)
#1C1718
(28,23,24)
#000000
(0,0,0)

Tints of #DAC1E0

#DAC1E0
(218,193,224)
#DDC6E2
(221,198,226)
#E0CBE4
(224,203,228)
#E3D0E6
(227,208,230)
#E6D5E8
(230,213,232)
#E9DAEA
(233,218,234)
#ECDFEC
(236,223,236)
#EFE4EE
(239,228,238)
#F2E9F0
(242,233,240)
#F5EEF2
(245,238,242)
#F8F3F4
(248,243,244)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #DAC1E0; }

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

This text font color is #DAC1E0.


Background Color

.myBgColor { background-color: #DAC1E0; }

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

This div background color is #DAC1E0.


Border color

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

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

This div border color is #DAC1E0.


Opacity

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

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

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

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

This text has shadow with #DAC1E0 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #DAC1E0 on black background.


Color preview on white background

This text has color #DAC1E0 on white background.



Black color preview on #DAC1E0 background

This text has black color on #DAC1E0 background.


White color preview on #DAC1E0 background

This text has white color on #DAC1E0 background.