COLOR #DAEFED

HEX: #DAEFED
RGB: (218,239,237)

Color info

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

RGB color model

#DAEFED color RGB value is (218,239,237).

  • red value is 218;
  • green value is 239;
  • blue value is 237.
RGB:
(218,239,237)
(85%,94%,93%)

RGB channels and saturation

R 218 of 255 = 85%
G 239 of 255 = 94%
B 237 of 255 = 93%

218
239
237

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

Portions of RGB colors in percentages

R + G + B =
218 + 239 + 237 = 694 (100%)
R 218 of 694 ~ 31.41%
G 239 of 694 ~ 34.44%
B 237 of 694 ~ 34.15%

%31.41
%34.44
%34.15

CMYK color model

#DAEFED color CMYK value is (9,0,1,6).

  • cyan value is 8.79%
  • magenta value is 0.00%
  • yellow value is 0.84%
  • key color value is 6.27%
CMYK:
(9,0,1,6)
C9M0Y1K6 
(9%,0%,1%,6%)
(0.09/0.00/0.01/0.06)	

CMYK percentages

%8.79
%0
%0.84
%6.27

Codes

Color #DAEFED in popluar color models

DAEFED
RGB218239237
HSL174°39.62%89.61%
HSB/HSV174°8.79%93.73%
CMYK8.79%0.00%0.84%
6.27%

Color #DAEFED in popluar number systems.

HEXDAEFED
Decimal218239237
Binary110110101110111111101101
Octal332357355

Shades and tints

Shades of #DAEFED

#DAEFED
(218,239,237)
#C7DAD8
(199,218,216)
#B4C5C3
(180,197,195)
#A1B0AE
(161,176,174)
#8E9B99
(142,155,153)
#7B8684
(123,134,132)
#68716F
(104,113,111)
#555C5A
(85,92,90)
#424745
(66,71,69)
#2F3230
(47,50,48)
#1C1D1B
(28,29,27)
#000000
(0,0,0)

Tints of #DAEFED

#DAEFED
(218,239,237)
#DDF0EE
(221,240,238)
#E0F1EF
(224,241,239)
#E3F2F0
(227,242,240)
#E6F3F1
(230,243,241)
#E9F4F2
(233,244,242)
#ECF5F3
(236,245,243)
#EFF6F4
(239,246,244)
#F2F7F5
(242,247,245)
#F5F8F6
(245,248,246)
#F8F9F7
(248,249,247)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #DAEFED color. Also use rgb(218,239,237) instead hex code.

Text Font Color

.myTextColor { color: #DAEFED; }

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

This text font color is #DAEFED.


Background Color

.myBgColor { background-color: #DAEFED; }

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

This div background color is #DAEFED.


Border color

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

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

This div border color is #DAEFED.


Opacity

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

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

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

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

This text has shadow with #DAEFED color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #DAEFED on black background.


Color preview on white background

This text has color #DAEFED on white background.



Black color preview on #DAEFED background

This text has black color on #DAEFED background.


White color preview on #DAEFED background

This text has white color on #DAEFED background.