COLOR #DAF5EE

HEX: #DAF5EE
RGB: (218,245,238)

Color info

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

RGB color model

#DAF5EE color RGB value is (218,245,238).

  • red value is 218;
  • green value is 245;
  • blue value is 238.
RGB:
(218,245,238)
(85%,96%,93%)

RGB channels and saturation

R 218 of 255 = 85%
G 245 of 255 = 96%
B 238 of 255 = 93%

218
245
238

R + G + B ~ 91%. #DAF5EE is light color.

Portions of RGB colors in percentages

R + G + B =
218 + 245 + 238 = 701 (100%)
R 218 of 701 ~ 31.1%
G 245 of 701 ~ 34.95%
B 238 of 701 ~ 33.95%

%31.1
%34.95
%33.95

CMYK color model

#DAF5EE color CMYK value is (11,0,3,4).

  • cyan value is 11.02%
  • magenta value is 0.00%
  • yellow value is 2.86%
  • key color value is 3.92%
CMYK:
(11,0,3,4)
C11M0Y3K4 
(11%,0%,3%,4%)
(0.11/0.00/0.03/0.04)	

CMYK percentages

%11.02
%0
%2.86
%3.92

Codes

Color #DAF5EE in popluar color models

DAF5EE
RGB218245238
HSL164°57.45%90.78%
HSB/HSV164°11.02%96.08%
CMYK11.02%0.00%2.86%
3.92%

Color #DAF5EE in popluar number systems.

HEXDAF5EE
Decimal218245238
Binary110110101111010111101110
Octal332365356

Shades and tints

Shades of #DAF5EE

#DAF5EE
(218,245,238)
#C7DFD9
(199,223,217)
#B4C9C4
(180,201,196)
#A1B3AF
(161,179,175)
#8E9D9A
(142,157,154)
#7B8785
(123,135,133)
#687170
(104,113,112)
#555B5B
(85,91,91)
#424546
(66,69,70)
#2F2F31
(47,47,49)
#1C191C
(28,25,28)
#000000
(0,0,0)

Tints of #DAF5EE

#DAF5EE
(218,245,238)
#DDF5EF
(221,245,239)
#E0F5F0
(224,245,240)
#E3F5F1
(227,245,241)
#E6F5F2
(230,245,242)
#E9F5F3
(233,245,243)
#ECF5F4
(236,245,244)
#EFF5F5
(239,245,245)
#F2F5F6
(242,245,246)
#F5F5F7
(245,245,247)
#F8F5F8
(248,245,248)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #DAF5EE color. Also use rgb(218,245,238) instead hex code.

Text Font Color

.myTextColor { color: #DAF5EE; }

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

This text font color is #DAF5EE.


Background Color

.myBgColor { background-color: #DAF5EE; }

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

This div background color is #DAF5EE.


Border color

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

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

This div border color is #DAF5EE.


Opacity

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

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

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

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

This text has shadow with #DAF5EE color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #DAF5EE on black background.


Color preview on white background

This text has color #DAF5EE on white background.



Black color preview on #DAF5EE background

This text has black color on #DAF5EE background.


White color preview on #DAF5EE background

This text has white color on #DAF5EE background.