COLOR #DAF8FA

HEX: #DAF8FA RGB: (218,248,250)

Color info

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

RGB color model

#DAF8FA color RGB value is (218,248,250).

RGB: (218,248,250) (85%, 97%, 98%)

RGB channels and saturation

R 218 of 255 = 85%
G 248 of 255 = 97%
B 250 of 255 = 98%

218
248
250

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

Portions of RGB colors in percentages

R + G + B = 218 + 248 + 250 = 716 (100%)
R 218 of 716 ~ 30.45%
G 248 of 716 ~ 34.64%
B 250 of 716 ~ 34.92'%

%30.45
%34.64
%34.92

CMYK color model

#DAF8FA color CMYK value is (13,1,0,2).

  • cyan value is 12.80%
  • magenta value is 0.80%
  • yellow value is 0.00%
  • key color value is 1.96%

CMYK: (13,1,0,2)
C13M1Y0K2 (13%, 1%, 0%, 2%)
(0.13 / 0.01 / 0.00 / 0.02)

CMYK percentages

%12.8
%0.8
%0
%1.96

Codes

Color #DAF8FA in popluar color models

DA F8 FA
RGB 218 248 250
HSL 184° 76.19% 91.76%
HSB/HSV 184° 12.80% 98.04%
CMYK 12.80% 0.80% 0.00%
1.96%

Color #DAF8FA in popluar number systems.

HEX DA F8 FA
Decimal 218 248 250
Binary 11011010 11111000 11111010
Octal 332 370 372

Shades and tints

Shades of #DAF8FA

#DAF8FA
(218,248,250)
#C7E2E4
(199,226,228)
#B4CCCE
(180,204,206)
#A1B6B8
(161,182,184)
#8EA0A2
(142,160,162)
#7B8A8C
(123,138,140)
#687476
(104,116,118)
#555E60
(85,94,96)
#42484A
(66,72,74)
#2F3234
(47,50,52)
#1C1C1E
(28,28,30)
#000000
(0,0,0)

Tints of #DAF8FA

#DAF8FA
(218,248,250)
#DDF8FA
(221,248,250)
#E0F8FA
(224,248,250)
#E3F8FA
(227,248,250)
#E6F8FA
(230,248,250)
#E9F8FA
(233,248,250)
#ECF8FA
(236,248,250)
#EFF8FA
(239,248,250)
#F2F8FA
(242,248,250)
#F5F8FA
(245,248,250)
#F8F8FA
(248,248,250)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #DAF8FA; }

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

This text font color is #DAF8FA.

Background Color

.myBgColor { background-color: #DAF8FA; }

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

This div background color is #DAF8FA.

Border color

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

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

This div border color is #DAF8FA.

Opacity

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

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

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

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

This text has shadow with #DAF8FA color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #DAF8FA.

Preview

Color preview on black background

This text has color #DAF8FA on black background.


Color preview on white background

This text has color #DAF8FA on white background.


Black color preview on #DAF8FA background

This text has black color on #DAF8FA background.


White color preview on #DAF8FA background

This text has white color on #DAF8FA background.


Related colors

Complementary color

Complementary color for #hex is #250705.


I love getcolorcode.com

Triadic colors

1 #FADAF8 and #F8FADA with #DAF8FA are triadic colors.

2 #FAF8DA and #F8DAFA with #DAF8FA are triadic colors.