COLOR #DAC8F5

HEX: #DAC8F5
RGB: (218,200,245)

Color info

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

RGB color model

#DAC8F5 color RGB value is (218,200,245).

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

RGB channels and saturation

R 218 of 255 = 85%
G 200 of 255 = 78%
B 245 of 255 = 96%

218
200
245

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

Portions of RGB colors in percentages

R + G + B =
218 + 200 + 245 = 663 (100%)
R 218 of 663 ~ 32.88%
G 200 of 663 ~ 30.17%
B 245 of 663 ~ 36.95%

%32.88
%30.17
%36.95

CMYK color model

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

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

CMYK percentages

%11.02
%18.37
%0
%3.92

Codes

Color #DAC8F5 in popluar color models

DAC8F5
RGB218200245
HSL264°69.23%87.25%
HSB/HSV264°18.37%96.08%
CMYK11.02%18.37%0.00%
3.92%

Color #DAC8F5 in popluar number systems.

HEXDAC8F5
Decimal218200245
Binary110110101100100011110101
Octal332310365

Shades and tints

Shades of #DAC8F5

#DAC8F5
(218,200,245)
#C7B6DF
(199,182,223)
#B4A4C9
(180,164,201)
#A192B3
(161,146,179)
#8E809D
(142,128,157)
#7B6E87
(123,110,135)
#685C71
(104,92,113)
#554A5B
(85,74,91)
#423845
(66,56,69)
#2F262F
(47,38,47)
#1C1419
(28,20,25)
#000000
(0,0,0)

Tints of #DAC8F5

#DAC8F5
(218,200,245)
#DDCDF5
(221,205,245)
#E0D2F5
(224,210,245)
#E3D7F5
(227,215,245)
#E6DCF5
(230,220,245)
#E9E1F5
(233,225,245)
#ECE6F5
(236,230,245)
#EFEBF5
(239,235,245)
#F2F0F5
(242,240,245)
#F5F5F5
(245,245,245)
#F8FAF5
(248,250,245)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #DAC8F5; }

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

This text font color is #DAC8F5.


Background Color

.myBgColor { background-color: #DAC8F5; }

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

This div background color is #DAC8F5.


Border color

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

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

This div border color is #DAC8F5.


Opacity

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

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

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

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

This text has shadow with #DAC8F5 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #DAC8F5 on black background.


Color preview on white background

This text has color #DAC8F5 on white background.



Black color preview on #DAC8F5 background

This text has black color on #DAC8F5 background.


White color preview on #DAC8F5 background

This text has white color on #DAC8F5 background.