COLOR #DAFEB8

HEX: #DAFEB8
RGB: (218,254,184)

Color info

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

RGB color model

#DAFEB8 color RGB value is (218,254,184).

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

RGB channels and saturation

R 218 of 255 = 85%
G 254 of 255 = 100%
B 184 of 255 = 72%

218
254
184

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

Portions of RGB colors in percentages

R + G + B =
218 + 254 + 184 = 656 (100%)
R 218 of 656 ~ 33.23%
G 254 of 656 ~ 38.72%
B 184 of 656 ~ 28.05%

%33.23
%38.72
%28.05

CMYK color model

#DAFEB8 color CMYK value is (14,0,28,0).

  • cyan value is 14.17%
  • magenta value is 0.00%
  • yellow value is 27.56%
  • key color value is 0.39%
CMYK:
(14,0,28,0)
C14M0Y28K0 
(14%,0%,28%,0%)
(0.14/0.00/0.28/0.00)	

CMYK percentages

%14.17
%0
%27.56
%0.39

Codes

Color #DAFEB8 in popluar color models

DAFEB8
RGB218254184
HSL91°97.22%85.88%
HSB/HSV91°27.56%99.61%
CMYK14.17%0.00%27.56%
0.39%

Color #DAFEB8 in popluar number systems.

HEXDAFEB8
Decimal218254184
Binary110110101111111010111000
Octal332376270

Shades and tints

Shades of #DAFEB8

#DAFEB8
(218,254,184)
#C7E7A8
(199,231,168)
#B4D098
(180,208,152)
#A1B988
(161,185,136)
#8EA278
(142,162,120)
#7B8B68
(123,139,104)
#687458
(104,116,88)
#555D48
(85,93,72)
#424638
(66,70,56)
#2F2F28
(47,47,40)
#1C1818
(28,24,24)
#000000
(0,0,0)

Tints of #DAFEB8

#DAFEB8
(218,254,184)
#DDFEBE
(221,254,190)
#E0FEC4
(224,254,196)
#E3FECA
(227,254,202)
#E6FED0
(230,254,208)
#E9FED6
(233,254,214)
#ECFEDC
(236,254,220)
#EFFEE2
(239,254,226)
#F2FEE8
(242,254,232)
#F5FEEE
(245,254,238)
#F8FEF4
(248,254,244)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #DAFEB8; }

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

This text font color is #DAFEB8.


Background Color

.myBgColor { background-color: #DAFEB8; }

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

This div background color is #DAFEB8.


Border color

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

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

This div border color is #DAFEB8.


Opacity

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

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

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

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

This text has shadow with #DAFEB8 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #DAFEB8 on black background.


Color preview on white background

This text has color #DAFEB8 on white background.



Black color preview on #DAFEB8 background

This text has black color on #DAFEB8 background.


White color preview on #DAFEB8 background

This text has white color on #DAFEB8 background.