COLOR #DAF1FA

HEX: #DAF1FA
RGB: (218,241,250)

Color info

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

RGB color model

#DAF1FA color RGB value is (218,241,250).

  • red value is 218;
  • green value is 241;
  • blue value is 250.
RGB:
(218,241,250)
(85%,95%,98%)

RGB channels and saturation

R 218 of 255 = 85%
G 241 of 255 = 95%
B 250 of 255 = 98%

218
241
250

R + G + B ~ 93%. #DAF1FA is light color.

Portions of RGB colors in percentages

R + G + B =
218 + 241 + 250 = 709 (100%)
R 218 of 709 ~ 30.75%
G 241 of 709 ~ 33.99%
B 250 of 709 ~ 35.26%

%30.75
%33.99
%35.26

CMYK color model

#DAF1FA color CMYK value is (13,4,0,2).

  • cyan value is 12.80%
  • magenta value is 3.60%
  • yellow value is 0.00%
  • key color value is 1.96%
CMYK:
(13,4,0,2)
C13M4Y0K2 
(13%,4%,0%,2%)
(0.13/0.04/0.00/0.02)	

CMYK percentages

%12.8
%3.6
%0
%1.96

Codes

Color #DAF1FA in popluar color models

DAF1FA
RGB218241250
HSL197°76.19%91.76%
HSB/HSV197°12.80%98.04%
CMYK12.80%3.60%0.00%
1.96%

Color #DAF1FA in popluar number systems.

HEXDAF1FA
Decimal218241250
Binary110110101111000111111010
Octal332361372

Shades and tints

Shades of #DAF1FA

#DAF1FA
(218,241,250)
#C7DCE4
(199,220,228)
#B4C7CE
(180,199,206)
#A1B2B8
(161,178,184)
#8E9DA2
(142,157,162)
#7B888C
(123,136,140)
#687376
(104,115,118)
#555E60
(85,94,96)
#42494A
(66,73,74)
#2F3434
(47,52,52)
#1C1F1E
(28,31,30)
#000000
(0,0,0)

Tints of #DAF1FA

#DAF1FA
(218,241,250)
#DDF2FA
(221,242,250)
#E0F3FA
(224,243,250)
#E3F4FA
(227,244,250)
#E6F5FA
(230,245,250)
#E9F6FA
(233,246,250)
#ECF7FA
(236,247,250)
#EFF8FA
(239,248,250)
#F2F9FA
(242,249,250)
#F5FAFA
(245,250,250)
#F8FBFA
(248,251,250)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #DAF1FA color. Also use rgb(218,241,250) instead hex code.

Text Font Color

.myTextColor { color: #DAF1FA; }

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

This text font color is #DAF1FA.


Background Color

.myBgColor { background-color: #DAF1FA; }

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

This div background color is #DAF1FA.


Border color

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

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

This div border color is #DAF1FA.


Opacity

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

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

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

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

This text has shadow with #DAF1FA color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #DAF1FA on black background.


Color preview on white background

This text has color #DAF1FA on white background.



Black color preview on #DAF1FA background

This text has black color on #DAF1FA background.


White color preview on #DAF1FA background

This text has white color on #DAF1FA background.