COLOR #DAF6FA

HEX: #DAF6FA RGB: (218,246,250)

Color info

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

RGB color model

#DAF6FA color RGB value is (218,246,250).

RGB: (218,246,250) (85%, 96%, 98%)

RGB channels and saturation

R 218 of 255 = 85%
G 246 of 255 = 96%
B 250 of 255 = 98%

218
246
250

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

Portions of RGB colors in percentages

R + G + B = 218 + 246 + 250 = 714 (100%)
R 218 of 714 ~ 30.53%
G 246 of 714 ~ 34.45%
B 250 of 714 ~ 35.01'%

%30.53
%34.45
%35.01

CMYK color model

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

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

CMYK: (13,2,0,2)
C13M2Y0K2 (13%, 2%, 0%, 2%)
(0.13 / 0.02 / 0.00 / 0.02)

CMYK percentages

%12.8
%1.6
%0
%1.96

Codes

Color #DAF6FA in popluar color models

DA F6 FA
RGB 218 246 250
HSL 188° 76.19% 91.76%
HSB/HSV 188° 12.80% 98.04%
CMYK 12.80% 1.60% 0.00%
1.96%

Color #DAF6FA in popluar number systems.

HEX DA F6 FA
Decimal 218 246 250
Binary 11011010 11110110 11111010
Octal 332 366 372

Shades and tints

Shades of #DAF6FA

#DAF6FA
(218,246,250)
#C7E0E4
(199,224,228)
#B4CACE
(180,202,206)
#A1B4B8
(161,180,184)
#8E9EA2
(142,158,162)
#7B888C
(123,136,140)
#687276
(104,114,118)
#555C60
(85,92,96)
#42464A
(66,70,74)
#2F3034
(47,48,52)
#1C1A1E
(28,26,30)
#000000
(0,0,0)

Tints of #DAF6FA

#DAF6FA
(218,246,250)
#DDF6FA
(221,246,250)
#E0F6FA
(224,246,250)
#E3F6FA
(227,246,250)
#E6F6FA
(230,246,250)
#E9F6FA
(233,246,250)
#ECF6FA
(236,246,250)
#EFF6FA
(239,246,250)
#F2F6FA
(242,246,250)
#F5F6FA
(245,246,250)
#F8F6FA
(248,246,250)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #DAF6FA; }

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

This text font color is #DAF6FA.

Background Color

.myBgColor { background-color: #DAF6FA; }

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

This div background color is #DAF6FA.

Border color

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

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

This div border color is #DAF6FA.

Opacity

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

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

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

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

This text has shadow with #DAF6FA color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #DAF6FA.

Preview

Color preview on black background

This text has color #DAF6FA on black background.


Color preview on white background

This text has color #DAF6FA on white background.


Black color preview on #DAF6FA background

This text has black color on #DAF6FA background.


White color preview on #DAF6FA background

This text has white color on #DAF6FA background.


Related colors

Complementary color

Complementary color for #hex is #250905.


I love getcolorcode.com

Triadic colors

1 #FADAF6 and #F6FADA with #DAF6FA are triadic colors.

2 #FAF6DA and #F6DAFA with #DAF6FA are triadic colors.