COLOR #DAFDAE

HEX: #DAFDAE
RGB: (218,253,174)

Color info

#DAFDAE contains mainly red and green colors. Web safe color of #DAFDAE is #CCFF99 (or #CF9).

RGB color model

#DAFDAE color RGB value is (218,253,174).

  • red value is 218;
  • green value is 253;
  • blue value is 174.
RGB:
(218,253,174)
(85%,99%,68%)

RGB channels and saturation

R 218 of 255 = 85%
G 253 of 255 = 99%
B 174 of 255 = 68%

218
253
174

R + G + B ~ 84%. #DAFDAE is quite light color.

Portions of RGB colors in percentages

R + G + B =
218 + 253 + 174 = 645 (100%)
R 218 of 645 ~ 33.8%
G 253 of 645 ~ 39.22%
B 174 of 645 ~ 26.98%

%33.8
%39.22
%26.98

CMYK color model

#DAFDAE color CMYK value is (14,0,31,1).

  • cyan value is 13.83%
  • magenta value is 0.00%
  • yellow value is 31.23%
  • key color value is 0.78%
CMYK:
(14,0,31,1)
C14M0Y31K1 
(14%,0%,31%,1%)
(0.14/0.00/0.31/0.01)	

CMYK percentages

%13.83
%0
%31.23
%0.78

Codes

Color #DAFDAE in popluar color models

DAFDAE
RGB218253174
HSL87°95.18%83.73%
HSB/HSV87°31.23%99.22%
CMYK13.83%0.00%31.23%
0.78%

Color #DAFDAE in popluar number systems.

HEXDAFDAE
Decimal218253174
Binary110110101111110110101110
Octal332375256

Shades and tints

Shades of #DAFDAE

#DAFDAE
(218,253,174)
#C7E69F
(199,230,159)
#B4CF90
(180,207,144)
#A1B881
(161,184,129)
#8EA172
(142,161,114)
#7B8A63
(123,138,99)
#687354
(104,115,84)
#555C45
(85,92,69)
#424536
(66,69,54)
#2F2E27
(47,46,39)
#1C1718
(28,23,24)
#000000
(0,0,0)

Tints of #DAFDAE

#DAFDAE
(218,253,174)
#DDFDB5
(221,253,181)
#E0FDBC
(224,253,188)
#E3FDC3
(227,253,195)
#E6FDCA
(230,253,202)
#E9FDD1
(233,253,209)
#ECFDD8
(236,253,216)
#EFFDDF
(239,253,223)
#F2FDE6
(242,253,230)
#F5FDED
(245,253,237)
#F8FDF4
(248,253,244)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #DAFDAE color. Also use rgb(218,253,174) instead hex code.

Text Font Color

.myTextColor { color: #DAFDAE; }

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

This text font color is #DAFDAE.


Background Color

.myBgColor { background-color: #DAFDAE; }

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

This div background color is #DAFDAE.


Border color

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

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

This div border color is #DAFDAE.


Opacity

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

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

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

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

This text has shadow with #DAFDAE color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #DAFDAE on black background.


Color preview on white background

This text has color #DAFDAE on white background.



Black color preview on #DAFDAE background

This text has black color on #DAFDAE background.


White color preview on #DAFDAE background

This text has white color on #DAFDAE background.