COLOR #DAF4EF

HEX: #DAF4EF
RGB: (218,244,239)

Color info

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

RGB color model

#DAF4EF color RGB value is (218,244,239).

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

RGB channels and saturation

R 218 of 255 = 85%
G 244 of 255 = 96%
B 239 of 255 = 94%

218
244
239

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

Portions of RGB colors in percentages

R + G + B =
218 + 244 + 239 = 701 (100%)
R 218 of 701 ~ 31.1%
G 244 of 701 ~ 34.81%
B 239 of 701 ~ 34.09%

%31.1
%34.81
%34.09

CMYK color model

#DAF4EF color CMYK value is (11,0,2,4).

  • cyan value is 10.66%
  • magenta value is 0.00%
  • yellow value is 2.05%
  • key color value is 4.31%
CMYK:
(11,0,2,4)
C11M0Y2K4 
(11%,0%,2%,4%)
(0.11/0.00/0.02/0.04)	

CMYK percentages

%10.66
%0
%2.05
%4.31

Codes

Color #DAF4EF in popluar color models

DAF4EF
RGB218244239
HSL168°54.17%90.59%
HSB/HSV168°10.66%95.69%
CMYK10.66%0.00%2.05%
4.31%

Color #DAF4EF in popluar number systems.

HEXDAF4EF
Decimal218244239
Binary110110101111010011101111
Octal332364357

Shades and tints

Shades of #DAF4EF

#DAF4EF
(218,244,239)
#C7DEDA
(199,222,218)
#B4C8C5
(180,200,197)
#A1B2B0
(161,178,176)
#8E9C9B
(142,156,155)
#7B8686
(123,134,134)
#687071
(104,112,113)
#555A5C
(85,90,92)
#424447
(66,68,71)
#2F2E32
(47,46,50)
#1C181D
(28,24,29)
#000000
(0,0,0)

Tints of #DAF4EF

#DAF4EF
(218,244,239)
#DDF5F0
(221,245,240)
#E0F6F1
(224,246,241)
#E3F7F2
(227,247,242)
#E6F8F3
(230,248,243)
#E9F9F4
(233,249,244)
#ECFAF5
(236,250,245)
#EFFBF6
(239,251,246)
#F2FCF7
(242,252,247)
#F5FDF8
(245,253,248)
#F8FEF9
(248,254,249)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #DAF4EF; }

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

This text font color is #DAF4EF.


Background Color

.myBgColor { background-color: #DAF4EF; }

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

This div background color is #DAF4EF.


Border color

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

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

This div border color is #DAF4EF.


Opacity

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

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

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

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

This text has shadow with #DAF4EF color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #DAF4EF on black background.


Color preview on white background

This text has color #DAF4EF on white background.



Black color preview on #DAF4EF background

This text has black color on #DAF4EF background.


White color preview on #DAF4EF background

This text has white color on #DAF4EF background.