COLOR #DAF7E8

HEX: #DAF7E8
RGB: (218,247,232)

Color info

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

RGB color model

#DAF7E8 color RGB value is (218,247,232).

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

RGB channels and saturation

R 218 of 255 = 85%
G 247 of 255 = 97%
B 232 of 255 = 91%

218
247
232

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

Portions of RGB colors in percentages

R + G + B =
218 + 247 + 232 = 697 (100%)
R 218 of 697 ~ 31.28%
G 247 of 697 ~ 35.44%
B 232 of 697 ~ 33.29%

%31.28
%35.44
%33.29

CMYK color model

#DAF7E8 color CMYK value is (12,0,6,3).

  • cyan value is 11.74%
  • magenta value is 0.00%
  • yellow value is 6.07%
  • key color value is 3.14%
CMYK:
(12,0,6,3)
C12M0Y6K3 
(12%,0%,6%,3%)
(0.12/0.00/0.06/0.03)	

CMYK percentages

%11.74
%0
%6.07
%3.14

Codes

Color #DAF7E8 in popluar color models

DAF7E8
RGB218247232
HSL149°64.44%91.18%
HSB/HSV149°11.74%96.86%
CMYK11.74%0.00%6.07%
3.14%

Color #DAF7E8 in popluar number systems.

HEXDAF7E8
Decimal218247232
Binary110110101111011111101000
Octal332367350

Shades and tints

Shades of #DAF7E8

#DAF7E8
(218,247,232)
#C7E1D3
(199,225,211)
#B4CBBE
(180,203,190)
#A1B5A9
(161,181,169)
#8E9F94
(142,159,148)
#7B897F
(123,137,127)
#68736A
(104,115,106)
#555D55
(85,93,85)
#424740
(66,71,64)
#2F312B
(47,49,43)
#1C1B16
(28,27,22)
#000000
(0,0,0)

Tints of #DAF7E8

#DAF7E8
(218,247,232)
#DDF7EA
(221,247,234)
#E0F7EC
(224,247,236)
#E3F7EE
(227,247,238)
#E6F7F0
(230,247,240)
#E9F7F2
(233,247,242)
#ECF7F4
(236,247,244)
#EFF7F6
(239,247,246)
#F2F7F8
(242,247,248)
#F5F7FA
(245,247,250)
#F8F7FC
(248,247,252)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #DAF7E8; }

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

This text font color is #DAF7E8.


Background Color

.myBgColor { background-color: #DAF7E8; }

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

This div background color is #DAF7E8.


Border color

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

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

This div border color is #DAF7E8.


Opacity

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

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

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

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

This text has shadow with #DAF7E8 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #DAF7E8 on black background.


Color preview on white background

This text has color #DAF7E8 on white background.



Black color preview on #DAF7E8 background

This text has black color on #DAF7E8 background.


White color preview on #DAF7E8 background

This text has white color on #DAF7E8 background.