COLOR #DACEEF

HEX: #DACEEF
RGB: (218,206,239)

Color info

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

RGB color model

#DACEEF color RGB value is (218,206,239).

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

RGB channels and saturation

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

218
206
239

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

Portions of RGB colors in percentages

R + G + B =
218 + 206 + 239 = 663 (100%)
R 218 of 663 ~ 32.88%
G 206 of 663 ~ 31.07%
B 239 of 663 ~ 36.05%

%32.88
%31.07
%36.05

CMYK color model

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

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

CMYK percentages

%8.79
%13.81
%0
%6.27

Codes

Color #DACEEF in popluar color models

DACEEF
RGB218206239
HSL262°50.77%87.25%
HSB/HSV262°13.81%93.73%
CMYK8.79%13.81%0.00%
6.27%

Color #DACEEF in popluar number systems.

HEXDACEEF
Decimal218206239
Binary110110101100111011101111
Octal332316357

Shades and tints

Shades of #DACEEF

#DACEEF
(218,206,239)
#C7BCDA
(199,188,218)
#B4AAC5
(180,170,197)
#A198B0
(161,152,176)
#8E869B
(142,134,155)
#7B7486
(123,116,134)
#686271
(104,98,113)
#55505C
(85,80,92)
#423E47
(66,62,71)
#2F2C32
(47,44,50)
#1C1A1D
(28,26,29)
#000000
(0,0,0)

Tints of #DACEEF

#DACEEF
(218,206,239)
#DDD2F0
(221,210,240)
#E0D6F1
(224,214,241)
#E3DAF2
(227,218,242)
#E6DEF3
(230,222,243)
#E9E2F4
(233,226,244)
#ECE6F5
(236,230,245)
#EFEAF6
(239,234,246)
#F2EEF7
(242,238,247)
#F5F2F8
(245,242,248)
#F8F6F9
(248,246,249)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #DACEEF; }

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

This text font color is #DACEEF.


Background Color

.myBgColor { background-color: #DACEEF; }

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

This div background color is #DACEEF.


Border color

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

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

This div border color is #DACEEF.


Opacity

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

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

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

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

This text has shadow with #DACEEF color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #DACEEF on black background.


Color preview on white background

This text has color #DACEEF on white background.



Black color preview on #DACEEF background

This text has black color on #DACEEF background.


White color preview on #DACEEF background

This text has white color on #DACEEF background.