COLOR #DAEBF7

HEX: #DAEBF7
RGB: (218,235,247)

Color info

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

RGB color model

#DAEBF7 color RGB value is (218,235,247).

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

RGB channels and saturation

R 218 of 255 = 85%
G 235 of 255 = 92%
B 247 of 255 = 97%

218
235
247

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

Portions of RGB colors in percentages

R + G + B =
218 + 235 + 247 = 700 (100%)
R 218 of 700 ~ 31.14%
G 235 of 700 ~ 33.57%
B 247 of 700 ~ 35.29%

%31.14
%33.57
%35.29

CMYK color model

#DAEBF7 color CMYK value is (12,5,0,3).

  • cyan value is 11.74%
  • magenta value is 4.86%
  • yellow value is 0.00%
  • key color value is 3.14%
CMYK:
(12,5,0,3)
C12M5Y0K3 
(12%,5%,0%,3%)
(0.12/0.05/0.00/0.03)	

CMYK percentages

%11.74
%4.86
%0
%3.14

Codes

Color #DAEBF7 in popluar color models

DAEBF7
RGB218235247
HSL205°64.44%91.18%
HSB/HSV205°11.74%96.86%
CMYK11.74%4.86%0.00%
3.14%

Color #DAEBF7 in popluar number systems.

HEXDAEBF7
Decimal218235247
Binary110110101110101111110111
Octal332353367

Shades and tints

Shades of #DAEBF7

#DAEBF7
(218,235,247)
#C7D6E1
(199,214,225)
#B4C1CB
(180,193,203)
#A1ACB5
(161,172,181)
#8E979F
(142,151,159)
#7B8289
(123,130,137)
#686D73
(104,109,115)
#55585D
(85,88,93)
#424347
(66,67,71)
#2F2E31
(47,46,49)
#1C191B
(28,25,27)
#000000
(0,0,0)

Tints of #DAEBF7

#DAEBF7
(218,235,247)
#DDECF7
(221,236,247)
#E0EDF7
(224,237,247)
#E3EEF7
(227,238,247)
#E6EFF7
(230,239,247)
#E9F0F7
(233,240,247)
#ECF1F7
(236,241,247)
#EFF2F7
(239,242,247)
#F2F3F7
(242,243,247)
#F5F4F7
(245,244,247)
#F8F5F7
(248,245,247)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #DAEBF7; }

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

This text font color is #DAEBF7.


Background Color

.myBgColor { background-color: #DAEBF7; }

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

This div background color is #DAEBF7.


Border color

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

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

This div border color is #DAEBF7.


Opacity

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

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

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

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

This text has shadow with #DAEBF7 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #DAEBF7 on black background.


Color preview on white background

This text has color #DAEBF7 on white background.



Black color preview on #DAEBF7 background

This text has black color on #DAEBF7 background.


White color preview on #DAEBF7 background

This text has white color on #DAEBF7 background.