COLOR #DAFCD7

HEX: #DAFCD7
RGB: (218,252,215)

Color info

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

RGB color model

#DAFCD7 color RGB value is (218,252,215).

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

RGB channels and saturation

R 218 of 255 = 85%
G 252 of 255 = 99%
B 215 of 255 = 84%

218
252
215

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

Portions of RGB colors in percentages

R + G + B =
218 + 252 + 215 = 685 (100%)
R 218 of 685 ~ 31.82%
G 252 of 685 ~ 36.79%
B 215 of 685 ~ 31.39%

%31.82
%36.79
%31.39

CMYK color model

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

  • cyan value is 13.49%
  • magenta value is 0.00%
  • yellow value is 14.68%
  • key color value is 1.18%
CMYK:
(13,0,15,1)
C13M0Y15K1 
(13%,0%,15%,1%)
(0.13/0.00/0.15/0.01)	

CMYK percentages

%13.49
%0
%14.68
%1.18

Codes

Color #DAFCD7 in popluar color models

DAFCD7
RGB218252215
HSL115°86.05%91.57%
HSB/HSV115°14.68%98.82%
CMYK13.49%0.00%14.68%
1.18%

Color #DAFCD7 in popluar number systems.

HEXDAFCD7
Decimal218252215
Binary110110101111110011010111
Octal332374327

Shades and tints

Shades of #DAFCD7

#DAFCD7
(218,252,215)
#C7E6C4
(199,230,196)
#B4D0B1
(180,208,177)
#A1BA9E
(161,186,158)
#8EA48B
(142,164,139)
#7B8E78
(123,142,120)
#687865
(104,120,101)
#556252
(85,98,82)
#424C3F
(66,76,63)
#2F362C
(47,54,44)
#1C2019
(28,32,25)
#000000
(0,0,0)

Tints of #DAFCD7

#DAFCD7
(218,252,215)
#DDFCDA
(221,252,218)
#E0FCDD
(224,252,221)
#E3FCE0
(227,252,224)
#E6FCE3
(230,252,227)
#E9FCE6
(233,252,230)
#ECFCE9
(236,252,233)
#EFFCEC
(239,252,236)
#F2FCEF
(242,252,239)
#F5FCF2
(245,252,242)
#F8FCF5
(248,252,245)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #DAFCD7; }

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

This text font color is #DAFCD7.


Background Color

.myBgColor { background-color: #DAFCD7; }

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

This div background color is #DAFCD7.


Border color

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

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

This div border color is #DAFCD7.


Opacity

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

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

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

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

This text has shadow with #DAFCD7 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #DAFCD7 on black background.


Color preview on white background

This text has color #DAFCD7 on white background.



Black color preview on #DAFCD7 background

This text has black color on #DAFCD7 background.


White color preview on #DAFCD7 background

This text has white color on #DAFCD7 background.