COLOR #DAFCDC

HEX: #DAFCDC
RGB: (218,252,220)

Color info

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

RGB color model

#DAFCDC color RGB value is (218,252,220).

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

RGB channels and saturation

R 218 of 255 = 85%
G 252 of 255 = 99%
B 220 of 255 = 86%

218
252
220

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

Portions of RGB colors in percentages

R + G + B =
218 + 252 + 220 = 690 (100%)
R 218 of 690 ~ 31.59%
G 252 of 690 ~ 36.52%
B 220 of 690 ~ 31.88%

%31.59
%36.52
%31.88

CMYK color model

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

  • cyan value is 13.49%
  • magenta value is 0.00%
  • yellow value is 12.70%
  • key color value is 1.18%
CMYK:
(13,0,13,1)
C13M0Y13K1 
(13%,0%,13%,1%)
(0.13/0.00/0.13/0.01)	

CMYK percentages

%13.49
%0
%12.7
%1.18

Codes

Color #DAFCDC in popluar color models

DAFCDC
RGB218252220
HSL124°85.00%92.16%
HSB/HSV124°13.49%98.82%
CMYK13.49%0.00%12.70%
1.18%

Color #DAFCDC in popluar number systems.

HEXDAFCDC
Decimal218252220
Binary110110101111110011011100
Octal332374334

Shades and tints

Shades of #DAFCDC

#DAFCDC
(218,252,220)
#C7E6C8
(199,230,200)
#B4D0B4
(180,208,180)
#A1BAA0
(161,186,160)
#8EA48C
(142,164,140)
#7B8E78
(123,142,120)
#687864
(104,120,100)
#556250
(85,98,80)
#424C3C
(66,76,60)
#2F3628
(47,54,40)
#1C2014
(28,32,20)
#000000
(0,0,0)

Tints of #DAFCDC

#DAFCDC
(218,252,220)
#DDFCDF
(221,252,223)
#E0FCE2
(224,252,226)
#E3FCE5
(227,252,229)
#E6FCE8
(230,252,232)
#E9FCEB
(233,252,235)
#ECFCEE
(236,252,238)
#EFFCF1
(239,252,241)
#F2FCF4
(242,252,244)
#F5FCF7
(245,252,247)
#F8FCFA
(248,252,250)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #DAFCDC; }

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

This text font color is #DAFCDC.


Background Color

.myBgColor { background-color: #DAFCDC; }

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

This div background color is #DAFCDC.


Border color

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

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

This div border color is #DAFCDC.


Opacity

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

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

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

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

This text has shadow with #DAFCDC color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #DAFCDC on black background.


Color preview on white background

This text has color #DAFCDC on white background.



Black color preview on #DAFCDC background

This text has black color on #DAFCDC background.


White color preview on #DAFCDC background

This text has white color on #DAFCDC background.