COLOR #DAC4F5

HEX: #DAC4F5
RGB: (218,196,245)

Color info

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

RGB color model

#DAC4F5 color RGB value is (218,196,245).

  • red value is 218;
  • green value is 196;
  • blue value is 245.
RGB:
(218,196,245)
(85%,77%,96%)

RGB channels and saturation

R 218 of 255 = 85%
G 196 of 255 = 77%
B 245 of 255 = 96%

218
196
245

R + G + B ~ 86%. #DAC4F5 is light color.

Portions of RGB colors in percentages

R + G + B =
218 + 196 + 245 = 659 (100%)
R 218 of 659 ~ 33.08%
G 196 of 659 ~ 29.74%
B 245 of 659 ~ 37.18%

%33.08
%29.74
%37.18

CMYK color model

#DAC4F5 color CMYK value is (11,20,0,4).

  • cyan value is 11.02%
  • magenta value is 20.00%
  • yellow value is 0.00%
  • key color value is 3.92%
CMYK:
(11,20,0,4)
C11M20Y0K4 
(11%,20%,0%,4%)
(0.11/0.20/0.00/0.04)	

CMYK percentages

%11.02
%20
%0
%3.92

Codes

Color #DAC4F5 in popluar color models

DAC4F5
RGB218196245
HSL267°71.01%86.47%
HSB/HSV267°20.00%96.08%
CMYK11.02%20.00%0.00%
3.92%

Color #DAC4F5 in popluar number systems.

HEXDAC4F5
Decimal218196245
Binary110110101100010011110101
Octal332304365

Shades and tints

Shades of #DAC4F5

#DAC4F5
(218,196,245)
#C7B3DF
(199,179,223)
#B4A2C9
(180,162,201)
#A191B3
(161,145,179)
#8E809D
(142,128,157)
#7B6F87
(123,111,135)
#685E71
(104,94,113)
#554D5B
(85,77,91)
#423C45
(66,60,69)
#2F2B2F
(47,43,47)
#1C1A19
(28,26,25)
#000000
(0,0,0)

Tints of #DAC4F5

#DAC4F5
(218,196,245)
#DDC9F5
(221,201,245)
#E0CEF5
(224,206,245)
#E3D3F5
(227,211,245)
#E6D8F5
(230,216,245)
#E9DDF5
(233,221,245)
#ECE2F5
(236,226,245)
#EFE7F5
(239,231,245)
#F2ECF5
(242,236,245)
#F5F1F5
(245,241,245)
#F8F6F5
(248,246,245)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #DAC4F5 color. Also use rgb(218,196,245) instead hex code.

Text Font Color

.myTextColor { color: #DAC4F5; }

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

This text font color is #DAC4F5.


Background Color

.myBgColor { background-color: #DAC4F5; }

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

This div background color is #DAC4F5.


Border color

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

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

This div border color is #DAC4F5.


Opacity

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

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

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

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

This text has shadow with #DAC4F5 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #DAC4F5 on black background.


Color preview on white background

This text has color #DAC4F5 on white background.



Black color preview on #DAC4F5 background

This text has black color on #DAC4F5 background.


White color preview on #DAC4F5 background

This text has white color on #DAC4F5 background.