COLOR #DAFD96

HEX: #DAFD96
RGB: (218,253,150)

Color info

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

RGB color model

#DAFD96 color RGB value is (218,253,150).

  • red value is 218;
  • green value is 253;
  • blue value is 150.
RGB:
(218,253,150)
(85%,99%,59%)

RGB channels and saturation

R 218 of 255 = 85%
G 253 of 255 = 99%
B 150 of 255 = 59%

218
253
150

R + G + B ~ 81%. #DAFD96 is quite light color.

Portions of RGB colors in percentages

R + G + B =
218 + 253 + 150 = 621 (100%)
R 218 of 621 ~ 35.1%
G 253 of 621 ~ 40.74%
B 150 of 621 ~ 24.15%

%35.1
%40.74
%24.15

CMYK color model

#DAFD96 color CMYK value is (14,0,41,1).

  • cyan value is 13.83%
  • magenta value is 0.00%
  • yellow value is 40.71%
  • key color value is 0.78%
CMYK:
(14,0,41,1)
C14M0Y41K1 
(14%,0%,41%,1%)
(0.14/0.00/0.41/0.01)	

CMYK percentages

%13.83
%0
%40.71
%0.78

Codes

Color #DAFD96 in popluar color models

DAFD96
RGB218253150
HSL80°96.26%79.02%
HSB/HSV80°40.71%99.22%
CMYK13.83%0.00%40.71%
0.78%

Color #DAFD96 in popluar number systems.

HEXDAFD96
Decimal218253150
Binary110110101111110110010110
Octal332375226

Shades and tints

Shades of #DAFD96

#DAFD96
(218,253,150)
#C7E689
(199,230,137)
#B4CF7C
(180,207,124)
#A1B86F
(161,184,111)
#8EA162
(142,161,98)
#7B8A55
(123,138,85)
#687348
(104,115,72)
#555C3B
(85,92,59)
#42452E
(66,69,46)
#2F2E21
(47,46,33)
#1C1714
(28,23,20)
#000000
(0,0,0)

Tints of #DAFD96

#DAFD96
(218,253,150)
#DDFD9F
(221,253,159)
#E0FDA8
(224,253,168)
#E3FDB1
(227,253,177)
#E6FDBA
(230,253,186)
#E9FDC3
(233,253,195)
#ECFDCC
(236,253,204)
#EFFDD5
(239,253,213)
#F2FDDE
(242,253,222)
#F5FDE7
(245,253,231)
#F8FDF0
(248,253,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #DAFD96 color. Also use rgb(218,253,150) instead hex code.

Text Font Color

.myTextColor { color: #DAFD96; }

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

This text font color is #DAFD96.


Background Color

.myBgColor { background-color: #DAFD96; }

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

This div background color is #DAFD96.


Border color

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

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

This div border color is #DAFD96.


Opacity

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

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

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

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

This text has shadow with #DAFD96 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #DAFD96 on black background.


Color preview on white background

This text has color #DAFD96 on white background.



Black color preview on #DAFD96 background

This text has black color on #DAFD96 background.


White color preview on #DAFD96 background

This text has white color on #DAFD96 background.