COLOR #DAC9F4

HEX: #DAC9F4
RGB: (218,201,244)

Color info

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

RGB color model

#DAC9F4 color RGB value is (218,201,244).

  • red value is 218;
  • green value is 201;
  • blue value is 244.
RGB:
(218,201,244)
(85%,79%,96%)

RGB channels and saturation

R 218 of 255 = 85%
G 201 of 255 = 79%
B 244 of 255 = 96%

218
201
244

R + G + B ~ 87%. #DAC9F4 is light color.

Portions of RGB colors in percentages

R + G + B =
218 + 201 + 244 = 663 (100%)
R 218 of 663 ~ 32.88%
G 201 of 663 ~ 30.32%
B 244 of 663 ~ 36.8%

%32.88
%30.32
%36.8

CMYK color model

#DAC9F4 color CMYK value is (11,18,0,4).

  • cyan value is 10.66%
  • magenta value is 17.62%
  • yellow value is 0.00%
  • key color value is 4.31%
CMYK:
(11,18,0,4)
C11M18Y0K4 
(11%,18%,0%,4%)
(0.11/0.18/0.00/0.04)	

CMYK percentages

%10.66
%17.62
%0
%4.31

Codes

Color #DAC9F4 in popluar color models

DAC9F4
RGB218201244
HSL264°66.15%87.25%
HSB/HSV264°17.62%95.69%
CMYK10.66%17.62%0.00%
4.31%

Color #DAC9F4 in popluar number systems.

HEXDAC9F4
Decimal218201244
Binary110110101100100111110100
Octal332311364

Shades and tints

Shades of #DAC9F4

#DAC9F4
(218,201,244)
#C7B7DE
(199,183,222)
#B4A5C8
(180,165,200)
#A193B2
(161,147,178)
#8E819C
(142,129,156)
#7B6F86
(123,111,134)
#685D70
(104,93,112)
#554B5A
(85,75,90)
#423944
(66,57,68)
#2F272E
(47,39,46)
#1C1518
(28,21,24)
#000000
(0,0,0)

Tints of #DAC9F4

#DAC9F4
(218,201,244)
#DDCDF5
(221,205,245)
#E0D1F6
(224,209,246)
#E3D5F7
(227,213,247)
#E6D9F8
(230,217,248)
#E9DDF9
(233,221,249)
#ECE1FA
(236,225,250)
#EFE5FB
(239,229,251)
#F2E9FC
(242,233,252)
#F5EDFD
(245,237,253)
#F8F1FE
(248,241,254)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #DAC9F4 color. Also use rgb(218,201,244) instead hex code.

Text Font Color

.myTextColor { color: #DAC9F4; }

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

This text font color is #DAC9F4.


Background Color

.myBgColor { background-color: #DAC9F4; }

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

This div background color is #DAC9F4.


Border color

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

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

This div border color is #DAC9F4.


Opacity

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

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

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

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

This text has shadow with #DAC9F4 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #DAC9F4 on black background.


Color preview on white background

This text has color #DAC9F4 on white background.



Black color preview on #DAC9F4 background

This text has black color on #DAC9F4 background.


White color preview on #DAC9F4 background

This text has white color on #DAC9F4 background.