COLOR #DAFBF7

HEX: #DAFBF7 RGB: (218,251,247)

Color info

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

RGB color model

#DAFBF7 color RGB value is (218,251,247).

RGB: (218,251,247) (85%, 98%, 97%)

RGB channels and saturation

R 218 of 255 = 85%
G 251 of 255 = 98%
B 247 of 255 = 97%

218
251
247

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

Portions of RGB colors in percentages

R + G + B = 218 + 251 + 247 = 716 (100%)
R 218 of 716 ~ 30.45%
G 251 of 716 ~ 35.06%
B 247 of 716 ~ 34.5'%

%30.45
%35.06
%34.5

CMYK color model

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

  • cyan value is 13.15%
  • magenta value is 0.00%
  • yellow value is 1.59%
  • key color value is 1.57%

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

CMYK percentages

%13.15
%0
%1.59
%1.57

Codes

Color #DAFBF7 in popluar color models

DA FB F7
RGB 218 251 247
HSL 173° 80.49% 91.96%
HSB/HSV 173° 13.15% 98.43%
CMYK 13.15% 0.00% 1.59%
1.57%

Color #DAFBF7 in popluar number systems.

HEX DA FB F7
Decimal 218 251 247
Binary 11011010 11111011 11110111
Octal 332 373 367

Shades and tints

Shades of #DAFBF7

#DAFBF7
(218,251,247)
#C7E5E1
(199,229,225)
#B4CFCB
(180,207,203)
#A1B9B5
(161,185,181)
#8EA39F
(142,163,159)
#7B8D89
(123,141,137)
#687773
(104,119,115)
#55615D
(85,97,93)
#424B47
(66,75,71)
#2F3531
(47,53,49)
#1C1F1B
(28,31,27)
#000000
(0,0,0)

Tints of #DAFBF7

#DAFBF7
(218,251,247)
#DDFBF7
(221,251,247)
#E0FBF7
(224,251,247)
#E3FBF7
(227,251,247)
#E6FBF7
(230,251,247)
#E9FBF7
(233,251,247)
#ECFBF7
(236,251,247)
#EFFBF7
(239,251,247)
#F2FBF7
(242,251,247)
#F5FBF7
(245,251,247)
#F8FBF7
(248,251,247)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #DAFBF7; }

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

This text font color is #DAFBF7.

Background Color

.myBgColor { background-color: #DAFBF7; }

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

This div background color is #DAFBF7.

Border color

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

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

This div border color is #DAFBF7.

Opacity

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

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

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

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

This text has shadow with #DAFBF7 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #DAFBF7.

Preview

Color preview on black background

This text has color #DAFBF7 on black background.


Color preview on white background

This text has color #DAFBF7 on white background.


Black color preview on #DAFBF7 background

This text has black color on #DAFBF7 background.


White color preview on #DAFBF7 background

This text has white color on #DAFBF7 background.


Related colors

Complementary color

Complementary color for #hex is #250408.


I love getcolorcode.com

Triadic colors

1 #F7DAFB and #FBF7DA with #DAFBF7 are triadic colors.

2 #F7FBDA and #FBDAF7 with #DAFBF7 are triadic colors.