COLOR #DAF7D7

HEX: #DAF7D7
RGB: (218,247,215)

Color info

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

RGB color model

#DAF7D7 color RGB value is (218,247,215).

  • red value is 218;
  • green value is 247;
  • blue value is 215.
RGB:
(218,247,215)
(85%,97%,84%)

RGB channels and saturation

R 218 of 255 = 85%
G 247 of 255 = 97%
B 215 of 255 = 84%

218
247
215

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

Portions of RGB colors in percentages

R + G + B =
218 + 247 + 215 = 680 (100%)
R 218 of 680 ~ 32.06%
G 247 of 680 ~ 36.32%
B 215 of 680 ~ 31.62%

%32.06
%36.32
%31.62

CMYK color model

#DAF7D7 color CMYK value is (12,0,13,3).

  • cyan value is 11.74%
  • magenta value is 0.00%
  • yellow value is 12.96%
  • key color value is 3.14%
CMYK:
(12,0,13,3)
C12M0Y13K3 
(12%,0%,13%,3%)
(0.12/0.00/0.13/0.03)	

CMYK percentages

%11.74
%0
%12.96
%3.14

Codes

Color #DAF7D7 in popluar color models

DAF7D7
RGB218247215
HSL114°66.67%90.59%
HSB/HSV114°12.96%96.86%
CMYK11.74%0.00%12.96%
3.14%

Color #DAF7D7 in popluar number systems.

HEXDAF7D7
Decimal218247215
Binary110110101111011111010111
Octal332367327

Shades and tints

Shades of #DAF7D7

#DAF7D7
(218,247,215)
#C7E1C4
(199,225,196)
#B4CBB1
(180,203,177)
#A1B59E
(161,181,158)
#8E9F8B
(142,159,139)
#7B8978
(123,137,120)
#687365
(104,115,101)
#555D52
(85,93,82)
#42473F
(66,71,63)
#2F312C
(47,49,44)
#1C1B19
(28,27,25)
#000000
(0,0,0)

Tints of #DAF7D7

#DAF7D7
(218,247,215)
#DDF7DA
(221,247,218)
#E0F7DD
(224,247,221)
#E3F7E0
(227,247,224)
#E6F7E3
(230,247,227)
#E9F7E6
(233,247,230)
#ECF7E9
(236,247,233)
#EFF7EC
(239,247,236)
#F2F7EF
(242,247,239)
#F5F7F2
(245,247,242)
#F8F7F5
(248,247,245)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #DAF7D7; }

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

This text font color is #DAF7D7.


Background Color

.myBgColor { background-color: #DAF7D7; }

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

This div background color is #DAF7D7.


Border color

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

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

This div border color is #DAF7D7.


Opacity

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

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

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

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

This text has shadow with #DAF7D7 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #DAF7D7 on black background.


Color preview on white background

This text has color #DAF7D7 on white background.



Black color preview on #DAF7D7 background

This text has black color on #DAF7D7 background.


White color preview on #DAF7D7 background

This text has white color on #DAF7D7 background.