COLOR #DAEBF4

HEX: #DAEBF4
RGB: (218,235,244)

Color info

#DAEBF4 contains red, green and blue colors in about the same proportion. Web safe color of #DAEBF4 is #CCFFFF (or #CFF).

RGB color model

#DAEBF4 color RGB value is (218,235,244).

  • red value is 218;
  • green value is 235;
  • blue value is 244.
RGB:
(218,235,244)
(85%,92%,96%)

RGB channels and saturation

R 218 of 255 = 85%
G 235 of 255 = 92%
B 244 of 255 = 96%

218
235
244

R + G + B ~ 91%. #DAEBF4 is light color.

Portions of RGB colors in percentages

R + G + B =
218 + 235 + 244 = 697 (100%)
R 218 of 697 ~ 31.28%
G 235 of 697 ~ 33.72%
B 244 of 697 ~ 35.01%

%31.28
%33.72
%35.01

CMYK color model

#DAEBF4 color CMYK value is (11,4,0,4).

  • cyan value is 10.66%
  • magenta value is 3.69%
  • yellow value is 0.00%
  • key color value is 4.31%
CMYK:
(11,4,0,4)
C11M4Y0K4 
(11%,4%,0%,4%)
(0.11/0.04/0.00/0.04)	

CMYK percentages

%10.66
%3.69
%0
%4.31

Codes

Color #DAEBF4 in popluar color models

DAEBF4
RGB218235244
HSL201°54.17%90.59%
HSB/HSV201°10.66%95.69%
CMYK10.66%3.69%0.00%
4.31%

Color #DAEBF4 in popluar number systems.

HEXDAEBF4
Decimal218235244
Binary110110101110101111110100
Octal332353364

Shades and tints

Shades of #DAEBF4

#DAEBF4
(218,235,244)
#C7D6DE
(199,214,222)
#B4C1C8
(180,193,200)
#A1ACB2
(161,172,178)
#8E979C
(142,151,156)
#7B8286
(123,130,134)
#686D70
(104,109,112)
#55585A
(85,88,90)
#424344
(66,67,68)
#2F2E2E
(47,46,46)
#1C1918
(28,25,24)
#000000
(0,0,0)

Tints of #DAEBF4

#DAEBF4
(218,235,244)
#DDECF5
(221,236,245)
#E0EDF6
(224,237,246)
#E3EEF7
(227,238,247)
#E6EFF8
(230,239,248)
#E9F0F9
(233,240,249)
#ECF1FA
(236,241,250)
#EFF2FB
(239,242,251)
#F2F3FC
(242,243,252)
#F5F4FD
(245,244,253)
#F8F5FE
(248,245,254)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #DAEBF4 color. Also use rgb(218,235,244) instead hex code.

Text Font Color

.myTextColor { color: #DAEBF4; }

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

This text font color is #DAEBF4.


Background Color

.myBgColor { background-color: #DAEBF4; }

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

This div background color is #DAEBF4.


Border color

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

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

This div border color is #DAEBF4.


Opacity

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

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

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

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

This text has shadow with #DAEBF4 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #DAEBF4 on black background.


Color preview on white background

This text has color #DAEBF4 on white background.



Black color preview on #DAEBF4 background

This text has black color on #DAEBF4 background.


White color preview on #DAEBF4 background

This text has white color on #DAEBF4 background.