COLOR #DAFFB9

HEX: #DAFFB9
RGB: (218,255,185)

Color info

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

RGB color model

#DAFFB9 color RGB value is (218,255,185).

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

RGB channels and saturation

R 218 of 255 = 85%
G 255 of 255 = 100%
B 185 of 255 = 73%

218
255
185

R + G + B ~ 86%. #DAFFB9 is light color.

Portions of RGB colors in percentages

R + G + B =
218 + 255 + 185 = 658 (100%)
R 218 of 658 ~ 33.13%
G 255 of 658 ~ 38.75%
B 185 of 658 ~ 28.12%

%33.13
%38.75
%28.12

CMYK color model

#DAFFB9 color CMYK value is (15,0,27,0).

  • cyan value is 14.51%
  • magenta value is 0.00%
  • yellow value is 27.45%
  • key color value is 0.00%
CMYK:
(15,0,27,0)
C15M0Y27K0 
(15%,0%,27%,0%)
(0.15/0.00/0.27/0.00)	

CMYK percentages

%14.51
%0
%27.45
%0

Codes

Color #DAFFB9 in popluar color models

DAFFB9
RGB218255185
HSL92°100.00%86.27%
HSB/HSV92°27.45%100.00%
CMYK14.51%0.00%27.45%
0.00%

Color #DAFFB9 in popluar number systems.

HEXDAFFB9
Decimal218255185
Binary110110101111111110111001
Octal332377271

Shades and tints

Shades of #DAFFB9

#DAFFB9
(218,255,185)
#C7E8A9
(199,232,169)
#B4D199
(180,209,153)
#A1BA89
(161,186,137)
#8EA379
(142,163,121)
#7B8C69
(123,140,105)
#687559
(104,117,89)
#555E49
(85,94,73)
#424739
(66,71,57)
#2F3029
(47,48,41)
#1C1919
(28,25,25)
#000000
(0,0,0)

Tints of #DAFFB9

#DAFFB9
(218,255,185)
#DDFFBF
(221,255,191)
#E0FFC5
(224,255,197)
#E3FFCB
(227,255,203)
#E6FFD1
(230,255,209)
#E9FFD7
(233,255,215)
#ECFFDD
(236,255,221)
#EFFFE3
(239,255,227)
#F2FFE9
(242,255,233)
#F5FFEF
(245,255,239)
#F8FFF5
(248,255,245)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #DAFFB9; }

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

This text font color is #DAFFB9.


Background Color

.myBgColor { background-color: #DAFFB9; }

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

This div background color is #DAFFB9.


Border color

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

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

This div border color is #DAFFB9.


Opacity

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

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

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

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

This text has shadow with #DAFFB9 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #DAFFB9 on black background.


Color preview on white background

This text has color #DAFFB9 on white background.



Black color preview on #DAFFB9 background

This text has black color on #DAFFB9 background.


White color preview on #DAFFB9 background

This text has white color on #DAFFB9 background.