COLOR #DAC7E9

HEX: #DAC7E9
RGB: (218,199,233)

Color info

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

RGB color model

#DAC7E9 color RGB value is (218,199,233).

  • red value is 218;
  • green value is 199;
  • blue value is 233.
RGB:
(218,199,233)
(85%,78%,91%)

RGB channels and saturation

R 218 of 255 = 85%
G 199 of 255 = 78%
B 233 of 255 = 91%

218
199
233

R + G + B ~ 85%. #DAC7E9 is quite light color.

Portions of RGB colors in percentages

R + G + B =
218 + 199 + 233 = 650 (100%)
R 218 of 650 ~ 33.54%
G 199 of 650 ~ 30.62%
B 233 of 650 ~ 35.85%

%33.54
%30.62
%35.85

CMYK color model

#DAC7E9 color CMYK value is (6,15,0,9).

  • cyan value is 6.44%
  • magenta value is 14.59%
  • yellow value is 0.00%
  • key color value is 8.63%
CMYK:
(6,15,0,9)
C6M15Y0K9 
(6%,15%,0%,9%)
(0.06/0.15/0.00/0.09)	

CMYK percentages

%6.44
%14.59
%0
%8.63

Codes

Color #DAC7E9 in popluar color models

DAC7E9
RGB218199233
HSL274°43.59%84.71%
HSB/HSV274°14.59%91.37%
CMYK6.44%14.59%0.00%
8.63%

Color #DAC7E9 in popluar number systems.

HEXDAC7E9
Decimal218199233
Binary110110101100011111101001
Octal332307351

Shades and tints

Shades of #DAC7E9

#DAC7E9
(218,199,233)
#C7B5D4
(199,181,212)
#B4A3BF
(180,163,191)
#A191AA
(161,145,170)
#8E7F95
(142,127,149)
#7B6D80
(123,109,128)
#685B6B
(104,91,107)
#554956
(85,73,86)
#423741
(66,55,65)
#2F252C
(47,37,44)
#1C1317
(28,19,23)
#000000
(0,0,0)

Tints of #DAC7E9

#DAC7E9
(218,199,233)
#DDCCEB
(221,204,235)
#E0D1ED
(224,209,237)
#E3D6EF
(227,214,239)
#E6DBF1
(230,219,241)
#E9E0F3
(233,224,243)
#ECE5F5
(236,229,245)
#EFEAF7
(239,234,247)
#F2EFF9
(242,239,249)
#F5F4FB
(245,244,251)
#F8F9FD
(248,249,253)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #DAC7E9 color. Also use rgb(218,199,233) instead hex code.

Text Font Color

.myTextColor { color: #DAC7E9; }

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

This text font color is #DAC7E9.


Background Color

.myBgColor { background-color: #DAC7E9; }

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

This div background color is #DAC7E9.


Border color

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

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

This div border color is #DAC7E9.


Opacity

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

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

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

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

This text has shadow with #DAC7E9 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #DAC7E9 on black background.


Color preview on white background

This text has color #DAC7E9 on white background.



Black color preview on #DAC7E9 background

This text has black color on #DAC7E9 background.


White color preview on #DAC7E9 background

This text has white color on #DAC7E9 background.