COLOR #DACAF5

HEX: #DACAF5
RGB: (218,202,245)

Color info

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

RGB color model

#DACAF5 color RGB value is (218,202,245).

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

RGB channels and saturation

R 218 of 255 = 85%
G 202 of 255 = 79%
B 245 of 255 = 96%

218
202
245

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

Portions of RGB colors in percentages

R + G + B =
218 + 202 + 245 = 665 (100%)
R 218 of 665 ~ 32.78%
G 202 of 665 ~ 30.38%
B 245 of 665 ~ 36.84%

%32.78
%30.38
%36.84

CMYK color model

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

  • cyan value is 11.02%
  • magenta value is 17.55%
  • 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
%17.55
%0
%3.92

Codes

Color #DACAF5 in popluar color models

DACAF5
RGB218202245
HSL262°68.25%87.65%
HSB/HSV262°17.55%96.08%
CMYK11.02%17.55%0.00%
3.92%

Color #DACAF5 in popluar number systems.

HEXDACAF5
Decimal218202245
Binary110110101100101011110101
Octal332312365

Shades and tints

Shades of #DACAF5

#DACAF5
(218,202,245)
#C7B8DF
(199,184,223)
#B4A6C9
(180,166,201)
#A194B3
(161,148,179)
#8E829D
(142,130,157)
#7B7087
(123,112,135)
#685E71
(104,94,113)
#554C5B
(85,76,91)
#423A45
(66,58,69)
#2F282F
(47,40,47)
#1C1619
(28,22,25)
#000000
(0,0,0)

Tints of #DACAF5

#DACAF5
(218,202,245)
#DDCEF5
(221,206,245)
#E0D2F5
(224,210,245)
#E3D6F5
(227,214,245)
#E6DAF5
(230,218,245)
#E9DEF5
(233,222,245)
#ECE2F5
(236,226,245)
#EFE6F5
(239,230,245)
#F2EAF5
(242,234,245)
#F5EEF5
(245,238,245)
#F8F2F5
(248,242,245)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #DACAF5; }

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

This text font color is #DACAF5.


Background Color

.myBgColor { background-color: #DACAF5; }

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

This div background color is #DACAF5.


Border color

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

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

This div border color is #DACAF5.


Opacity

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

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

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

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

This text has shadow with #DACAF5 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #DACAF5 on black background.


Color preview on white background

This text has color #DACAF5 on white background.



Black color preview on #DACAF5 background

This text has black color on #DACAF5 background.


White color preview on #DACAF5 background

This text has white color on #DACAF5 background.