COLOR #DAF4E7

HEX: #DAF4E7
RGB: (218,244,231)

Color info

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

RGB color model

#DAF4E7 color RGB value is (218,244,231).

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

RGB channels and saturation

R 218 of 255 = 85%
G 244 of 255 = 96%
B 231 of 255 = 91%

218
244
231

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

Portions of RGB colors in percentages

R + G + B =
218 + 244 + 231 = 693 (100%)
R 218 of 693 ~ 31.46%
G 244 of 693 ~ 35.21%
B 231 of 693 ~ 33.33%

%31.46
%35.21
%33.33

CMYK color model

#DAF4E7 color CMYK value is (11,0,5,4).

  • cyan value is 10.66%
  • magenta value is 0.00%
  • yellow value is 5.33%
  • key color value is 4.31%
CMYK:
(11,0,5,4)
C11M0Y5K4 
(11%,0%,5%,4%)
(0.11/0.00/0.05/0.04)	

CMYK percentages

%10.66
%0
%5.33
%4.31

Codes

Color #DAF4E7 in popluar color models

DAF4E7
RGB218244231
HSL150°54.17%90.59%
HSB/HSV150°10.66%95.69%
CMYK10.66%0.00%5.33%
4.31%

Color #DAF4E7 in popluar number systems.

HEXDAF4E7
Decimal218244231
Binary110110101111010011100111
Octal332364347

Shades and tints

Shades of #DAF4E7

#DAF4E7
(218,244,231)
#C7DED2
(199,222,210)
#B4C8BD
(180,200,189)
#A1B2A8
(161,178,168)
#8E9C93
(142,156,147)
#7B867E
(123,134,126)
#687069
(104,112,105)
#555A54
(85,90,84)
#42443F
(66,68,63)
#2F2E2A
(47,46,42)
#1C1815
(28,24,21)
#000000
(0,0,0)

Tints of #DAF4E7

#DAF4E7
(218,244,231)
#DDF5E9
(221,245,233)
#E0F6EB
(224,246,235)
#E3F7ED
(227,247,237)
#E6F8EF
(230,248,239)
#E9F9F1
(233,249,241)
#ECFAF3
(236,250,243)
#EFFBF5
(239,251,245)
#F2FCF7
(242,252,247)
#F5FDF9
(245,253,249)
#F8FEFB
(248,254,251)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #DAF4E7; }

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

This text font color is #DAF4E7.


Background Color

.myBgColor { background-color: #DAF4E7; }

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

This div background color is #DAF4E7.


Border color

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

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

This div border color is #DAF4E7.


Opacity

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

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

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

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

This text has shadow with #DAF4E7 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #DAF4E7 on black background.


Color preview on white background

This text has color #DAF4E7 on white background.



Black color preview on #DAF4E7 background

This text has black color on #DAF4E7 background.


White color preview on #DAF4E7 background

This text has white color on #DAF4E7 background.