COLOR #DAF2F9

HEX: #DAF2F9 RGB: (218,242,249)

Color info

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

RGB color model

#DAF2F9 color RGB value is (218,242,249).

RGB: (218,242,249) (85%, 95%, 98%)

RGB channels and saturation

R 218 of 255 = 85%
G 242 of 255 = 95%
B 249 of 255 = 98%

218
242
249

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

Portions of RGB colors in percentages

R + G + B = 218 + 242 + 249 = 709 (100%)
R 218 of 709 ~ 30.75%
G 242 of 709 ~ 34.13%
B 249 of 709 ~ 35.12'%

%30.75
%34.13
%35.12

CMYK color model

#DAF2F9 color CMYK value is (12,3,0,2).

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

CMYK: (12,3,0,2)
C12M3Y0K2 (12%, 3%, 0%, 2%)
(0.12 / 0.03 / 0.00 / 0.02)

CMYK percentages

%12.45
%2.81
%0
%2.35

Codes

Color #DAF2F9 in popluar color models

DA F2 F9
RGB 218 242 249
HSL 194° 72.09% 91.57%
HSB/HSV 194° 12.45% 97.65%
CMYK 12.45% 2.81% 0.00%
2.35%

Color #DAF2F9 in popluar number systems.

HEX DA F2 F9
Decimal 218 242 249
Binary 11011010 11110010 11111001
Octal 332 362 371

Shades and tints

Shades of #DAF2F9

#DAF2F9
(218,242,249)
#C7DCE3
(199,220,227)
#B4C6CD
(180,198,205)
#A1B0B7
(161,176,183)
#8E9AA1
(142,154,161)
#7B848B
(123,132,139)
#686E75
(104,110,117)
#55585F
(85,88,95)
#424249
(66,66,73)
#2F2C33
(47,44,51)
#1C161D
(28,22,29)
#000000
(0,0,0)

Tints of #DAF2F9

#DAF2F9
(218,242,249)
#DDF3F9
(221,243,249)
#E0F4F9
(224,244,249)
#E3F5F9
(227,245,249)
#E6F6F9
(230,246,249)
#E9F7F9
(233,247,249)
#ECF8F9
(236,248,249)
#EFF9F9
(239,249,249)
#F2FAF9
(242,250,249)
#F5FBF9
(245,251,249)
#F8FCF9
(248,252,249)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #DAF2F9; }

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

This text font color is #DAF2F9.

Background Color

.myBgColor { background-color: #DAF2F9; }

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

This div background color is #DAF2F9.

Border color

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

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

This div border color is #DAF2F9.

Opacity

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

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

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

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

This text has shadow with #DAF2F9 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #DAF2F9.

Preview

Color preview on black background

This text has color #DAF2F9 on black background.


Color preview on white background

This text has color #DAF2F9 on white background.


Black color preview on #DAF2F9 background

This text has black color on #DAF2F9 background.


White color preview on #DAF2F9 background

This text has white color on #DAF2F9 background.


Related colors

Complementary color

Complementary color for #hex is #250D06.


I love getcolorcode.com

Triadic colors

1 #F9DAF2 and #F2F9DA with #DAF2F9 are triadic colors.

2 #F9F2DA and #F2DAF9 with #DAF2F9 are triadic colors.