COLOR #DACEF0

HEX: #DACEF0
RGB: (218,206,240)

Color info

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

RGB color model

#DACEF0 color RGB value is (218,206,240).

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

RGB channels and saturation

R 218 of 255 = 85%
G 206 of 255 = 81%
B 240 of 255 = 94%

218
206
240

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

Portions of RGB colors in percentages

R + G + B =
218 + 206 + 240 = 664 (100%)
R 218 of 664 ~ 32.83%
G 206 of 664 ~ 31.02%
B 240 of 664 ~ 36.14%

%32.83
%31.02
%36.14

CMYK color model

#DACEF0 color CMYK value is (9,14,0,6).

  • cyan value is 9.17%
  • magenta value is 14.17%
  • yellow value is 0.00%
  • key color value is 5.88%
CMYK:
(9,14,0,6)
C9M14Y0K6 
(9%,14%,0%,6%)
(0.09/0.14/0.00/0.06)	

CMYK percentages

%9.17
%14.17
%0
%5.88

Codes

Color #DACEF0 in popluar color models

DACEF0
RGB218206240
HSL261°53.13%87.45%
HSB/HSV261°14.17%94.12%
CMYK9.17%14.17%0.00%
5.88%

Color #DACEF0 in popluar number systems.

HEXDACEF0
Decimal218206240
Binary110110101100111011110000
Octal332316360

Shades and tints

Shades of #DACEF0

#DACEF0
(218,206,240)
#C7BCDB
(199,188,219)
#B4AAC6
(180,170,198)
#A198B1
(161,152,177)
#8E869C
(142,134,156)
#7B7487
(123,116,135)
#686272
(104,98,114)
#55505D
(85,80,93)
#423E48
(66,62,72)
#2F2C33
(47,44,51)
#1C1A1E
(28,26,30)
#000000
(0,0,0)

Tints of #DACEF0

#DACEF0
(218,206,240)
#DDD2F1
(221,210,241)
#E0D6F2
(224,214,242)
#E3DAF3
(227,218,243)
#E6DEF4
(230,222,244)
#E9E2F5
(233,226,245)
#ECE6F6
(236,230,246)
#EFEAF7
(239,234,247)
#F2EEF8
(242,238,248)
#F5F2F9
(245,242,249)
#F8F6FA
(248,246,250)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #DACEF0; }

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

This text font color is #DACEF0.


Background Color

.myBgColor { background-color: #DACEF0; }

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

This div background color is #DACEF0.


Border color

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

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

This div border color is #DACEF0.


Opacity

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

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

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

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

This text has shadow with #DACEF0 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #DACEF0 on black background.


Color preview on white background

This text has color #DACEF0 on white background.



Black color preview on #DACEF0 background

This text has black color on #DACEF0 background.


White color preview on #DACEF0 background

This text has white color on #DACEF0 background.