COLOR #DACEFA

HEX: #DACEFA
RGB: (218,206,250)

Color info

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

RGB color model

#DACEFA color RGB value is (218,206,250).

  • red value is 218;
  • green value is 206;
  • blue value is 250.
RGB:
(218,206,250)
(85%,81%,98%)

RGB channels and saturation

R 218 of 255 = 85%
G 206 of 255 = 81%
B 250 of 255 = 98%

218
206
250

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

Portions of RGB colors in percentages

R + G + B =
218 + 206 + 250 = 674 (100%)
R 218 of 674 ~ 32.34%
G 206 of 674 ~ 30.56%
B 250 of 674 ~ 37.09%

%32.34
%30.56
%37.09

CMYK color model

#DACEFA color CMYK value is (13,18,0,2).

  • cyan value is 12.80%
  • magenta value is 17.60%
  • yellow value is 0.00%
  • key color value is 1.96%
CMYK:
(13,18,0,2)
C13M18Y0K2 
(13%,18%,0%,2%)
(0.13/0.18/0.00/0.02)	

CMYK percentages

%12.8
%17.6
%0
%1.96

Codes

Color #DACEFA in popluar color models

DACEFA
RGB218206250
HSL256°81.48%89.41%
HSB/HSV256°17.60%98.04%
CMYK12.80%17.60%0.00%
1.96%

Color #DACEFA in popluar number systems.

HEXDACEFA
Decimal218206250
Binary110110101100111011111010
Octal332316372

Shades and tints

Shades of #DACEFA

#DACEFA
(218,206,250)
#C7BCE4
(199,188,228)
#B4AACE
(180,170,206)
#A198B8
(161,152,184)
#8E86A2
(142,134,162)
#7B748C
(123,116,140)
#686276
(104,98,118)
#555060
(85,80,96)
#423E4A
(66,62,74)
#2F2C34
(47,44,52)
#1C1A1E
(28,26,30)
#000000
(0,0,0)

Tints of #DACEFA

#DACEFA
(218,206,250)
#DDD2FA
(221,210,250)
#E0D6FA
(224,214,250)
#E3DAFA
(227,218,250)
#E6DEFA
(230,222,250)
#E9E2FA
(233,226,250)
#ECE6FA
(236,230,250)
#EFEAFA
(239,234,250)
#F2EEFA
(242,238,250)
#F5F2FA
(245,242,250)
#F8F6FA
(248,246,250)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #DACEFA color. Also use rgb(218,206,250) instead hex code.

Text Font Color

.myTextColor { color: #DACEFA; }

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

This text font color is #DACEFA.


Background Color

.myBgColor { background-color: #DACEFA; }

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

This div background color is #DACEFA.


Border color

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

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

This div border color is #DACEFA.


Opacity

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

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

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

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

This text has shadow with #DACEFA color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #DACEFA on black background.


Color preview on white background

This text has color #DACEFA on white background.



Black color preview on #DACEFA background

This text has black color on #DACEFA background.


White color preview on #DACEFA background

This text has white color on #DACEFA background.