COLOR #DAF2FA

HEX: #DAF2FA
RGB: (218,242,250)

Color info

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

RGB color model

#DAF2FA color RGB value is (218,242,250).

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

RGB channels and saturation

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

218
242
250

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

Portions of RGB colors in percentages

R + G + B =
218 + 242 + 250 = 710 (100%)
R 218 of 710 ~ 30.7%
G 242 of 710 ~ 34.08%
B 250 of 710 ~ 35.21%

%30.7
%34.08
%35.21

CMYK color model

#DAF2FA color CMYK value is (13,3,0,2).

  • cyan value is 12.80%
  • magenta value is 3.20%
  • yellow value is 0.00%
  • key color value is 1.96%
CMYK:
(13,3,0,2)
C13M3Y0K2 
(13%,3%,0%,2%)
(0.13/0.03/0.00/0.02)	

CMYK percentages

%12.8
%3.2
%0
%1.96

Codes

Color #DAF2FA in popluar color models

DAF2FA
RGB218242250
HSL195°76.19%91.76%
HSB/HSV195°12.80%98.04%
CMYK12.80%3.20%0.00%
1.96%

Color #DAF2FA in popluar number systems.

HEXDAF2FA
Decimal218242250
Binary110110101111001011111010
Octal332362372

Shades and tints

Shades of #DAF2FA

#DAF2FA
(218,242,250)
#C7DCE4
(199,220,228)
#B4C6CE
(180,198,206)
#A1B0B8
(161,176,184)
#8E9AA2
(142,154,162)
#7B848C
(123,132,140)
#686E76
(104,110,118)
#555860
(85,88,96)
#42424A
(66,66,74)
#2F2C34
(47,44,52)
#1C161E
(28,22,30)
#000000
(0,0,0)

Tints of #DAF2FA

#DAF2FA
(218,242,250)
#DDF3FA
(221,243,250)
#E0F4FA
(224,244,250)
#E3F5FA
(227,245,250)
#E6F6FA
(230,246,250)
#E9F7FA
(233,247,250)
#ECF8FA
(236,248,250)
#EFF9FA
(239,249,250)
#F2FAFA
(242,250,250)
#F5FBFA
(245,251,250)
#F8FCFA
(248,252,250)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #DAF2FA; }

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

This text font color is #DAF2FA.


Background Color

.myBgColor { background-color: #DAF2FA; }

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

This div background color is #DAF2FA.


Border color

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

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

This div border color is #DAF2FA.


Opacity

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

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

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

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

This text has shadow with #DAF2FA color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #DAF2FA on black background.


Color preview on white background

This text has color #DAF2FA on white background.



Black color preview on #DAF2FA background

This text has black color on #DAF2FA background.


White color preview on #DAF2FA background

This text has white color on #DAF2FA background.