COLOR #DAEBFF

HEX: #DAEBFF
RGB: (218,235,255)

Color info

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

RGB color model

#DAEBFF color RGB value is (218,235,255).

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

RGB channels and saturation

R 218 of 255 = 85%
G 235 of 255 = 92%
B 255 of 255 = 100%

218
235
255

R + G + B ~ 92%. #DAEBFF is light color.

Portions of RGB colors in percentages

R + G + B =
218 + 235 + 255 = 708 (100%)
R 218 of 708 ~ 30.79%
G 235 of 708 ~ 33.19%
B 255 of 708 ~ 36.02%

%30.79
%33.19
%36.02

CMYK color model

#DAEBFF color CMYK value is (15,8,0,0).

  • cyan value is 14.51%
  • magenta value is 7.84%
  • yellow value is 0.00%
  • key color value is 0.00%
CMYK:
(15,8,0,0)
C15M8Y0K0 
(15%,8%,0%,0%)
(0.15/0.08/0.00/0.00)	

CMYK percentages

%14.51
%7.84
%0
%0

Codes

Color #DAEBFF in popluar color models

DAEBFF
RGB218235255
HSL212°100.00%92.75%
HSB/HSV212°14.51%100.00%
CMYK14.51%7.84%0.00%
0.00%

Color #DAEBFF in popluar number systems.

HEXDAEBFF
Decimal218235255
Binary110110101110101111111111
Octal332353377

Shades and tints

Shades of #DAEBFF

#DAEBFF
(218,235,255)
#C7D6E8
(199,214,232)
#B4C1D1
(180,193,209)
#A1ACBA
(161,172,186)
#8E97A3
(142,151,163)
#7B828C
(123,130,140)
#686D75
(104,109,117)
#55585E
(85,88,94)
#424347
(66,67,71)
#2F2E30
(47,46,48)
#1C1919
(28,25,25)
#000000
(0,0,0)

Tints of #DAEBFF

#DAEBFF
(218,235,255)
#DDECFF
(221,236,255)
#E0EDFF
(224,237,255)
#E3EEFF
(227,238,255)
#E6EFFF
(230,239,255)
#E9F0FF
(233,240,255)
#ECF1FF
(236,241,255)
#EFF2FF
(239,242,255)
#F2F3FF
(242,243,255)
#F5F4FF
(245,244,255)
#F8F5FF
(248,245,255)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #DAEBFF; }

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

This text font color is #DAEBFF.


Background Color

.myBgColor { background-color: #DAEBFF; }

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

This div background color is #DAEBFF.


Border color

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

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

This div border color is #DAEBFF.


Opacity

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

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

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

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

This text has shadow with #DAEBFF color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #DAEBFF on black background.


Color preview on white background

This text has color #DAEBFF on white background.



Black color preview on #DAEBFF background

This text has black color on #DAEBFF background.


White color preview on #DAEBFF background

This text has white color on #DAEBFF background.