COLOR #DAFFDF

HEX: #DAFFDF
RGB: (218,255,223)

Color info

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

RGB color model

#DAFFDF color RGB value is (218,255,223).

  • red value is 218;
  • green value is 255;
  • blue value is 223.
RGB:
(218,255,223)
(85%,100%,87%)

RGB channels and saturation

R 218 of 255 = 85%
G 255 of 255 = 100%
B 223 of 255 = 87%

218
255
223

R + G + B ~ 91%. #DAFFDF is light color.

Portions of RGB colors in percentages

R + G + B =
218 + 255 + 223 = 696 (100%)
R 218 of 696 ~ 31.32%
G 255 of 696 ~ 36.64%
B 223 of 696 ~ 32.04%

%31.32
%36.64
%32.04

CMYK color model

#DAFFDF color CMYK value is (15,0,13,0).

  • cyan value is 14.51%
  • magenta value is 0.00%
  • yellow value is 12.55%
  • key color value is 0.00%
CMYK:
(15,0,13,0)
C15M0Y13K0 
(15%,0%,13%,0%)
(0.15/0.00/0.13/0.00)	

CMYK percentages

%14.51
%0
%12.55
%0

Codes

Color #DAFFDF in popluar color models

DAFFDF
RGB218255223
HSL128°100.00%92.75%
HSB/HSV128°14.51%100.00%
CMYK14.51%0.00%12.55%
0.00%

Color #DAFFDF in popluar number systems.

HEXDAFFDF
Decimal218255223
Binary110110101111111111011111
Octal332377337

Shades and tints

Shades of #DAFFDF

#DAFFDF
(218,255,223)
#C7E8CB
(199,232,203)
#B4D1B7
(180,209,183)
#A1BAA3
(161,186,163)
#8EA38F
(142,163,143)
#7B8C7B
(123,140,123)
#687567
(104,117,103)
#555E53
(85,94,83)
#42473F
(66,71,63)
#2F302B
(47,48,43)
#1C1917
(28,25,23)
#000000
(0,0,0)

Tints of #DAFFDF

#DAFFDF
(218,255,223)
#DDFFE1
(221,255,225)
#E0FFE3
(224,255,227)
#E3FFE5
(227,255,229)
#E6FFE7
(230,255,231)
#E9FFE9
(233,255,233)
#ECFFEB
(236,255,235)
#EFFFED
(239,255,237)
#F2FFEF
(242,255,239)
#F5FFF1
(245,255,241)
#F8FFF3
(248,255,243)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #DAFFDF color. Also use rgb(218,255,223) instead hex code.

Text Font Color

.myTextColor { color: #DAFFDF; }

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

This text font color is #DAFFDF.


Background Color

.myBgColor { background-color: #DAFFDF; }

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

This div background color is #DAFFDF.


Border color

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

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

This div border color is #DAFFDF.


Opacity

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

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

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

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

This text has shadow with #DAFFDF color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #DAFFDF on black background.


Color preview on white background

This text has color #DAFFDF on white background.



Black color preview on #DAFFDF background

This text has black color on #DAFFDF background.


White color preview on #DAFFDF background

This text has white color on #DAFFDF background.