COLOR #DAECFB

HEX: #DAECFB
RGB: (218,236,251)

Color info

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

RGB color model

#DAECFB color RGB value is (218,236,251).

  • red value is 218;
  • green value is 236;
  • blue value is 251.
RGB:
(218,236,251)
(85%,93%,98%)

RGB channels and saturation

R 218 of 255 = 85%
G 236 of 255 = 93%
B 251 of 255 = 98%

218
236
251

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

Portions of RGB colors in percentages

R + G + B =
218 + 236 + 251 = 705 (100%)
R 218 of 705 ~ 30.92%
G 236 of 705 ~ 33.48%
B 251 of 705 ~ 35.6%

%30.92
%33.48
%35.6

CMYK color model

#DAECFB color CMYK value is (13,6,0,2).

  • cyan value is 13.15%
  • magenta value is 5.98%
  • yellow value is 0.00%
  • key color value is 1.57%
CMYK:
(13,6,0,2)
C13M6Y0K2 
(13%,6%,0%,2%)
(0.13/0.06/0.00/0.02)	

CMYK percentages

%13.15
%5.98
%0
%1.57

Codes

Color #DAECFB in popluar color models

DAECFB
RGB218236251
HSL207°80.49%91.96%
HSB/HSV207°13.15%98.43%
CMYK13.15%5.98%0.00%
1.57%

Color #DAECFB in popluar number systems.

HEXDAECFB
Decimal218236251
Binary110110101110110011111011
Octal332354373

Shades and tints

Shades of #DAECFB

#DAECFB
(218,236,251)
#C7D7E5
(199,215,229)
#B4C2CF
(180,194,207)
#A1ADB9
(161,173,185)
#8E98A3
(142,152,163)
#7B838D
(123,131,141)
#686E77
(104,110,119)
#555961
(85,89,97)
#42444B
(66,68,75)
#2F2F35
(47,47,53)
#1C1A1F
(28,26,31)
#000000
(0,0,0)

Tints of #DAECFB

#DAECFB
(218,236,251)
#DDEDFB
(221,237,251)
#E0EEFB
(224,238,251)
#E3EFFB
(227,239,251)
#E6F0FB
(230,240,251)
#E9F1FB
(233,241,251)
#ECF2FB
(236,242,251)
#EFF3FB
(239,243,251)
#F2F4FB
(242,244,251)
#F5F5FB
(245,245,251)
#F8F6FB
(248,246,251)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #DAECFB color. Also use rgb(218,236,251) instead hex code.

Text Font Color

.myTextColor { color: #DAECFB; }

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

This text font color is #DAECFB.


Background Color

.myBgColor { background-color: #DAECFB; }

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

This div background color is #DAECFB.


Border color

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

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

This div border color is #DAECFB.


Opacity

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

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

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

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

This text has shadow with #DAECFB color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #DAECFB on black background.


Color preview on white background

This text has color #DAECFB on white background.



Black color preview on #DAECFB background

This text has black color on #DAECFB background.


White color preview on #DAECFB background

This text has white color on #DAECFB background.