COLOR #DAF4E1

HEX: #DAF4E1
RGB: (218,244,225)

Color info

#DAF4E1 contains red, green and blue colors in about the same proportion. Web safe color of #DAF4E1 is #CCFFCC (or #CFC).

RGB color model

#DAF4E1 color RGB value is (218,244,225).

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

RGB channels and saturation

R 218 of 255 = 85%
G 244 of 255 = 96%
B 225 of 255 = 88%

218
244
225

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

Portions of RGB colors in percentages

R + G + B =
218 + 244 + 225 = 687 (100%)
R 218 of 687 ~ 31.73%
G 244 of 687 ~ 35.52%
B 225 of 687 ~ 32.75%

%31.73
%35.52
%32.75

CMYK color model

#DAF4E1 color CMYK value is (11,0,8,4).

  • cyan value is 10.66%
  • magenta value is 0.00%
  • yellow value is 7.79%
  • key color value is 4.31%
CMYK:
(11,0,8,4)
C11M0Y8K4 
(11%,0%,8%,4%)
(0.11/0.00/0.08/0.04)	

CMYK percentages

%10.66
%0
%7.79
%4.31

Codes

Color #DAF4E1 in popluar color models

DAF4E1
RGB218244225
HSL136°54.17%90.59%
HSB/HSV136°10.66%95.69%
CMYK10.66%0.00%7.79%
4.31%

Color #DAF4E1 in popluar number systems.

HEXDAF4E1
Decimal218244225
Binary110110101111010011100001
Octal332364341

Shades and tints

Shades of #DAF4E1

#DAF4E1
(218,244,225)
#C7DECD
(199,222,205)
#B4C8B9
(180,200,185)
#A1B2A5
(161,178,165)
#8E9C91
(142,156,145)
#7B867D
(123,134,125)
#687069
(104,112,105)
#555A55
(85,90,85)
#424441
(66,68,65)
#2F2E2D
(47,46,45)
#1C1819
(28,24,25)
#000000
(0,0,0)

Tints of #DAF4E1

#DAF4E1
(218,244,225)
#DDF5E3
(221,245,227)
#E0F6E5
(224,246,229)
#E3F7E7
(227,247,231)
#E6F8E9
(230,248,233)
#E9F9EB
(233,249,235)
#ECFAED
(236,250,237)
#EFFBEF
(239,251,239)
#F2FCF1
(242,252,241)
#F5FDF3
(245,253,243)
#F8FEF5
(248,254,245)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #DAF4E1; }

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

This text font color is #DAF4E1.


Background Color

.myBgColor { background-color: #DAF4E1; }

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

This div background color is #DAF4E1.


Border color

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

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

This div border color is #DAF4E1.


Opacity

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

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

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

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

This text has shadow with #DAF4E1 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #DAF4E1 on black background.


Color preview on white background

This text has color #DAF4E1 on white background.



Black color preview on #DAF4E1 background

This text has black color on #DAF4E1 background.


White color preview on #DAF4E1 background

This text has white color on #DAF4E1 background.