COLOR #DAF4B3

HEX: #DAF4B3
RGB: (218,244,179)

Color info

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

RGB color model

#DAF4B3 color RGB value is (218,244,179).

  • red value is 218;
  • green value is 244;
  • blue value is 179.
RGB:
(218,244,179)
(85%,96%,70%)

RGB channels and saturation

R 218 of 255 = 85%
G 244 of 255 = 96%
B 179 of 255 = 70%

218
244
179

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

Portions of RGB colors in percentages

R + G + B =
218 + 244 + 179 = 641 (100%)
R 218 of 641 ~ 34.01%
G 244 of 641 ~ 38.07%
B 179 of 641 ~ 27.93%

%34.01
%38.07
%27.93

CMYK color model

#DAF4B3 color CMYK value is (11,0,27,4).

  • cyan value is 10.66%
  • magenta value is 0.00%
  • yellow value is 26.64%
  • key color value is 4.31%
CMYK:
(11,0,27,4)
C11M0Y27K4 
(11%,0%,27%,4%)
(0.11/0.00/0.27/0.04)	

CMYK percentages

%10.66
%0
%26.64
%4.31

Codes

Color #DAF4B3 in popluar color models

DAF4B3
RGB218244179
HSL84°74.71%82.94%
HSB/HSV84°26.64%95.69%
CMYK10.66%0.00%26.64%
4.31%

Color #DAF4B3 in popluar number systems.

HEXDAF4B3
Decimal218244179
Binary110110101111010010110011
Octal332364263

Shades and tints

Shades of #DAF4B3

#DAF4B3
(218,244,179)
#C7DEA3
(199,222,163)
#B4C893
(180,200,147)
#A1B283
(161,178,131)
#8E9C73
(142,156,115)
#7B8663
(123,134,99)
#687053
(104,112,83)
#555A43
(85,90,67)
#424433
(66,68,51)
#2F2E23
(47,46,35)
#1C1813
(28,24,19)
#000000
(0,0,0)

Tints of #DAF4B3

#DAF4B3
(218,244,179)
#DDF5B9
(221,245,185)
#E0F6BF
(224,246,191)
#E3F7C5
(227,247,197)
#E6F8CB
(230,248,203)
#E9F9D1
(233,249,209)
#ECFAD7
(236,250,215)
#EFFBDD
(239,251,221)
#F2FCE3
(242,252,227)
#F5FDE9
(245,253,233)
#F8FEEF
(248,254,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #DAF4B3 color. Also use rgb(218,244,179) instead hex code.

Text Font Color

.myTextColor { color: #DAF4B3; }

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

This text font color is #DAF4B3.


Background Color

.myBgColor { background-color: #DAF4B3; }

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

This div background color is #DAF4B3.


Border color

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

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

This div border color is #DAF4B3.


Opacity

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

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

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

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

This text has shadow with #DAF4B3 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #DAF4B3 on black background.


Color preview on white background

This text has color #DAF4B3 on white background.



Black color preview on #DAF4B3 background

This text has black color on #DAF4B3 background.


White color preview on #DAF4B3 background

This text has white color on #DAF4B3 background.