COLOR #DAF6E1

HEX: #DAF6E1
RGB: (218,246,225)

Color info

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

RGB color model

#DAF6E1 color RGB value is (218,246,225).

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

RGB channels and saturation

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

218
246
225

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

Portions of RGB colors in percentages

R + G + B =
218 + 246 + 225 = 689 (100%)
R 218 of 689 ~ 31.64%
G 246 of 689 ~ 35.7%
B 225 of 689 ~ 32.66%

%31.64
%35.7
%32.66

CMYK color model

#DAF6E1 color CMYK value is (11,0,9,4).

  • cyan value is 11.38%
  • magenta value is 0.00%
  • yellow value is 8.54%
  • key color value is 3.53%
CMYK:
(11,0,9,4)
C11M0Y9K4 
(11%,0%,9%,4%)
(0.11/0.00/0.09/0.04)	

CMYK percentages

%11.38
%0
%8.54
%3.53

Codes

Color #DAF6E1 in popluar color models

DAF6E1
RGB218246225
HSL135°60.87%90.98%
HSB/HSV135°11.38%96.47%
CMYK11.38%0.00%8.54%
3.53%

Color #DAF6E1 in popluar number systems.

HEXDAF6E1
Decimal218246225
Binary110110101111011011100001
Octal332366341

Shades and tints

Shades of #DAF6E1

#DAF6E1
(218,246,225)
#C7E0CD
(199,224,205)
#B4CAB9
(180,202,185)
#A1B4A5
(161,180,165)
#8E9E91
(142,158,145)
#7B887D
(123,136,125)
#687269
(104,114,105)
#555C55
(85,92,85)
#424641
(66,70,65)
#2F302D
(47,48,45)
#1C1A19
(28,26,25)
#000000
(0,0,0)

Tints of #DAF6E1

#DAF6E1
(218,246,225)
#DDF6E3
(221,246,227)
#E0F6E5
(224,246,229)
#E3F6E7
(227,246,231)
#E6F6E9
(230,246,233)
#E9F6EB
(233,246,235)
#ECF6ED
(236,246,237)
#EFF6EF
(239,246,239)
#F2F6F1
(242,246,241)
#F5F6F3
(245,246,243)
#F8F6F5
(248,246,245)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #DAF6E1; }

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

This text font color is #DAF6E1.


Background Color

.myBgColor { background-color: #DAF6E1; }

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

This div background color is #DAF6E1.


Border color

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

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

This div border color is #DAF6E1.


Opacity

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

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

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

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

This text has shadow with #DAF6E1 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #DAF6E1 on black background.


Color preview on white background

This text has color #DAF6E1 on white background.



Black color preview on #DAF6E1 background

This text has black color on #DAF6E1 background.


White color preview on #DAF6E1 background

This text has white color on #DAF6E1 background.