COLOR #DAF4DF

HEX: #DAF4DF RGB: (218,244,223)

Color info

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

RGB color model

#DAF4DF color RGB value is (218,244,223).

RGB: (218,244,223) (85%, 96%, 87%)

RGB channels and saturation

R 218 of 255 = 85%
G 244 of 255 = 96%
B 223 of 255 = 87%

218
244
223

R + G + B ~ 89%. #DAF4DF is light color.

Portions of RGB colors in percentages

R + G + B = 218 + 244 + 223 = 685 (100%)
R 218 of 685 ~ 31.82%
G 244 of 685 ~ 35.62%
B 223 of 685 ~ 32.55'%

%31.82
%35.62
%32.55

CMYK color model

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

  • cyan value is 10.66%
  • magenta value is 0.00%
  • yellow value is 8.61%
  • key color value is 4.31%

CMYK: (11,0,9,4)
C11M0Y9K4 (11%, 0%, 9%, 4%)
(0.11 / 0.00 / 0.09 / 0.04)

CMYK percentages

%10.66
%0
%8.61
%4.31

Codes

Color #DAF4DF in popluar color models

DA F4 DF
RGB 218 244 223
HSL 132° 54.17% 90.59%
HSB/HSV 132° 10.66% 95.69%
CMYK 10.66% 0.00% 8.61%
4.31%

Color #DAF4DF in popluar number systems.

HEX DA F4 DF
Decimal 218 244 223
Binary 11011010 11110100 11011111
Octal 332 364 337

Shades and tints

Shades of #DAF4DF

#DAF4DF
(218,244,223)
#C7DECB
(199,222,203)
#B4C8B7
(180,200,183)
#A1B2A3
(161,178,163)
#8E9C8F
(142,156,143)
#7B867B
(123,134,123)
#687067
(104,112,103)
#555A53
(85,90,83)
#42443F
(66,68,63)
#2F2E2B
(47,46,43)
#1C1817
(28,24,23)
#000000
(0,0,0)

Tints of #DAF4DF

#DAF4DF
(218,244,223)
#DDF5E1
(221,245,225)
#E0F6E3
(224,246,227)
#E3F7E5
(227,247,229)
#E6F8E7
(230,248,231)
#E9F9E9
(233,249,233)
#ECFAEB
(236,250,235)
#EFFBED
(239,251,237)
#F2FCEF
(242,252,239)
#F5FDF1
(245,253,241)
#F8FEF3
(248,254,243)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #DAF4DF; }

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

This text font color is #DAF4DF.

Background Color

.myBgColor { background-color: #DAF4DF; }

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

This div background color is #DAF4DF.

Border color

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

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

This div border color is #DAF4DF.

Opacity

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

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

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

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

This text has shadow with #DAF4DF color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #DAF4DF.

Preview

Color preview on black background

This text has color #DAF4DF on black background.


Color preview on white background

This text has color #DAF4DF on white background.


Black color preview on #DAF4DF background

This text has black color on #DAF4DF background.


White color preview on #DAF4DF background

This text has white color on #DAF4DF background.


Related colors

Complementary color

Complementary color for #hex is #250B20.


I love getcolorcode.com

Triadic colors

1 #DFDAF4 and #F4DFDA with #DAF4DF are triadic colors.

2 #DFF4DA and #F4DADF with #DAF4DF are triadic colors.