COLOR #DAFEB2

HEX: #DAFEB2
RGB: (218,254,178)

Color info

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

RGB color model

#DAFEB2 color RGB value is (218,254,178).

  • red value is 218;
  • green value is 254;
  • blue value is 178.
RGB:
(218,254,178)
(85%,100%,70%)

RGB channels and saturation

R 218 of 255 = 85%
G 254 of 255 = 100%
B 178 of 255 = 70%

218
254
178

R + G + B ~ 85%. #DAFEB2 is quite light color.

Portions of RGB colors in percentages

R + G + B =
218 + 254 + 178 = 650 (100%)
R 218 of 650 ~ 33.54%
G 254 of 650 ~ 39.08%
B 178 of 650 ~ 27.38%

%33.54
%39.08
%27.38

CMYK color model

#DAFEB2 color CMYK value is (14,0,30,0).

  • cyan value is 14.17%
  • magenta value is 0.00%
  • yellow value is 29.92%
  • key color value is 0.39%
CMYK:
(14,0,30,0)
C14M0Y30K0 
(14%,0%,30%,0%)
(0.14/0.00/0.30/0.00)	

CMYK percentages

%14.17
%0
%29.92
%0.39

Codes

Color #DAFEB2 in popluar color models

DAFEB2
RGB218254178
HSL88°97.44%84.71%
HSB/HSV88°29.92%99.61%
CMYK14.17%0.00%29.92%
0.39%

Color #DAFEB2 in popluar number systems.

HEXDAFEB2
Decimal218254178
Binary110110101111111010110010
Octal332376262

Shades and tints

Shades of #DAFEB2

#DAFEB2
(218,254,178)
#C7E7A2
(199,231,162)
#B4D092
(180,208,146)
#A1B982
(161,185,130)
#8EA272
(142,162,114)
#7B8B62
(123,139,98)
#687452
(104,116,82)
#555D42
(85,93,66)
#424632
(66,70,50)
#2F2F22
(47,47,34)
#1C1812
(28,24,18)
#000000
(0,0,0)

Tints of #DAFEB2

#DAFEB2
(218,254,178)
#DDFEB9
(221,254,185)
#E0FEC0
(224,254,192)
#E3FEC7
(227,254,199)
#E6FECE
(230,254,206)
#E9FED5
(233,254,213)
#ECFEDC
(236,254,220)
#EFFEE3
(239,254,227)
#F2FEEA
(242,254,234)
#F5FEF1
(245,254,241)
#F8FEF8
(248,254,248)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #DAFEB2 color. Also use rgb(218,254,178) instead hex code.

Text Font Color

.myTextColor { color: #DAFEB2; }

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

This text font color is #DAFEB2.


Background Color

.myBgColor { background-color: #DAFEB2; }

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

This div background color is #DAFEB2.


Border color

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

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

This div border color is #DAFEB2.


Opacity

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

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

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

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

This text has shadow with #DAFEB2 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #DAFEB2 on black background.


Color preview on white background

This text has color #DAFEB2 on white background.



Black color preview on #DAFEB2 background

This text has black color on #DAFEB2 background.


White color preview on #DAFEB2 background

This text has white color on #DAFEB2 background.