COLOR #DAEADF

HEX: #DAEADF
RGB: (218,234,223)

Color info

#DAEADF contains red, green and blue colors in about the same proportion. Web safe color of #DAEADF is #CCFFCC (or #CFC).

RGB color model

#DAEADF color RGB value is (218,234,223).

  • red value is 218;
  • green value is 234;
  • blue value is 223.
RGB:
(218,234,223)
(85%,92%,87%)

RGB channels and saturation

R 218 of 255 = 85%
G 234 of 255 = 92%
B 223 of 255 = 87%

218
234
223

R + G + B ~ 88%. #DAEADF is light color.

Portions of RGB colors in percentages

R + G + B =
218 + 234 + 223 = 675 (100%)
R 218 of 675 ~ 32.3%
G 234 of 675 ~ 34.67%
B 223 of 675 ~ 33.04%

%32.3
%34.67
%33.04

CMYK color model

#DAEADF color CMYK value is (7,0,5,8).

  • cyan value is 6.84%
  • magenta value is 0.00%
  • yellow value is 4.70%
  • key color value is 8.24%
CMYK:
(7,0,5,8)
C7M0Y5K8 
(7%,0%,5%,8%)
(0.07/0.00/0.05/0.08)	

CMYK percentages

%6.84
%0
%4.7
%8.24

Codes

Color #DAEADF in popluar color models

DAEADF
RGB218234223
HSL139°27.59%88.63%
HSB/HSV139°6.84%91.76%
CMYK6.84%0.00%4.70%
8.24%

Color #DAEADF in popluar number systems.

HEXDAEADF
Decimal218234223
Binary110110101110101011011111
Octal332352337

Shades and tints

Shades of #DAEADF

#DAEADF
(218,234,223)
#C7D5CB
(199,213,203)
#B4C0B7
(180,192,183)
#A1ABA3
(161,171,163)
#8E968F
(142,150,143)
#7B817B
(123,129,123)
#686C67
(104,108,103)
#555753
(85,87,83)
#42423F
(66,66,63)
#2F2D2B
(47,45,43)
#1C1817
(28,24,23)
#000000
(0,0,0)

Tints of #DAEADF

#DAEADF
(218,234,223)
#DDEBE1
(221,235,225)
#E0ECE3
(224,236,227)
#E3EDE5
(227,237,229)
#E6EEE7
(230,238,231)
#E9EFE9
(233,239,233)
#ECF0EB
(236,240,235)
#EFF1ED
(239,241,237)
#F2F2EF
(242,242,239)
#F5F3F1
(245,243,241)
#F8F4F3
(248,244,243)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #DAEADF color. Also use rgb(218,234,223) instead hex code.

Text Font Color

.myTextColor { color: #DAEADF; }

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

This text font color is #DAEADF.


Background Color

.myBgColor { background-color: #DAEADF; }

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

This div background color is #DAEADF.


Border color

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

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

This div border color is #DAEADF.


Opacity

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

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

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

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

This text has shadow with #DAEADF color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #DAEADF on black background.


Color preview on white background

This text has color #DAEADF on white background.



Black color preview on #DAEADF background

This text has black color on #DAEADF background.


White color preview on #DAEADF background

This text has white color on #DAEADF background.