COLOR #DAFAF9

HEX: #DAFAF9
RGB: (218,250,249)

Color info

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

RGB color model

#DAFAF9 color RGB value is (218,250,249).

  • red value is 218;
  • green value is 250;
  • blue value is 249.
RGB:
(218,250,249)
(85%,98%,98%)

RGB channels and saturation

R 218 of 255 = 85%
G 250 of 255 = 98%
B 249 of 255 = 98%

218
250
249

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

Portions of RGB colors in percentages

R + G + B =
218 + 250 + 249 = 717 (100%)
R 218 of 717 ~ 30.4%
G 250 of 717 ~ 34.87%
B 249 of 717 ~ 34.73%

%30.4
%34.87
%34.73

CMYK color model

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

  • cyan value is 12.80%
  • magenta value is 0.00%
  • yellow value is 0.40%
  • key color value is 1.96%
CMYK:
(13,0,0,2)
C13M0Y0K2 
(13%,0%,0%,2%)
(0.13/0.00/0.00/0.02)	

CMYK percentages

%12.8
%0
%0.4
%1.96

Codes

Color #DAFAF9 in popluar color models

DAFAF9
RGB218250249
HSL178°76.19%91.76%
HSB/HSV178°12.80%98.04%
CMYK12.80%0.00%0.40%
1.96%

Color #DAFAF9 in popluar number systems.

HEXDAFAF9
Decimal218250249
Binary110110101111101011111001
Octal332372371

Shades and tints

Shades of #DAFAF9

#DAFAF9
(218,250,249)
#C7E4E3
(199,228,227)
#B4CECD
(180,206,205)
#A1B8B7
(161,184,183)
#8EA2A1
(142,162,161)
#7B8C8B
(123,140,139)
#687675
(104,118,117)
#55605F
(85,96,95)
#424A49
(66,74,73)
#2F3433
(47,52,51)
#1C1E1D
(28,30,29)
#000000
(0,0,0)

Tints of #DAFAF9

#DAFAF9
(218,250,249)
#DDFAF9
(221,250,249)
#E0FAF9
(224,250,249)
#E3FAF9
(227,250,249)
#E6FAF9
(230,250,249)
#E9FAF9
(233,250,249)
#ECFAF9
(236,250,249)
#EFFAF9
(239,250,249)
#F2FAF9
(242,250,249)
#F5FAF9
(245,250,249)
#F8FAF9
(248,250,249)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #DAFAF9; }

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

This text font color is #DAFAF9.


Background Color

.myBgColor { background-color: #DAFAF9; }

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

This div background color is #DAFAF9.


Border color

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

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

This div border color is #DAFAF9.


Opacity

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

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

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

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

This text has shadow with #DAFAF9 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #DAFAF9 on black background.


Color preview on white background

This text has color #DAFAF9 on white background.



Black color preview on #DAFAF9 background

This text has black color on #DAFAF9 background.


White color preview on #DAFAF9 background

This text has white color on #DAFAF9 background.