COLOR #DAF0E8

HEX: #DAF0E8
RGB: (218,240,232)

Color info

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

RGB color model

#DAF0E8 color RGB value is (218,240,232).

  • red value is 218;
  • green value is 240;
  • blue value is 232.
RGB:
(218,240,232)
(85%,94%,91%)

RGB channels and saturation

R 218 of 255 = 85%
G 240 of 255 = 94%
B 232 of 255 = 91%

218
240
232

R + G + B ~ 90%. #DAF0E8 is light color.

Portions of RGB colors in percentages

R + G + B =
218 + 240 + 232 = 690 (100%)
R 218 of 690 ~ 31.59%
G 240 of 690 ~ 34.78%
B 232 of 690 ~ 33.62%

%31.59
%34.78
%33.62

CMYK color model

#DAF0E8 color CMYK value is (9,0,3,6).

  • cyan value is 9.17%
  • magenta value is 0.00%
  • yellow value is 3.33%
  • key color value is 5.88%
CMYK:
(9,0,3,6)
C9M0Y3K6 
(9%,0%,3%,6%)
(0.09/0.00/0.03/0.06)	

CMYK percentages

%9.17
%0
%3.33
%5.88

Codes

Color #DAF0E8 in popluar color models

DAF0E8
RGB218240232
HSL158°42.31%89.80%
HSB/HSV158°9.17%94.12%
CMYK9.17%0.00%3.33%
5.88%

Color #DAF0E8 in popluar number systems.

HEXDAF0E8
Decimal218240232
Binary110110101111000011101000
Octal332360350

Shades and tints

Shades of #DAF0E8

#DAF0E8
(218,240,232)
#C7DBD3
(199,219,211)
#B4C6BE
(180,198,190)
#A1B1A9
(161,177,169)
#8E9C94
(142,156,148)
#7B877F
(123,135,127)
#68726A
(104,114,106)
#555D55
(85,93,85)
#424840
(66,72,64)
#2F332B
(47,51,43)
#1C1E16
(28,30,22)
#000000
(0,0,0)

Tints of #DAF0E8

#DAF0E8
(218,240,232)
#DDF1EA
(221,241,234)
#E0F2EC
(224,242,236)
#E3F3EE
(227,243,238)
#E6F4F0
(230,244,240)
#E9F5F2
(233,245,242)
#ECF6F4
(236,246,244)
#EFF7F6
(239,247,246)
#F2F8F8
(242,248,248)
#F5F9FA
(245,249,250)
#F8FAFC
(248,250,252)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #DAF0E8 color. Also use rgb(218,240,232) instead hex code.

Text Font Color

.myTextColor { color: #DAF0E8; }

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

This text font color is #DAF0E8.


Background Color

.myBgColor { background-color: #DAF0E8; }

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

This div background color is #DAF0E8.


Border color

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

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

This div border color is #DAF0E8.


Opacity

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

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

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

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

This text has shadow with #DAF0E8 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #DAF0E8 on black background.


Color preview on white background

This text has color #DAF0E8 on white background.



Black color preview on #DAF0E8 background

This text has black color on #DAF0E8 background.


White color preview on #DAF0E8 background

This text has white color on #DAF0E8 background.