COLOR #DAFFC9

HEX: #DAFFC9 RGB: (218,255,201)

Color info

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

RGB color model

#DAFFC9 color RGB value is (218,255,201).

RGB: (218,255,201) (85%, 100%, 79%)

RGB channels and saturation

R 218 of 255 = 85%
G 255 of 255 = 100%
B 201 of 255 = 79%

218
255
201

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

Portions of RGB colors in percentages

R + G + B = 218 + 255 + 201 = 674 (100%)
R 218 of 674 ~ 32.34%
G 255 of 674 ~ 37.83%
B 201 of 674 ~ 29.82'%

%32.34
%37.83
%29.82

CMYK color model

#DAFFC9 color CMYK value is (15,0,21,0).

  • cyan value is 14.51%
  • magenta value is 0.00%
  • yellow value is 21.18%
  • key color value is 0.00%

CMYK: (15,0,21,0)
C15M0Y21K0 (15%, 0%, 21%, 0%)
(0.15 / 0.00 / 0.21 / 0.00)

CMYK percentages

%14.51
%0
%21.18
%0

Codes

Color #DAFFC9 in popluar color models

DA FF C9
RGB 218 255 201
HSL 101° 100.00% 89.41%
HSB/HSV 101° 21.18% 100.00%
CMYK 14.51% 0.00% 21.18%
0.00%

Color #DAFFC9 in popluar number systems.

HEX DA FF C9
Decimal 218 255 201
Binary 11011010 11111111 11001001
Octal 332 377 311

Shades and tints

Shades of #DAFFC9

#DAFFC9
(218,255,201)
#C7E8B7
(199,232,183)
#B4D1A5
(180,209,165)
#A1BA93
(161,186,147)
#8EA381
(142,163,129)
#7B8C6F
(123,140,111)
#68755D
(104,117,93)
#555E4B
(85,94,75)
#424739
(66,71,57)
#2F3027
(47,48,39)
#1C1915
(28,25,21)
#000000
(0,0,0)

Tints of #DAFFC9

#DAFFC9
(218,255,201)
#DDFFCD
(221,255,205)
#E0FFD1
(224,255,209)
#E3FFD5
(227,255,213)
#E6FFD9
(230,255,217)
#E9FFDD
(233,255,221)
#ECFFE1
(236,255,225)
#EFFFE5
(239,255,229)
#F2FFE9
(242,255,233)
#F5FFED
(245,255,237)
#F8FFF1
(248,255,241)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #DAFFC9; }

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

This text font color is #DAFFC9.

Background Color

.myBgColor { background-color: #DAFFC9; }

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

This div background color is #DAFFC9.

Border color

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

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

This div border color is #DAFFC9.

Opacity

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

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

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

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

This text has shadow with #DAFFC9 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #DAFFC9.

Preview

Color preview on black background

This text has color #DAFFC9 on black background.


Color preview on white background

This text has color #DAFFC9 on white background.


Black color preview on #DAFFC9 background

This text has black color on #DAFFC9 background.


White color preview on #DAFFC9 background

This text has white color on #DAFFC9 background.


Related colors

Complementary color

Complementary color for #hex is #250036.


I love getcolorcode.com

Triadic colors

1 #C9DAFF and #FFC9DA with #DAFFC9 are triadic colors.

2 #C9FFDA and #FFDAC9 with #DAFFC9 are triadic colors.