COLOR #DAF6F9

HEX: #DAF6F9 RGB: (218,246,249)

Color info

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

RGB color model

#DAF6F9 color RGB value is (218,246,249).

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

RGB channels and saturation

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

218
246
249

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

Portions of RGB colors in percentages

R + G + B = 218 + 246 + 249 = 713 (100%)
R 218 of 713 ~ 30.58%
G 246 of 713 ~ 34.5%
B 249 of 713 ~ 34.92'%

%30.58
%34.5
%34.92

CMYK color model

#DAF6F9 color CMYK value is (12,1,0,2).

  • cyan value is 12.45%
  • magenta value is 1.20%
  • yellow value is 0.00%
  • key color value is 2.35%

CMYK: (12,1,0,2)
C12M1Y0K2 (12%, 1%, 0%, 2%)
(0.12 / 0.01 / 0.00 / 0.02)

CMYK percentages

%12.45
%1.2
%0
%2.35

Codes

Color #DAF6F9 in popluar color models

DA F6 F9
RGB 218 246 249
HSL 186° 72.09% 91.57%
HSB/HSV 186° 12.45% 97.65%
CMYK 12.45% 1.20% 0.00%
2.35%

Color #DAF6F9 in popluar number systems.

HEX DA F6 F9
Decimal 218 246 249
Binary 11011010 11110110 11111001
Octal 332 366 371

Shades and tints

Shades of #DAF6F9

#DAF6F9
(218,246,249)
#C7E0E3
(199,224,227)
#B4CACD
(180,202,205)
#A1B4B7
(161,180,183)
#8E9EA1
(142,158,161)
#7B888B
(123,136,139)
#687275
(104,114,117)
#555C5F
(85,92,95)
#424649
(66,70,73)
#2F3033
(47,48,51)
#1C1A1D
(28,26,29)
#000000
(0,0,0)

Tints of #DAF6F9

#DAF6F9
(218,246,249)
#DDF6F9
(221,246,249)
#E0F6F9
(224,246,249)
#E3F6F9
(227,246,249)
#E6F6F9
(230,246,249)
#E9F6F9
(233,246,249)
#ECF6F9
(236,246,249)
#EFF6F9
(239,246,249)
#F2F6F9
(242,246,249)
#F5F6F9
(245,246,249)
#F8F6F9
(248,246,249)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #DAF6F9; }

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

This text font color is #DAF6F9.

Background Color

.myBgColor { background-color: #DAF6F9; }

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

This div background color is #DAF6F9.

Border color

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

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

This div border color is #DAF6F9.

Opacity

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

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

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

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

This text has shadow with #DAF6F9 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #DAF6F9.

Preview

Color preview on black background

This text has color #DAF6F9 on black background.


Color preview on white background

This text has color #DAF6F9 on white background.


Black color preview on #DAF6F9 background

This text has black color on #DAF6F9 background.


White color preview on #DAF6F9 background

This text has white color on #DAF6F9 background.


Related colors

Complementary color

Complementary color for #hex is #250906.


I love getcolorcode.com

Triadic colors

1 #F9DAF6 and #F6F9DA with #DAF6F9 are triadic colors.

2 #F9F6DA and #F6DAF9 with #DAF6F9 are triadic colors.