COLOR #DAF1FB

HEX: #DAF1FB
RGB: (218,241,251)

Color info

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

RGB color model

#DAF1FB color RGB value is (218,241,251).

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

RGB channels and saturation

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

218
241
251

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

Portions of RGB colors in percentages

R + G + B =
218 + 241 + 251 = 710 (100%)
R 218 of 710 ~ 30.7%
G 241 of 710 ~ 33.94%
B 251 of 710 ~ 35.35%

%30.7
%33.94
%35.35

CMYK color model

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

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

CMYK percentages

%13.15
%3.98
%0
%1.57

Codes

Color #DAF1FB in popluar color models

DAF1FB
RGB218241251
HSL198°80.49%91.96%
HSB/HSV198°13.15%98.43%
CMYK13.15%3.98%0.00%
1.57%

Color #DAF1FB in popluar number systems.

HEXDAF1FB
Decimal218241251
Binary110110101111000111111011
Octal332361373

Shades and tints

Shades of #DAF1FB

#DAF1FB
(218,241,251)
#C7DCE5
(199,220,229)
#B4C7CF
(180,199,207)
#A1B2B9
(161,178,185)
#8E9DA3
(142,157,163)
#7B888D
(123,136,141)
#687377
(104,115,119)
#555E61
(85,94,97)
#42494B
(66,73,75)
#2F3435
(47,52,53)
#1C1F1F
(28,31,31)
#000000
(0,0,0)

Tints of #DAF1FB

#DAF1FB
(218,241,251)
#DDF2FB
(221,242,251)
#E0F3FB
(224,243,251)
#E3F4FB
(227,244,251)
#E6F5FB
(230,245,251)
#E9F6FB
(233,246,251)
#ECF7FB
(236,247,251)
#EFF8FB
(239,248,251)
#F2F9FB
(242,249,251)
#F5FAFB
(245,250,251)
#F8FBFB
(248,251,251)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #DAF1FB; }

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

This text font color is #DAF1FB.


Background Color

.myBgColor { background-color: #DAF1FB; }

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

This div background color is #DAF1FB.


Border color

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

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

This div border color is #DAF1FB.


Opacity

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

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

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

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

This text has shadow with #DAF1FB color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #DAF1FB on black background.


Color preview on white background

This text has color #DAF1FB on white background.



Black color preview on #DAF1FB background

This text has black color on #DAF1FB background.


White color preview on #DAF1FB background

This text has white color on #DAF1FB background.