COLOR #DAF5D1

HEX: #DAF5D1 RGB: (218,245,209)

Color info

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

RGB color model

#DAF5D1 color RGB value is (218,245,209).

RGB: (218,245,209) (85%, 96%, 82%)

RGB channels and saturation

R 218 of 255 = 85%
G 245 of 255 = 96%
B 209 of 255 = 82%

218
245
209

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

Portions of RGB colors in percentages

R + G + B = 218 + 245 + 209 = 672 (100%)
R 218 of 672 ~ 32.44%
G 245 of 672 ~ 36.46%
B 209 of 672 ~ 31.1'%

%32.44
%36.46
%31.1

CMYK color model

#DAF5D1 color CMYK value is (11,0,15,4).

  • cyan value is 11.02%
  • magenta value is 0.00%
  • yellow value is 14.69%
  • key color value is 3.92%
CMYK: (11,0,15,4) C11M0Y15K4 (11%,0%,15%,4%) (0.11/0.00/0.15/0.04) 

CMYK percentages

%11.02
%0
%14.69
%3.92

Codes

Color #DAF5D1 in popluar color models

DA F5 D1
RGB 218 245 209
HSL 105° 64.29% 89.02%
HSB/HSV 105° 14.69% 96.08%
CMYK 11.02% 0.00% 14.69%
3.92%

Color #DAF5D1 in popluar number systems.

HEX DA F5 D1
Decimal 218 245 209
Binary 11011010 11110101 11010001
Octal 332 365 321

Shades and tints

Shades of #DAF5D1

#DAF5D1
(218,245,209)
#C7DFBE
(199,223,190)
#B4C9AB
(180,201,171)
#A1B398
(161,179,152)
#8E9D85
(142,157,133)
#7B8772
(123,135,114)
#68715F
(104,113,95)
#555B4C
(85,91,76)
#424539
(66,69,57)
#2F2F26
(47,47,38)
#1C1913
(28,25,19)
#000000
(0,0,0)

Tints of #DAF5D1

#DAF5D1
(218,245,209)
#DDF5D5
(221,245,213)
#E0F5D9
(224,245,217)
#E3F5DD
(227,245,221)
#E6F5E1
(230,245,225)
#E9F5E5
(233,245,229)
#ECF5E9
(236,245,233)
#EFF5ED
(239,245,237)
#F2F5F1
(242,245,241)
#F5F5F5
(245,245,245)
#F8F5F9
(248,245,249)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #DAF5D1; }

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

This text font color is #DAF5D1.

Background Color

.myBgColor { background-color: #DAF5D1; }

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

This div background color is #DAF5D1.

Border color

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

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

This div border color is #DAF5D1.

Opacity

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

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

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

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

This text has shadow with #DAF5D1 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #DAF5D1.

Preview

Color preview on black background

This text has color #DAF5D1 on black background.


Color preview on white background

This text has color #DAF5D1 on white background.


Black color preview on #DAF5D1 background

This text has black color on #DAF5D1 background.


White color preview on #DAF5D1 background

This text has white color on #DAF5D1 background.


Related colors

Complementary color

Complementary color for #hex is #250A2E.


I love getcolorcode.com

Triadic colors

1 #D1DAF5 and #F5D1DA with #DAF5D1 are triadic colors.

2 #D1F5DA and #F5DAD1 with #DAF5D1 are triadic colors.