COLOR #DAFFC8

HEX: #DAFFC8
RGB: (218,255,200)

Color info

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

RGB color model

#DAFFC8 color RGB value is (218,255,200).

  • red value is 218;
  • green value is 255;
  • blue value is 200.
RGB:
(218,255,200)
(85%,100%,78%)

RGB channels and saturation

R 218 of 255 = 85%
G 255 of 255 = 100%
B 200 of 255 = 78%

218
255
200

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

Portions of RGB colors in percentages

R + G + B =
218 + 255 + 200 = 673 (100%)
R 218 of 673 ~ 32.39%
G 255 of 673 ~ 37.89%
B 200 of 673 ~ 29.72%

%32.39
%37.89
%29.72

CMYK color model

#DAFFC8 color CMYK value is (15,0,22,0).

  • cyan value is 14.51%
  • magenta value is 0.00%
  • yellow value is 21.57%
  • key color value is 0.00%
CMYK:
(15,0,22,0)
C15M0Y22K0 
(15%,0%,22%,0%)
(0.15/0.00/0.22/0.00)	

CMYK percentages

%14.51
%0
%21.57
%0

Codes

Color #DAFFC8 in popluar color models

DAFFC8
RGB218255200
HSL100°100.00%89.22%
HSB/HSV100°21.57%100.00%
CMYK14.51%0.00%21.57%
0.00%

Color #DAFFC8 in popluar number systems.

HEXDAFFC8
Decimal218255200
Binary110110101111111111001000
Octal332377310

Shades and tints

Shades of #DAFFC8

#DAFFC8
(218,255,200)
#C7E8B6
(199,232,182)
#B4D1A4
(180,209,164)
#A1BA92
(161,186,146)
#8EA380
(142,163,128)
#7B8C6E
(123,140,110)
#68755C
(104,117,92)
#555E4A
(85,94,74)
#424738
(66,71,56)
#2F3026
(47,48,38)
#1C1914
(28,25,20)
#000000
(0,0,0)

Tints of #DAFFC8

#DAFFC8
(218,255,200)
#DDFFCD
(221,255,205)
#E0FFD2
(224,255,210)
#E3FFD7
(227,255,215)
#E6FFDC
(230,255,220)
#E9FFE1
(233,255,225)
#ECFFE6
(236,255,230)
#EFFFEB
(239,255,235)
#F2FFF0
(242,255,240)
#F5FFF5
(245,255,245)
#F8FFFA
(248,255,250)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #DAFFC8 color. Also use rgb(218,255,200) instead hex code.

Text Font Color

.myTextColor { color: #DAFFC8; }

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

This text font color is #DAFFC8.


Background Color

.myBgColor { background-color: #DAFFC8; }

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

This div background color is #DAFFC8.


Border color

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

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

This div border color is #DAFFC8.


Opacity

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

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

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

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

This text has shadow with #DAFFC8 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #DAFFC8 on black background.


Color preview on white background

This text has color #DAFFC8 on white background.



Black color preview on #DAFFC8 background

This text has black color on #DAFFC8 background.


White color preview on #DAFFC8 background

This text has white color on #DAFFC8 background.