COLOR #DAE2F0

HEX: #DAE2F0
RGB: (218,226,240)

Color info

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

RGB color model

#DAE2F0 color RGB value is (218,226,240).

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

RGB channels and saturation

R 218 of 255 = 85%
G 226 of 255 = 89%
B 240 of 255 = 94%

218
226
240

R + G + B ~ 89%. #DAE2F0 is light color.

Portions of RGB colors in percentages

R + G + B =
218 + 226 + 240 = 684 (100%)
R 218 of 684 ~ 31.87%
G 226 of 684 ~ 33.04%
B 240 of 684 ~ 35.09%

%31.87
%33.04
%35.09

CMYK color model

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

  • cyan value is 9.17%
  • magenta value is 5.83%
  • yellow value is 0.00%
  • key color value is 5.88%
CMYK:
(9,6,0,6)
C9M6Y0K6 
(9%,6%,0%,6%)
(0.09/0.06/0.00/0.06)	

CMYK percentages

%9.17
%5.83
%0
%5.88

Codes

Color #DAE2F0 in popluar color models

DAE2F0
RGB218226240
HSL218°42.31%89.80%
HSB/HSV218°9.17%94.12%
CMYK9.17%5.83%0.00%
5.88%

Color #DAE2F0 in popluar number systems.

HEXDAE2F0
Decimal218226240
Binary110110101110001011110000
Octal332342360

Shades and tints

Shades of #DAE2F0

#DAE2F0
(218,226,240)
#C7CEDB
(199,206,219)
#B4BAC6
(180,186,198)
#A1A6B1
(161,166,177)
#8E929C
(142,146,156)
#7B7E87
(123,126,135)
#686A72
(104,106,114)
#55565D
(85,86,93)
#424248
(66,66,72)
#2F2E33
(47,46,51)
#1C1A1E
(28,26,30)
#000000
(0,0,0)

Tints of #DAE2F0

#DAE2F0
(218,226,240)
#DDE4F1
(221,228,241)
#E0E6F2
(224,230,242)
#E3E8F3
(227,232,243)
#E6EAF4
(230,234,244)
#E9ECF5
(233,236,245)
#ECEEF6
(236,238,246)
#EFF0F7
(239,240,247)
#F2F2F8
(242,242,248)
#F5F4F9
(245,244,249)
#F8F6FA
(248,246,250)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #DAE2F0; }

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

This text font color is #DAE2F0.


Background Color

.myBgColor { background-color: #DAE2F0; }

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

This div background color is #DAE2F0.


Border color

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

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

This div border color is #DAE2F0.


Opacity

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

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

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

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

This text has shadow with #DAE2F0 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #DAE2F0 on black background.


Color preview on white background

This text has color #DAE2F0 on white background.



Black color preview on #DAE2F0 background

This text has black color on #DAE2F0 background.


White color preview on #DAE2F0 background

This text has white color on #DAE2F0 background.