COLOR #DACAFE

HEX: #DACAFE
RGB: (218,202,254)

Color info

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

RGB color model

#DACAFE color RGB value is (218,202,254).

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

RGB channels and saturation

R 218 of 255 = 85%
G 202 of 255 = 79%
B 254 of 255 = 100%

218
202
254

R + G + B ~ 88%. #DACAFE is light color.

Portions of RGB colors in percentages

R + G + B =
218 + 202 + 254 = 674 (100%)
R 218 of 674 ~ 32.34%
G 202 of 674 ~ 29.97%
B 254 of 674 ~ 37.69%

%32.34
%29.97
%37.69

CMYK color model

#DACAFE color CMYK value is (14,20,0,0).

  • cyan value is 14.17%
  • magenta value is 20.47%
  • yellow value is 0.00%
  • key color value is 0.39%
CMYK:
(14,20,0,0)
C14M20Y0K0 
(14%,20%,0%,0%)
(0.14/0.20/0.00/0.00)	

CMYK percentages

%14.17
%20.47
%0
%0.39

Codes

Color #DACAFE in popluar color models

DACAFE
RGB218202254
HSL258°96.30%89.41%
HSB/HSV258°20.47%99.61%
CMYK14.17%20.47%0.00%
0.39%

Color #DACAFE in popluar number systems.

HEXDACAFE
Decimal218202254
Binary110110101100101011111110
Octal332312376

Shades and tints

Shades of #DACAFE

#DACAFE
(218,202,254)
#C7B8E7
(199,184,231)
#B4A6D0
(180,166,208)
#A194B9
(161,148,185)
#8E82A2
(142,130,162)
#7B708B
(123,112,139)
#685E74
(104,94,116)
#554C5D
(85,76,93)
#423A46
(66,58,70)
#2F282F
(47,40,47)
#1C1618
(28,22,24)
#000000
(0,0,0)

Tints of #DACAFE

#DACAFE
(218,202,254)
#DDCEFE
(221,206,254)
#E0D2FE
(224,210,254)
#E3D6FE
(227,214,254)
#E6DAFE
(230,218,254)
#E9DEFE
(233,222,254)
#ECE2FE
(236,226,254)
#EFE6FE
(239,230,254)
#F2EAFE
(242,234,254)
#F5EEFE
(245,238,254)
#F8F2FE
(248,242,254)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #DACAFE; }

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

This text font color is #DACAFE.


Background Color

.myBgColor { background-color: #DACAFE; }

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

This div background color is #DACAFE.


Border color

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

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

This div border color is #DACAFE.


Opacity

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

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

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

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

This text has shadow with #DACAFE color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #DACAFE on black background.


Color preview on white background

This text has color #DACAFE on white background.



Black color preview on #DACAFE background

This text has black color on #DACAFE background.


White color preview on #DACAFE background

This text has white color on #DACAFE background.