COLOR #DAC6E9

HEX: #DAC6E9
RGB: (218,198,233)

Color info

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

RGB color model

#DAC6E9 color RGB value is (218,198,233).

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

RGB channels and saturation

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

218
198
233

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

Portions of RGB colors in percentages

R + G + B =
218 + 198 + 233 = 649 (100%)
R 218 of 649 ~ 33.59%
G 198 of 649 ~ 30.51%
B 233 of 649 ~ 35.9%

%33.59
%30.51
%35.9

CMYK color model

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

  • cyan value is 6.44%
  • magenta value is 15.02%
  • 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
%15.02
%0
%8.63

Codes

Color #DAC6E9 in popluar color models

DAC6E9
RGB218198233
HSL274°44.30%84.51%
HSB/HSV274°15.02%91.37%
CMYK6.44%15.02%0.00%
8.63%

Color #DAC6E9 in popluar number systems.

HEXDAC6E9
Decimal218198233
Binary110110101100011011101001
Octal332306351

Shades and tints

Shades of #DAC6E9

#DAC6E9
(218,198,233)
#C7B4D4
(199,180,212)
#B4A2BF
(180,162,191)
#A190AA
(161,144,170)
#8E7E95
(142,126,149)
#7B6C80
(123,108,128)
#685A6B
(104,90,107)
#554856
(85,72,86)
#423641
(66,54,65)
#2F242C
(47,36,44)
#1C1217
(28,18,23)
#000000
(0,0,0)

Tints of #DAC6E9

#DAC6E9
(218,198,233)
#DDCBEB
(221,203,235)
#E0D0ED
(224,208,237)
#E3D5EF
(227,213,239)
#E6DAF1
(230,218,241)
#E9DFF3
(233,223,243)
#ECE4F5
(236,228,245)
#EFE9F7
(239,233,247)
#F2EEF9
(242,238,249)
#F5F3FB
(245,243,251)
#F8F8FD
(248,248,253)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #DAC6E9; }

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

This text font color is #DAC6E9.


Background Color

.myBgColor { background-color: #DAC6E9; }

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

This div background color is #DAC6E9.


Border color

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

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

This div border color is #DAC6E9.


Opacity

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

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

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

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

This text has shadow with #DAC6E9 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #DAC6E9 on black background.


Color preview on white background

This text has color #DAC6E9 on white background.



Black color preview on #DAC6E9 background

This text has black color on #DAC6E9 background.


White color preview on #DAC6E9 background

This text has white color on #DAC6E9 background.