COLOR #DAF7DD

HEX: #DAF7DD RGB: (218,247,221)

Color info

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

RGB color model

#DAF7DD color RGB value is (218,247,221).

RGB: (218,247,221) (85%, 97%, 87%)

RGB channels and saturation

R 218 of 255 = 85%
G 247 of 255 = 97%
B 221 of 255 = 87%

218
247
221

R + G + B ~ 90%. #DAF7DD is light color.

Portions of RGB colors in percentages

R + G + B = 218 + 247 + 221 = 686 (100%)
R 218 of 686 ~ 31.78%
G 247 of 686 ~ 36.01%
B 221 of 686 ~ 32.22'%

%31.78
%36.01
%32.22

CMYK color model

#DAF7DD color CMYK value is (12,0,11,3).

  • cyan value is 11.74%
  • magenta value is 0.00%
  • yellow value is 10.53%
  • key color value is 3.14%
CMYK: (12,0,11,3) C12M0Y11K3 (12%,0%,11%,3%) (0.12/0.00/0.11/0.03) 

CMYK percentages

%11.74
%0
%10.53
%3.14

Codes

Color #DAF7DD in popluar color models

DA F7 DD
RGB 218 247 221
HSL 126° 64.44% 91.18%
HSB/HSV 126° 11.74% 96.86%
CMYK 11.74% 0.00% 10.53%
3.14%

Color #DAF7DD in popluar number systems.

HEX DA F7 DD
Decimal 218 247 221
Binary 11011010 11110111 11011101
Octal 332 367 335

Shades and tints

Shades of #DAF7DD

#DAF7DD
(218,247,221)
#C7E1C9
(199,225,201)
#B4CBB5
(180,203,181)
#A1B5A1
(161,181,161)
#8E9F8D
(142,159,141)
#7B8979
(123,137,121)
#687365
(104,115,101)
#555D51
(85,93,81)
#42473D
(66,71,61)
#2F3129
(47,49,41)
#1C1B15
(28,27,21)
#000000
(0,0,0)

Tints of #DAF7DD

#DAF7DD
(218,247,221)
#DDF7E0
(221,247,224)
#E0F7E3
(224,247,227)
#E3F7E6
(227,247,230)
#E6F7E9
(230,247,233)
#E9F7EC
(233,247,236)
#ECF7EF
(236,247,239)
#EFF7F2
(239,247,242)
#F2F7F5
(242,247,245)
#F5F7F8
(245,247,248)
#F8F7FB
(248,247,251)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #DAF7DD; }

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

This text font color is #DAF7DD.

Background Color

.myBgColor { background-color: #DAF7DD; }

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

This div background color is #DAF7DD.

Border color

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

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

This div border color is #DAF7DD.

Opacity

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

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

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

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

This text has shadow with #DAF7DD color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #DAF7DD.

Preview

Color preview on black background

This text has color #DAF7DD on black background.


Color preview on white background

This text has color #DAF7DD on white background.


Black color preview on #DAF7DD background

This text has black color on #DAF7DD background.


White color preview on #DAF7DD background

This text has white color on #DAF7DD background.


Related colors

Complementary color

Complementary color for #hex is #250822.


I love getcolorcode.com

Triadic colors

1 #DDDAF7 and #F7DDDA with #DAF7DD are triadic colors.

2 #DDF7DA and #F7DADD with #DAF7DD are triadic colors.