COLOR #DAF0F8

HEX: #DAF0F8
RGB: (218,240,248)

Color info

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

RGB color model

#DAF0F8 color RGB value is (218,240,248).

  • red value is 218;
  • green value is 240;
  • blue value is 248.
RGB:
(218,240,248)
(85%,94%,97%)

RGB channels and saturation

R 218 of 255 = 85%
G 240 of 255 = 94%
B 248 of 255 = 97%

218
240
248

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

Portions of RGB colors in percentages

R + G + B =
218 + 240 + 248 = 706 (100%)
R 218 of 706 ~ 30.88%
G 240 of 706 ~ 33.99%
B 248 of 706 ~ 35.13%

%30.88
%33.99
%35.13

CMYK color model

#DAF0F8 color CMYK value is (12,3,0,3).

  • cyan value is 12.10%
  • magenta value is 3.23%
  • yellow value is 0.00%
  • key color value is 2.75%
CMYK:
(12,3,0,3)
C12M3Y0K3 
(12%,3%,0%,3%)
(0.12/0.03/0.00/0.03)	

CMYK percentages

%12.1
%3.23
%0
%2.75

Codes

Color #DAF0F8 in popluar color models

DAF0F8
RGB218240248
HSL196°68.18%91.37%
HSB/HSV196°12.10%97.25%
CMYK12.10%3.23%0.00%
2.75%

Color #DAF0F8 in popluar number systems.

HEXDAF0F8
Decimal218240248
Binary110110101111000011111000
Octal332360370

Shades and tints

Shades of #DAF0F8

#DAF0F8
(218,240,248)
#C7DBE2
(199,219,226)
#B4C6CC
(180,198,204)
#A1B1B6
(161,177,182)
#8E9CA0
(142,156,160)
#7B878A
(123,135,138)
#687274
(104,114,116)
#555D5E
(85,93,94)
#424848
(66,72,72)
#2F3332
(47,51,50)
#1C1E1C
(28,30,28)
#000000
(0,0,0)

Tints of #DAF0F8

#DAF0F8
(218,240,248)
#DDF1F8
(221,241,248)
#E0F2F8
(224,242,248)
#E3F3F8
(227,243,248)
#E6F4F8
(230,244,248)
#E9F5F8
(233,245,248)
#ECF6F8
(236,246,248)
#EFF7F8
(239,247,248)
#F2F8F8
(242,248,248)
#F5F9F8
(245,249,248)
#F8FAF8
(248,250,248)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #DAF0F8 color. Also use rgb(218,240,248) instead hex code.

Text Font Color

.myTextColor { color: #DAF0F8; }

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

This text font color is #DAF0F8.


Background Color

.myBgColor { background-color: #DAF0F8; }

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

This div background color is #DAF0F8.


Border color

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

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

This div border color is #DAF0F8.


Opacity

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

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

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

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

This text has shadow with #DAF0F8 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #DAF0F8 on black background.


Color preview on white background

This text has color #DAF0F8 on white background.



Black color preview on #DAF0F8 background

This text has black color on #DAF0F8 background.


White color preview on #DAF0F8 background

This text has white color on #DAF0F8 background.