COLOR #DAF9FD

HEX: #DAF9FD
RGB: (218,249,253)

Color info

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

RGB color model

#DAF9FD color RGB value is (218,249,253).

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

RGB channels and saturation

R 218 of 255 = 85%
G 249 of 255 = 98%
B 253 of 255 = 99%

218
249
253

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

Portions of RGB colors in percentages

R + G + B =
218 + 249 + 253 = 720 (100%)
R 218 of 720 ~ 30.28%
G 249 of 720 ~ 34.58%
B 253 of 720 ~ 35.14%

%30.28
%34.58
%35.14

CMYK color model

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

  • cyan value is 13.83%
  • magenta value is 1.58%
  • 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
%1.58
%0
%0.78

Codes

Color #DAF9FD in popluar color models

DAF9FD
RGB218249253
HSL187°89.74%92.35%
HSB/HSV187°13.83%99.22%
CMYK13.83%1.58%0.00%
0.78%

Color #DAF9FD in popluar number systems.

HEXDAF9FD
Decimal218249253
Binary110110101111100111111101
Octal332371375

Shades and tints

Shades of #DAF9FD

#DAF9FD
(218,249,253)
#C7E3E6
(199,227,230)
#B4CDCF
(180,205,207)
#A1B7B8
(161,183,184)
#8EA1A1
(142,161,161)
#7B8B8A
(123,139,138)
#687573
(104,117,115)
#555F5C
(85,95,92)
#424945
(66,73,69)
#2F332E
(47,51,46)
#1C1D17
(28,29,23)
#000000
(0,0,0)

Tints of #DAF9FD

#DAF9FD
(218,249,253)
#DDF9FD
(221,249,253)
#E0F9FD
(224,249,253)
#E3F9FD
(227,249,253)
#E6F9FD
(230,249,253)
#E9F9FD
(233,249,253)
#ECF9FD
(236,249,253)
#EFF9FD
(239,249,253)
#F2F9FD
(242,249,253)
#F5F9FD
(245,249,253)
#F8F9FD
(248,249,253)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #DAF9FD; }

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

This text font color is #DAF9FD.


Background Color

.myBgColor { background-color: #DAF9FD; }

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

This div background color is #DAF9FD.


Border color

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

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

This div border color is #DAF9FD.


Opacity

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

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

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

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

This text has shadow with #DAF9FD color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #DAF9FD on black background.


Color preview on white background

This text has color #DAF9FD on white background.



Black color preview on #DAF9FD background

This text has black color on #DAF9FD background.


White color preview on #DAF9FD background

This text has white color on #DAF9FD background.