COLOR #DAFCF8

HEX: #DAFCF8 RGB: (218,252,248)

Color info

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

RGB color model

#DAFCF8 color RGB value is (218,252,248).

RGB: (218,252,248) (85%, 99%, 97%)

RGB channels and saturation

R 218 of 255 = 85%
G 252 of 255 = 99%
B 248 of 255 = 97%

218
252
248

R + G + B ~ 94%. #DAFCF8 is light color.

Portions of RGB colors in percentages

R + G + B = 218 + 252 + 248 = 718 (100%)
R 218 of 718 ~ 30.36%
G 252 of 718 ~ 35.1%
B 248 of 718 ~ 34.54'%

%30.36
%35.1
%34.54

CMYK color model

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

  • cyan value is 13.49%
  • magenta value is 0.00%
  • yellow value is 1.59%
  • key color value is 1.18%

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

CMYK percentages

%13.49
%0
%1.59
%1.18

Codes

Color #DAFCF8 in popluar color models

DA FC F8
RGB 218 252 248
HSL 173° 85.00% 92.16%
HSB/HSV 173° 13.49% 98.82%
CMYK 13.49% 0.00% 1.59%
1.18%

Color #DAFCF8 in popluar number systems.

HEX DA FC F8
Decimal 218 252 248
Binary 11011010 11111100 11111000
Octal 332 374 370

Shades and tints

Shades of #DAFCF8

#DAFCF8
(218,252,248)
#C7E6E2
(199,230,226)
#B4D0CC
(180,208,204)
#A1BAB6
(161,186,182)
#8EA4A0
(142,164,160)
#7B8E8A
(123,142,138)
#687874
(104,120,116)
#55625E
(85,98,94)
#424C48
(66,76,72)
#2F3632
(47,54,50)
#1C201C
(28,32,28)
#000000
(0,0,0)

Tints of #DAFCF8

#DAFCF8
(218,252,248)
#DDFCF8
(221,252,248)
#E0FCF8
(224,252,248)
#E3FCF8
(227,252,248)
#E6FCF8
(230,252,248)
#E9FCF8
(233,252,248)
#ECFCF8
(236,252,248)
#EFFCF8
(239,252,248)
#F2FCF8
(242,252,248)
#F5FCF8
(245,252,248)
#F8FCF8
(248,252,248)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #DAFCF8; }

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

This text font color is #DAFCF8.

Background Color

.myBgColor { background-color: #DAFCF8; }

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

This div background color is #DAFCF8.

Border color

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

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

This div border color is #DAFCF8.

Opacity

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

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

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

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

This text has shadow with #DAFCF8 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #DAFCF8.

Preview

Color preview on black background

This text has color #DAFCF8 on black background.


Color preview on white background

This text has color #DAFCF8 on white background.


Black color preview on #DAFCF8 background

This text has black color on #DAFCF8 background.


White color preview on #DAFCF8 background

This text has white color on #DAFCF8 background.


Related colors

Complementary color

Complementary color for #hex is #250307.


I love getcolorcode.com

Triadic colors

1 #F8DAFC and #FCF8DA with #DAFCF8 are triadic colors.

2 #F8FCDA and #FCDAF8 with #DAFCF8 are triadic colors.