COLOR #DAF7FD

HEX: #DAF7FD
RGB: (218,247,253)

Color info

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

RGB color model

#DAF7FD color RGB value is (218,247,253).

  • red value is 218;
  • green value is 247;
  • blue value is 253.
RGB:
(218,247,253)
(85%,97%,99%)

RGB channels and saturation

R 218 of 255 = 85%
G 247 of 255 = 97%
B 253 of 255 = 99%

218
247
253

R + G + B ~ 94%. #DAF7FD is light color.

Portions of RGB colors in percentages

R + G + B =
218 + 247 + 253 = 718 (100%)
R 218 of 718 ~ 30.36%
G 247 of 718 ~ 34.4%
B 253 of 718 ~ 35.24%

%30.36
%34.4
%35.24

CMYK color model

#DAF7FD color CMYK value is (14,2,0,1).

  • cyan value is 13.83%
  • magenta value is 2.37%
  • yellow value is 0.00%
  • key color value is 0.78%
CMYK:
(14,2,0,1)
C14M2Y0K1 
(14%,2%,0%,1%)
(0.14/0.02/0.00/0.01)	

CMYK percentages

%13.83
%2.37
%0
%0.78

Codes

Color #DAF7FD in popluar color models

DAF7FD
RGB218247253
HSL190°89.74%92.35%
HSB/HSV190°13.83%99.22%
CMYK13.83%2.37%0.00%
0.78%

Color #DAF7FD in popluar number systems.

HEXDAF7FD
Decimal218247253
Binary110110101111011111111101
Octal332367375

Shades and tints

Shades of #DAF7FD

#DAF7FD
(218,247,253)
#C7E1E6
(199,225,230)
#B4CBCF
(180,203,207)
#A1B5B8
(161,181,184)
#8E9FA1
(142,159,161)
#7B898A
(123,137,138)
#687373
(104,115,115)
#555D5C
(85,93,92)
#424745
(66,71,69)
#2F312E
(47,49,46)
#1C1B17
(28,27,23)
#000000
(0,0,0)

Tints of #DAF7FD

#DAF7FD
(218,247,253)
#DDF7FD
(221,247,253)
#E0F7FD
(224,247,253)
#E3F7FD
(227,247,253)
#E6F7FD
(230,247,253)
#E9F7FD
(233,247,253)
#ECF7FD
(236,247,253)
#EFF7FD
(239,247,253)
#F2F7FD
(242,247,253)
#F5F7FD
(245,247,253)
#F8F7FD
(248,247,253)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #DAF7FD color. Also use rgb(218,247,253) instead hex code.

Text Font Color

.myTextColor { color: #DAF7FD; }

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

This text font color is #DAF7FD.


Background Color

.myBgColor { background-color: #DAF7FD; }

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

This div background color is #DAF7FD.


Border color

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

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

This div border color is #DAF7FD.


Opacity

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

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

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

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

This text has shadow with #DAF7FD color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #DAF7FD on black background.


Color preview on white background

This text has color #DAF7FD on white background.



Black color preview on #DAF7FD background

This text has black color on #DAF7FD background.


White color preview on #DAF7FD background

This text has white color on #DAF7FD background.