COLOR #DAF7D1

HEX: #DAF7D1
RGB: (218,247,209)

Color info

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

RGB color model

#DAF7D1 color RGB value is (218,247,209).

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

RGB channels and saturation

R 218 of 255 = 85%
G 247 of 255 = 97%
B 209 of 255 = 82%

218
247
209

R + G + B ~ 88%. #DAF7D1 is light color.

Portions of RGB colors in percentages

R + G + B =
218 + 247 + 209 = 674 (100%)
R 218 of 674 ~ 32.34%
G 247 of 674 ~ 36.65%
B 209 of 674 ~ 31.01%

%32.34
%36.65
%31.01

CMYK color model

#DAF7D1 color CMYK value is (12,0,15,3).

  • cyan value is 11.74%
  • magenta value is 0.00%
  • yellow value is 15.38%
  • key color value is 3.14%
CMYK:
(12,0,15,3)
C12M0Y15K3 
(12%,0%,15%,3%)
(0.12/0.00/0.15/0.03)	

CMYK percentages

%11.74
%0
%15.38
%3.14

Codes

Color #DAF7D1 in popluar color models

DAF7D1
RGB218247209
HSL106°70.37%89.41%
HSB/HSV106°15.38%96.86%
CMYK11.74%0.00%15.38%
3.14%

Color #DAF7D1 in popluar number systems.

HEXDAF7D1
Decimal218247209
Binary110110101111011111010001
Octal332367321

Shades and tints

Shades of #DAF7D1

#DAF7D1
(218,247,209)
#C7E1BE
(199,225,190)
#B4CBAB
(180,203,171)
#A1B598
(161,181,152)
#8E9F85
(142,159,133)
#7B8972
(123,137,114)
#68735F
(104,115,95)
#555D4C
(85,93,76)
#424739
(66,71,57)
#2F3126
(47,49,38)
#1C1B13
(28,27,19)
#000000
(0,0,0)

Tints of #DAF7D1

#DAF7D1
(218,247,209)
#DDF7D5
(221,247,213)
#E0F7D9
(224,247,217)
#E3F7DD
(227,247,221)
#E6F7E1
(230,247,225)
#E9F7E5
(233,247,229)
#ECF7E9
(236,247,233)
#EFF7ED
(239,247,237)
#F2F7F1
(242,247,241)
#F5F7F5
(245,247,245)
#F8F7F9
(248,247,249)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #DAF7D1; }

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

This text font color is #DAF7D1.


Background Color

.myBgColor { background-color: #DAF7D1; }

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

This div background color is #DAF7D1.


Border color

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

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

This div border color is #DAF7D1.


Opacity

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

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

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

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

This text has shadow with #DAF7D1 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #DAF7D1 on black background.


Color preview on white background

This text has color #DAF7D1 on white background.



Black color preview on #DAF7D1 background

This text has black color on #DAF7D1 background.


White color preview on #DAF7D1 background

This text has white color on #DAF7D1 background.