COLOR #DAFAEF

HEX: #DAFAEF
RGB: (218,250,239)

Color info

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

RGB color model

#DAFAEF color RGB value is (218,250,239).

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

RGB channels and saturation

R 218 of 255 = 85%
G 250 of 255 = 98%
B 239 of 255 = 94%

218
250
239

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

Portions of RGB colors in percentages

R + G + B =
218 + 250 + 239 = 707 (100%)
R 218 of 707 ~ 30.83%
G 250 of 707 ~ 35.36%
B 239 of 707 ~ 33.8%

%30.83
%35.36
%33.8

CMYK color model

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

  • cyan value is 12.80%
  • magenta value is 0.00%
  • yellow value is 4.40%
  • key color value is 1.96%
CMYK:
(13,0,4,2)
C13M0Y4K2 
(13%,0%,4%,2%)
(0.13/0.00/0.04/0.02)	

CMYK percentages

%12.8
%0
%4.4
%1.96

Codes

Color #DAFAEF in popluar color models

DAFAEF
RGB218250239
HSL159°76.19%91.76%
HSB/HSV159°12.80%98.04%
CMYK12.80%0.00%4.40%
1.96%

Color #DAFAEF in popluar number systems.

HEXDAFAEF
Decimal218250239
Binary110110101111101011101111
Octal332372357

Shades and tints

Shades of #DAFAEF

#DAFAEF
(218,250,239)
#C7E4DA
(199,228,218)
#B4CEC5
(180,206,197)
#A1B8B0
(161,184,176)
#8EA29B
(142,162,155)
#7B8C86
(123,140,134)
#687671
(104,118,113)
#55605C
(85,96,92)
#424A47
(66,74,71)
#2F3432
(47,52,50)
#1C1E1D
(28,30,29)
#000000
(0,0,0)

Tints of #DAFAEF

#DAFAEF
(218,250,239)
#DDFAF0
(221,250,240)
#E0FAF1
(224,250,241)
#E3FAF2
(227,250,242)
#E6FAF3
(230,250,243)
#E9FAF4
(233,250,244)
#ECFAF5
(236,250,245)
#EFFAF6
(239,250,246)
#F2FAF7
(242,250,247)
#F5FAF8
(245,250,248)
#F8FAF9
(248,250,249)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #DAFAEF; }

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

This text font color is #DAFAEF.


Background Color

.myBgColor { background-color: #DAFAEF; }

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

This div background color is #DAFAEF.


Border color

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

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

This div border color is #DAFAEF.


Opacity

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

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

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

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

This text has shadow with #DAFAEF color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #DAFAEF on black background.


Color preview on white background

This text has color #DAFAEF on white background.



Black color preview on #DAFAEF background

This text has black color on #DAFAEF background.


White color preview on #DAFAEF background

This text has white color on #DAFAEF background.