COLOR #DAC2F1

HEX: #DAC2F1
RGB: (218,194,241)

Color info

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

RGB color model

#DAC2F1 color RGB value is (218,194,241).

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

RGB channels and saturation

R 218 of 255 = 85%
G 194 of 255 = 76%
B 241 of 255 = 95%

218
194
241

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

Portions of RGB colors in percentages

R + G + B =
218 + 194 + 241 = 653 (100%)
R 218 of 653 ~ 33.38%
G 194 of 653 ~ 29.71%
B 241 of 653 ~ 36.91%

%33.38
%29.71
%36.91

CMYK color model

#DAC2F1 color CMYK value is (10,20,0,5).

  • cyan value is 9.54%
  • magenta value is 19.50%
  • yellow value is 0.00%
  • key color value is 5.49%
CMYK:
(10,20,0,5)
C10M20Y0K5 
(10%,20%,0%,5%)
(0.10/0.20/0.00/0.05)	

CMYK percentages

%9.54
%19.5
%0
%5.49

Codes

Color #DAC2F1 in popluar color models

DAC2F1
RGB218194241
HSL271°62.67%85.29%
HSB/HSV271°19.50%94.51%
CMYK9.54%19.50%0.00%
5.49%

Color #DAC2F1 in popluar number systems.

HEXDAC2F1
Decimal218194241
Binary110110101100001011110001
Octal332302361

Shades and tints

Shades of #DAC2F1

#DAC2F1
(218,194,241)
#C7B1DC
(199,177,220)
#B4A0C7
(180,160,199)
#A18FB2
(161,143,178)
#8E7E9D
(142,126,157)
#7B6D88
(123,109,136)
#685C73
(104,92,115)
#554B5E
(85,75,94)
#423A49
(66,58,73)
#2F2934
(47,41,52)
#1C181F
(28,24,31)
#000000
(0,0,0)

Tints of #DAC2F1

#DAC2F1
(218,194,241)
#DDC7F2
(221,199,242)
#E0CCF3
(224,204,243)
#E3D1F4
(227,209,244)
#E6D6F5
(230,214,245)
#E9DBF6
(233,219,246)
#ECE0F7
(236,224,247)
#EFE5F8
(239,229,248)
#F2EAF9
(242,234,249)
#F5EFFA
(245,239,250)
#F8F4FB
(248,244,251)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #DAC2F1; }

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

This text font color is #DAC2F1.


Background Color

.myBgColor { background-color: #DAC2F1; }

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

This div background color is #DAC2F1.


Border color

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

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

This div border color is #DAC2F1.


Opacity

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

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

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

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

This text has shadow with #DAC2F1 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #DAC2F1 on black background.


Color preview on white background

This text has color #DAC2F1 on white background.



Black color preview on #DAC2F1 background

This text has black color on #DAC2F1 background.


White color preview on #DAC2F1 background

This text has white color on #DAC2F1 background.