COLOR #DAF3EF

HEX: #DAF3EF
RGB: (218,243,239)

Color info

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

RGB color model

#DAF3EF color RGB value is (218,243,239).

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

RGB channels and saturation

R 218 of 255 = 85%
G 243 of 255 = 95%
B 239 of 255 = 94%

218
243
239

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

Portions of RGB colors in percentages

R + G + B =
218 + 243 + 239 = 700 (100%)
R 218 of 700 ~ 31.14%
G 243 of 700 ~ 34.71%
B 239 of 700 ~ 34.14%

%31.14
%34.71
%34.14

CMYK color model

#DAF3EF color CMYK value is (10,0,2,5).

  • cyan value is 10.29%
  • magenta value is 0.00%
  • yellow value is 1.65%
  • key color value is 4.71%
CMYK:
(10,0,2,5)
C10M0Y2K5 
(10%,0%,2%,5%)
(0.10/0.00/0.02/0.05)	

CMYK percentages

%10.29
%0
%1.65
%4.71

Codes

Color #DAF3EF in popluar color models

DAF3EF
RGB218243239
HSL170°51.02%90.39%
HSB/HSV170°10.29%95.29%
CMYK10.29%0.00%1.65%
4.71%

Color #DAF3EF in popluar number systems.

HEXDAF3EF
Decimal218243239
Binary110110101111001111101111
Octal332363357

Shades and tints

Shades of #DAF3EF

#DAF3EF
(218,243,239)
#C7DDDA
(199,221,218)
#B4C7C5
(180,199,197)
#A1B1B0
(161,177,176)
#8E9B9B
(142,155,155)
#7B8586
(123,133,134)
#686F71
(104,111,113)
#55595C
(85,89,92)
#424347
(66,67,71)
#2F2D32
(47,45,50)
#1C171D
(28,23,29)
#000000
(0,0,0)

Tints of #DAF3EF

#DAF3EF
(218,243,239)
#DDF4F0
(221,244,240)
#E0F5F1
(224,245,241)
#E3F6F2
(227,246,242)
#E6F7F3
(230,247,243)
#E9F8F4
(233,248,244)
#ECF9F5
(236,249,245)
#EFFAF6
(239,250,246)
#F2FBF7
(242,251,247)
#F5FCF8
(245,252,248)
#F8FDF9
(248,253,249)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #DAF3EF; }

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

This text font color is #DAF3EF.


Background Color

.myBgColor { background-color: #DAF3EF; }

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

This div background color is #DAF3EF.


Border color

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

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

This div border color is #DAF3EF.


Opacity

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

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

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

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

This text has shadow with #DAF3EF color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #DAF3EF on black background.


Color preview on white background

This text has color #DAF3EF on white background.



Black color preview on #DAF3EF background

This text has black color on #DAF3EF background.


White color preview on #DAF3EF background

This text has white color on #DAF3EF background.