COLOR #DAF2E1

HEX: #DAF2E1
RGB: (218,242,225)

Color info

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

RGB color model

#DAF2E1 color RGB value is (218,242,225).

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

RGB channels and saturation

R 218 of 255 = 85%
G 242 of 255 = 95%
B 225 of 255 = 88%

218
242
225

R + G + B ~ 89%. #DAF2E1 is light color.

Portions of RGB colors in percentages

R + G + B =
218 + 242 + 225 = 685 (100%)
R 218 of 685 ~ 31.82%
G 242 of 685 ~ 35.33%
B 225 of 685 ~ 32.85%

%31.82
%35.33
%32.85

CMYK color model

#DAF2E1 color CMYK value is (10,0,7,5).

  • cyan value is 9.92%
  • magenta value is 0.00%
  • yellow value is 7.02%
  • key color value is 5.10%
CMYK:
(10,0,7,5)
C10M0Y7K5 
(10%,0%,7%,5%)
(0.10/0.00/0.07/0.05)	

CMYK percentages

%9.92
%0
%7.02
%5.1

Codes

Color #DAF2E1 in popluar color models

DAF2E1
RGB218242225
HSL138°48.00%90.20%
HSB/HSV138°9.92%94.90%
CMYK9.92%0.00%7.02%
5.10%

Color #DAF2E1 in popluar number systems.

HEXDAF2E1
Decimal218242225
Binary110110101111001011100001
Octal332362341

Shades and tints

Shades of #DAF2E1

#DAF2E1
(218,242,225)
#C7DCCD
(199,220,205)
#B4C6B9
(180,198,185)
#A1B0A5
(161,176,165)
#8E9A91
(142,154,145)
#7B847D
(123,132,125)
#686E69
(104,110,105)
#555855
(85,88,85)
#424241
(66,66,65)
#2F2C2D
(47,44,45)
#1C1619
(28,22,25)
#000000
(0,0,0)

Tints of #DAF2E1

#DAF2E1
(218,242,225)
#DDF3E3
(221,243,227)
#E0F4E5
(224,244,229)
#E3F5E7
(227,245,231)
#E6F6E9
(230,246,233)
#E9F7EB
(233,247,235)
#ECF8ED
(236,248,237)
#EFF9EF
(239,249,239)
#F2FAF1
(242,250,241)
#F5FBF3
(245,251,243)
#F8FCF5
(248,252,245)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #DAF2E1; }

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

This text font color is #DAF2E1.


Background Color

.myBgColor { background-color: #DAF2E1; }

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

This div background color is #DAF2E1.


Border color

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

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

This div border color is #DAF2E1.


Opacity

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

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

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

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

This text has shadow with #DAF2E1 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #DAF2E1 on black background.


Color preview on white background

This text has color #DAF2E1 on white background.



Black color preview on #DAF2E1 background

This text has black color on #DAF2E1 background.


White color preview on #DAF2E1 background

This text has white color on #DAF2E1 background.