COLOR #DAF7D2

HEX: #DAF7D2 RGB: (218,247,210)

Color info

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

RGB color model

#DAF7D2 color RGB value is (218,247,210).

RGB: (218,247,210) (85%, 97%, 82%)

RGB channels and saturation

R 218 of 255 = 85%
G 247 of 255 = 97%
B 210 of 255 = 82%

218
247
210

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

Portions of RGB colors in percentages

R + G + B = 218 + 247 + 210 = 675 (100%)
R 218 of 675 ~ 32.3%
G 247 of 675 ~ 36.59%
B 210 of 675 ~ 31.11'%

%32.3
%36.59
%31.11

CMYK color model

#DAF7D2 color CMYK value is (12,0,15,3).

  • cyan value is 11.74%
  • magenta value is 0.00%
  • yellow value is 14.98%
  • key color value is 3.14%

CMYK: (12,0,15,3)
C12M0Y15K3 (12%, 0%, 15%, 3%)
(0.12 / 0.00 / 0.15 / 0.03)

CMYK percentages

%11.74
%0
%14.98
%3.14

Codes

Color #DAF7D2 in popluar color models

DA F7 D2
RGB 218 247 210
HSL 107° 69.81% 89.61%
HSB/HSV 107° 14.98% 96.86%
CMYK 11.74% 0.00% 14.98%
3.14%

Color #DAF7D2 in popluar number systems.

HEX DA F7 D2
Decimal 218 247 210
Binary 11011010 11110111 11010010
Octal 332 367 322

Shades and tints

Shades of #DAF7D2

#DAF7D2
(218,247,210)
#C7E1BF
(199,225,191)
#B4CBAC
(180,203,172)
#A1B599
(161,181,153)
#8E9F86
(142,159,134)
#7B8973
(123,137,115)
#687360
(104,115,96)
#555D4D
(85,93,77)
#42473A
(66,71,58)
#2F3127
(47,49,39)
#1C1B14
(28,27,20)
#000000
(0,0,0)

Tints of #DAF7D2

#DAF7D2
(218,247,210)
#DDF7D6
(221,247,214)
#E0F7DA
(224,247,218)
#E3F7DE
(227,247,222)
#E6F7E2
(230,247,226)
#E9F7E6
(233,247,230)
#ECF7EA
(236,247,234)
#EFF7EE
(239,247,238)
#F2F7F2
(242,247,242)
#F5F7F6
(245,247,246)
#F8F7FA
(248,247,250)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #DAF7D2; }

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

This text font color is #DAF7D2.

Background Color

.myBgColor { background-color: #DAF7D2; }

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

This div background color is #DAF7D2.

Border color

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

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

This div border color is #DAF7D2.

Opacity

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

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

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

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

This text has shadow with #DAF7D2 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #DAF7D2.

Preview

Color preview on black background

This text has color #DAF7D2 on black background.


Color preview on white background

This text has color #DAF7D2 on white background.


Black color preview on #DAF7D2 background

This text has black color on #DAF7D2 background.


White color preview on #DAF7D2 background

This text has white color on #DAF7D2 background.


Related colors

Complementary color

Complementary color for #hex is #25082D.


I love getcolorcode.com

Triadic colors

1 #D2DAF7 and #F7D2DA with #DAF7D2 are triadic colors.

2 #D2F7DA and #F7DAD2 with #DAF7D2 are triadic colors.