COLOR #DAF0E7

HEX: #DAF0E7
RGB: (218,240,231)

Color info

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

RGB color model

#DAF0E7 color RGB value is (218,240,231).

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

RGB channels and saturation

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

218
240
231

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

Portions of RGB colors in percentages

R + G + B =
218 + 240 + 231 = 689 (100%)
R 218 of 689 ~ 31.64%
G 240 of 689 ~ 34.83%
B 231 of 689 ~ 33.53%

%31.64
%34.83
%33.53

CMYK color model

#DAF0E7 color CMYK value is (9,0,4,6).

  • cyan value is 9.17%
  • magenta value is 0.00%
  • yellow value is 3.75%
  • key color value is 5.88%
CMYK:
(9,0,4,6)
C9M0Y4K6 
(9%,0%,4%,6%)
(0.09/0.00/0.04/0.06)	

CMYK percentages

%9.17
%0
%3.75
%5.88

Codes

Color #DAF0E7 in popluar color models

DAF0E7
RGB218240231
HSL155°42.31%89.80%
HSB/HSV155°9.17%94.12%
CMYK9.17%0.00%3.75%
5.88%

Color #DAF0E7 in popluar number systems.

HEXDAF0E7
Decimal218240231
Binary110110101111000011100111
Octal332360347

Shades and tints

Shades of #DAF0E7

#DAF0E7
(218,240,231)
#C7DBD2
(199,219,210)
#B4C6BD
(180,198,189)
#A1B1A8
(161,177,168)
#8E9C93
(142,156,147)
#7B877E
(123,135,126)
#687269
(104,114,105)
#555D54
(85,93,84)
#42483F
(66,72,63)
#2F332A
(47,51,42)
#1C1E15
(28,30,21)
#000000
(0,0,0)

Tints of #DAF0E7

#DAF0E7
(218,240,231)
#DDF1E9
(221,241,233)
#E0F2EB
(224,242,235)
#E3F3ED
(227,243,237)
#E6F4EF
(230,244,239)
#E9F5F1
(233,245,241)
#ECF6F3
(236,246,243)
#EFF7F5
(239,247,245)
#F2F8F7
(242,248,247)
#F5F9F9
(245,249,249)
#F8FAFB
(248,250,251)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #DAF0E7; }

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

This text font color is #DAF0E7.


Background Color

.myBgColor { background-color: #DAF0E7; }

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

This div background color is #DAF0E7.


Border color

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

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

This div border color is #DAF0E7.


Opacity

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

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

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

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

This text has shadow with #DAF0E7 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #DAF0E7 on black background.


Color preview on white background

This text has color #DAF0E7 on white background.



Black color preview on #DAF0E7 background

This text has black color on #DAF0E7 background.


White color preview on #DAF0E7 background

This text has white color on #DAF0E7 background.