COLOR #DAFFC2

HEX: #DAFFC2 RGB: (218,255,194)

Color info

#DAFFC2 contains mainly red and green colors. Web safe color of #DAFFC2 is #CCFFCC (or #CFC).

RGB color model

#DAFFC2 color RGB value is (218,255,194).

RGB: (218,255,194) (85%, 100%, 76%)

RGB channels and saturation

R 218 of 255 = 85%
G 255 of 255 = 100%
B 194 of 255 = 76%

218
255
194

R + G + B ~ 87%. #DAFFC2 is light color.

Portions of RGB colors in percentages

R + G + B = 218 + 255 + 194 = 667 (100%)
R 218 of 667 ~ 32.68%
G 255 of 667 ~ 38.23%
B 194 of 667 ~ 29.09'%

%32.68
%38.23
%29.09

CMYK color model

#DAFFC2 color CMYK value is (15,0,24,0).

  • cyan value is 14.51%
  • magenta value is 0.00%
  • yellow value is 23.92%
  • key color value is 0.00%
CMYK: (15,0,24,0) C15M0Y24K0 (15%,0%,24%,0%) (0.15/0.00/0.24/0.00) 

CMYK percentages

%14.51
%0
%23.92
%0

Codes

Color #DAFFC2 in popluar color models

DA FF C2
RGB 218 255 194
HSL 96° 100.00% 88.04%
HSB/HSV 96° 23.92% 100.00%
CMYK 14.51% 0.00% 23.92%
0.00%

Color #DAFFC2 in popluar number systems.

HEX DA FF C2
Decimal 218 255 194
Binary 11011010 11111111 11000010
Octal 332 377 302

Shades and tints

Shades of #DAFFC2

#DAFFC2
(218,255,194)
#C7E8B1
(199,232,177)
#B4D1A0
(180,209,160)
#A1BA8F
(161,186,143)
#8EA37E
(142,163,126)
#7B8C6D
(123,140,109)
#68755C
(104,117,92)
#555E4B
(85,94,75)
#42473A
(66,71,58)
#2F3029
(47,48,41)
#1C1918
(28,25,24)
#000000
(0,0,0)

Tints of #DAFFC2

#DAFFC2
(218,255,194)
#DDFFC7
(221,255,199)
#E0FFCC
(224,255,204)
#E3FFD1
(227,255,209)
#E6FFD6
(230,255,214)
#E9FFDB
(233,255,219)
#ECFFE0
(236,255,224)
#EFFFE5
(239,255,229)
#F2FFEA
(242,255,234)
#F5FFEF
(245,255,239)
#F8FFF4
(248,255,244)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #DAFFC2; }

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

This text font color is #DAFFC2.

Background Color

.myBgColor { background-color: #DAFFC2; }

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

This div background color is #DAFFC2.

Border color

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

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

This div border color is #DAFFC2.

Opacity

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

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

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

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

This text has shadow with #DAFFC2 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #DAFFC2.

Preview

Color preview on black background

This text has color #DAFFC2 on black background.


Color preview on white background

This text has color #DAFFC2 on white background.


Black color preview on #DAFFC2 background

This text has black color on #DAFFC2 background.


White color preview on #DAFFC2 background

This text has white color on #DAFFC2 background.


Related colors

Complementary color

Complementary color for #hex is #25003D.


I love getcolorcode.com

Triadic colors

1 #C2DAFF and #FFC2DA with #DAFFC2 are triadic colors.

2 #C2FFDA and #FFDAC2 with #DAFFC2 are triadic colors.