COLOR #DAF6F0

HEX: #DAF6F0 RGB: (218,246,240)

Color info

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

RGB color model

#DAF6F0 color RGB value is (218,246,240).

RGB: (218,246,240) (85%, 96%, 94%)

RGB channels and saturation

R 218 of 255 = 85%
G 246 of 255 = 96%
B 240 of 255 = 94%

218
246
240

R + G + B ~ 92%. #DAF6F0 is light color.

Portions of RGB colors in percentages

R + G + B = 218 + 246 + 240 = 704 (100%)
R 218 of 704 ~ 30.97%
G 246 of 704 ~ 34.94%
B 240 of 704 ~ 34.09'%

%30.97
%34.94
%34.09

CMYK color model

#DAF6F0 color CMYK value is (11,0,2,4).

  • cyan value is 11.38%
  • magenta value is 0.00%
  • yellow value is 2.44%
  • key color value is 3.53%

CMYK: (11,0,2,4)
C11M0Y2K4 (11%, 0%, 2%, 4%)
(0.11 / 0.00 / 0.02 / 0.04)

CMYK percentages

%11.38
%0
%2.44
%3.53

Codes

Color #DAF6F0 in popluar color models

DA F6 F0
RGB 218 246 240
HSL 167° 60.87% 90.98%
HSB/HSV 167° 11.38% 96.47%
CMYK 11.38% 0.00% 2.44%
3.53%

Color #DAF6F0 in popluar number systems.

HEX DA F6 F0
Decimal 218 246 240
Binary 11011010 11110110 11110000
Octal 332 366 360

Shades and tints

Shades of #DAF6F0

#DAF6F0
(218,246,240)
#C7E0DB
(199,224,219)
#B4CAC6
(180,202,198)
#A1B4B1
(161,180,177)
#8E9E9C
(142,158,156)
#7B8887
(123,136,135)
#687272
(104,114,114)
#555C5D
(85,92,93)
#424648
(66,70,72)
#2F3033
(47,48,51)
#1C1A1E
(28,26,30)
#000000
(0,0,0)

Tints of #DAF6F0

#DAF6F0
(218,246,240)
#DDF6F1
(221,246,241)
#E0F6F2
(224,246,242)
#E3F6F3
(227,246,243)
#E6F6F4
(230,246,244)
#E9F6F5
(233,246,245)
#ECF6F6
(236,246,246)
#EFF6F7
(239,246,247)
#F2F6F8
(242,246,248)
#F5F6F9
(245,246,249)
#F8F6FA
(248,246,250)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #DAF6F0; }

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

This text font color is #DAF6F0.

Background Color

.myBgColor { background-color: #DAF6F0; }

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

This div background color is #DAF6F0.

Border color

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

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

This div border color is #DAF6F0.

Opacity

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

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

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

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

This text has shadow with #DAF6F0 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #DAF6F0.

Preview

Color preview on black background

This text has color #DAF6F0 on black background.


Color preview on white background

This text has color #DAF6F0 on white background.


Black color preview on #DAF6F0 background

This text has black color on #DAF6F0 background.


White color preview on #DAF6F0 background

This text has white color on #DAF6F0 background.


Related colors

Complementary color

Complementary color for #hex is #25090F.


I love getcolorcode.com

Triadic colors

1 #F0DAF6 and #F6F0DA with #DAF6F0 are triadic colors.

2 #F0F6DA and #F6DAF0 with #DAF6F0 are triadic colors.