COLOR #DAF1D0

HEX: #DAF1D0
RGB: (218,241,208)

Color info

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

RGB color model

#DAF1D0 color RGB value is (218,241,208).

  • red value is 218;
  • green value is 241;
  • blue value is 208.
RGB:
(218,241,208)
(85%,95%,82%)

RGB channels and saturation

R 218 of 255 = 85%
G 241 of 255 = 95%
B 208 of 255 = 82%

218
241
208

R + G + B ~ 87%. #DAF1D0 is light color.

Portions of RGB colors in percentages

R + G + B =
218 + 241 + 208 = 667 (100%)
R 218 of 667 ~ 32.68%
G 241 of 667 ~ 36.13%
B 208 of 667 ~ 31.18%

%32.68
%36.13
%31.18

CMYK color model

#DAF1D0 color CMYK value is (10,0,14,5).

  • cyan value is 9.54%
  • magenta value is 0.00%
  • yellow value is 13.69%
  • key color value is 5.49%
CMYK:
(10,0,14,5)
C10M0Y14K5 
(10%,0%,14%,5%)
(0.10/0.00/0.14/0.05)	

CMYK percentages

%9.54
%0
%13.69
%5.49

Codes

Color #DAF1D0 in popluar color models

DAF1D0
RGB218241208
HSL102°54.10%88.04%
HSB/HSV102°13.69%94.51%
CMYK9.54%0.00%13.69%
5.49%

Color #DAF1D0 in popluar number systems.

HEXDAF1D0
Decimal218241208
Binary110110101111000111010000
Octal332361320

Shades and tints

Shades of #DAF1D0

#DAF1D0
(218,241,208)
#C7DCBE
(199,220,190)
#B4C7AC
(180,199,172)
#A1B29A
(161,178,154)
#8E9D88
(142,157,136)
#7B8876
(123,136,118)
#687364
(104,115,100)
#555E52
(85,94,82)
#424940
(66,73,64)
#2F342E
(47,52,46)
#1C1F1C
(28,31,28)
#000000
(0,0,0)

Tints of #DAF1D0

#DAF1D0
(218,241,208)
#DDF2D4
(221,242,212)
#E0F3D8
(224,243,216)
#E3F4DC
(227,244,220)
#E6F5E0
(230,245,224)
#E9F6E4
(233,246,228)
#ECF7E8
(236,247,232)
#EFF8EC
(239,248,236)
#F2F9F0
(242,249,240)
#F5FAF4
(245,250,244)
#F8FBF8
(248,251,248)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #DAF1D0 color. Also use rgb(218,241,208) instead hex code.

Text Font Color

.myTextColor { color: #DAF1D0; }

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

This text font color is #DAF1D0.


Background Color

.myBgColor { background-color: #DAF1D0; }

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

This div background color is #DAF1D0.


Border color

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

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

This div border color is #DAF1D0.


Opacity

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

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

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

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

This text has shadow with #DAF1D0 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #DAF1D0 on black background.


Color preview on white background

This text has color #DAF1D0 on white background.



Black color preview on #DAF1D0 background

This text has black color on #DAF1D0 background.


White color preview on #DAF1D0 background

This text has white color on #DAF1D0 background.