COLOR #DAFEF6

HEX: #DAFEF6
RGB: (218,254,246)

Color info

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

RGB color model

#DAFEF6 color RGB value is (218,254,246).

  • red value is 218;
  • green value is 254;
  • blue value is 246.
RGB:
(218,254,246)
(85%,100%,96%)

RGB channels and saturation

R 218 of 255 = 85%
G 254 of 255 = 100%
B 246 of 255 = 96%

218
254
246

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

Portions of RGB colors in percentages

R + G + B =
218 + 254 + 246 = 718 (100%)
R 218 of 718 ~ 30.36%
G 254 of 718 ~ 35.38%
B 246 of 718 ~ 34.26%

%30.36
%35.38
%34.26

CMYK color model

#DAFEF6 color CMYK value is (14,0,3,0).

  • cyan value is 14.17%
  • magenta value is 0.00%
  • yellow value is 3.15%
  • key color value is 0.39%
CMYK:
(14,0,3,0)
C14M0Y3K0 
(14%,0%,3%,0%)
(0.14/0.00/0.03/0.00)	

CMYK percentages

%14.17
%0
%3.15
%0.39

Codes

Color #DAFEF6 in popluar color models

DAFEF6
RGB218254246
HSL167°94.74%92.55%
HSB/HSV167°14.17%99.61%
CMYK14.17%0.00%3.15%
0.39%

Color #DAFEF6 in popluar number systems.

HEXDAFEF6
Decimal218254246
Binary110110101111111011110110
Octal332376366

Shades and tints

Shades of #DAFEF6

#DAFEF6
(218,254,246)
#C7E7E0
(199,231,224)
#B4D0CA
(180,208,202)
#A1B9B4
(161,185,180)
#8EA29E
(142,162,158)
#7B8B88
(123,139,136)
#687472
(104,116,114)
#555D5C
(85,93,92)
#424646
(66,70,70)
#2F2F30
(47,47,48)
#1C181A
(28,24,26)
#000000
(0,0,0)

Tints of #DAFEF6

#DAFEF6
(218,254,246)
#DDFEF6
(221,254,246)
#E0FEF6
(224,254,246)
#E3FEF6
(227,254,246)
#E6FEF6
(230,254,246)
#E9FEF6
(233,254,246)
#ECFEF6
(236,254,246)
#EFFEF6
(239,254,246)
#F2FEF6
(242,254,246)
#F5FEF6
(245,254,246)
#F8FEF6
(248,254,246)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #DAFEF6; }

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

This text font color is #DAFEF6.


Background Color

.myBgColor { background-color: #DAFEF6; }

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

This div background color is #DAFEF6.


Border color

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

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

This div border color is #DAFEF6.


Opacity

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

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

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

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

This text has shadow with #DAFEF6 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #DAFEF6 on black background.


Color preview on white background

This text has color #DAFEF6 on white background.



Black color preview on #DAFEF6 background

This text has black color on #DAFEF6 background.


White color preview on #DAFEF6 background

This text has white color on #DAFEF6 background.