COLOR #DAE6F2

HEX: #DAE6F2
RGB: (218,230,242)

Color info

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

RGB color model

#DAE6F2 color RGB value is (218,230,242).

  • red value is 218;
  • green value is 230;
  • blue value is 242.
RGB:
(218,230,242)
(85%,90%,95%)

RGB channels and saturation

R 218 of 255 = 85%
G 230 of 255 = 90%
B 242 of 255 = 95%

218
230
242

R + G + B ~ 90%. #DAE6F2 is light color.

Portions of RGB colors in percentages

R + G + B =
218 + 230 + 242 = 690 (100%)
R 218 of 690 ~ 31.59%
G 230 of 690 ~ 33.33%
B 242 of 690 ~ 35.07%

%31.59
%33.33
%35.07

CMYK color model

#DAE6F2 color CMYK value is (10,5,0,5).

  • cyan value is 9.92%
  • magenta value is 4.96%
  • yellow value is 0.00%
  • key color value is 5.10%
CMYK:
(10,5,0,5)
C10M5Y0K5 
(10%,5%,0%,5%)
(0.10/0.05/0.00/0.05)	

CMYK percentages

%9.92
%4.96
%0
%5.1

Codes

Color #DAE6F2 in popluar color models

DAE6F2
RGB218230242
HSL210°48.00%90.20%
HSB/HSV210°9.92%94.90%
CMYK9.92%4.96%0.00%
5.10%

Color #DAE6F2 in popluar number systems.

HEXDAE6F2
Decimal218230242
Binary110110101110011011110010
Octal332346362

Shades and tints

Shades of #DAE6F2

#DAE6F2
(218,230,242)
#C7D2DC
(199,210,220)
#B4BEC6
(180,190,198)
#A1AAB0
(161,170,176)
#8E969A
(142,150,154)
#7B8284
(123,130,132)
#686E6E
(104,110,110)
#555A58
(85,90,88)
#424642
(66,70,66)
#2F322C
(47,50,44)
#1C1E16
(28,30,22)
#000000
(0,0,0)

Tints of #DAE6F2

#DAE6F2
(218,230,242)
#DDE8F3
(221,232,243)
#E0EAF4
(224,234,244)
#E3ECF5
(227,236,245)
#E6EEF6
(230,238,246)
#E9F0F7
(233,240,247)
#ECF2F8
(236,242,248)
#EFF4F9
(239,244,249)
#F2F6FA
(242,246,250)
#F5F8FB
(245,248,251)
#F8FAFC
(248,250,252)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #DAE6F2 color. Also use rgb(218,230,242) instead hex code.

Text Font Color

.myTextColor { color: #DAE6F2; }

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

This text font color is #DAE6F2.


Background Color

.myBgColor { background-color: #DAE6F2; }

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

This div background color is #DAE6F2.


Border color

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

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

This div border color is #DAE6F2.


Opacity

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

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

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

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

This text has shadow with #DAE6F2 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #DAE6F2 on black background.


Color preview on white background

This text has color #DAE6F2 on white background.



Black color preview on #DAE6F2 background

This text has black color on #DAE6F2 background.


White color preview on #DAE6F2 background

This text has white color on #DAE6F2 background.