COLOR #DAC2E7

HEX: #DAC2E7
RGB: (218,194,231)

Color info

#DAC2E7 contains red, green and blue colors in about the same proportion. Web safe color of #DAC2E7 is #CCCCFF (or #CCF).

RGB color model

#DAC2E7 color RGB value is (218,194,231).

  • red value is 218;
  • green value is 194;
  • blue value is 231.
RGB:
(218,194,231)
(85%,76%,91%)

RGB channels and saturation

R 218 of 255 = 85%
G 194 of 255 = 76%
B 231 of 255 = 91%

218
194
231

R + G + B ~ 84%. #DAC2E7 is quite light color.

Portions of RGB colors in percentages

R + G + B =
218 + 194 + 231 = 643 (100%)
R 218 of 643 ~ 33.9%
G 194 of 643 ~ 30.17%
B 231 of 643 ~ 35.93%

%33.9
%30.17
%35.93

CMYK color model

#DAC2E7 color CMYK value is (6,16,0,9).

  • cyan value is 5.63%
  • magenta value is 16.02%
  • yellow value is 0.00%
  • key color value is 9.41%
CMYK:
(6,16,0,9)
C6M16Y0K9 
(6%,16%,0%,9%)
(0.06/0.16/0.00/0.09)	

CMYK percentages

%5.63
%16.02
%0
%9.41

Codes

Color #DAC2E7 in popluar color models

DAC2E7
RGB218194231
HSL279°43.53%83.33%
HSB/HSV279°16.02%90.59%
CMYK5.63%16.02%0.00%
9.41%

Color #DAC2E7 in popluar number systems.

HEXDAC2E7
Decimal218194231
Binary110110101100001011100111
Octal332302347

Shades and tints

Shades of #DAC2E7

#DAC2E7
(218,194,231)
#C7B1D2
(199,177,210)
#B4A0BD
(180,160,189)
#A18FA8
(161,143,168)
#8E7E93
(142,126,147)
#7B6D7E
(123,109,126)
#685C69
(104,92,105)
#554B54
(85,75,84)
#423A3F
(66,58,63)
#2F292A
(47,41,42)
#1C1815
(28,24,21)
#000000
(0,0,0)

Tints of #DAC2E7

#DAC2E7
(218,194,231)
#DDC7E9
(221,199,233)
#E0CCEB
(224,204,235)
#E3D1ED
(227,209,237)
#E6D6EF
(230,214,239)
#E9DBF1
(233,219,241)
#ECE0F3
(236,224,243)
#EFE5F5
(239,229,245)
#F2EAF7
(242,234,247)
#F5EFF9
(245,239,249)
#F8F4FB
(248,244,251)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #DAC2E7 color. Also use rgb(218,194,231) instead hex code.

Text Font Color

.myTextColor { color: #DAC2E7; }

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

This text font color is #DAC2E7.


Background Color

.myBgColor { background-color: #DAC2E7; }

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

This div background color is #DAC2E7.


Border color

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

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

This div border color is #DAC2E7.


Opacity

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

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

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

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

This text has shadow with #DAC2E7 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #DAC2E7 on black background.


Color preview on white background

This text has color #DAC2E7 on white background.



Black color preview on #DAC2E7 background

This text has black color on #DAC2E7 background.


White color preview on #DAC2E7 background

This text has white color on #DAC2E7 background.