COLOR #DAFBCE

HEX: #DAFBCE
RGB: (218,251,206)

Color info

#DAFBCE contains red, green and blue colors in about the same proportion. Web safe color of #DAFBCE is #CCFFCC (or #CFC).

RGB color model

#DAFBCE color RGB value is (218,251,206).

  • red value is 218;
  • green value is 251;
  • blue value is 206.
RGB:
(218,251,206)
(85%,98%,81%)

RGB channels and saturation

R 218 of 255 = 85%
G 251 of 255 = 98%
B 206 of 255 = 81%

218
251
206

R + G + B ~ 88%. #DAFBCE is light color.

Portions of RGB colors in percentages

R + G + B =
218 + 251 + 206 = 675 (100%)
R 218 of 675 ~ 32.3%
G 251 of 675 ~ 37.19%
B 206 of 675 ~ 30.52%

%32.3
%37.19
%30.52

CMYK color model

#DAFBCE color CMYK value is (13,0,18,2).

  • cyan value is 13.15%
  • magenta value is 0.00%
  • yellow value is 17.93%
  • key color value is 1.57%
CMYK:
(13,0,18,2)
C13M0Y18K2 
(13%,0%,18%,2%)
(0.13/0.00/0.18/0.02)	

CMYK percentages

%13.15
%0
%17.93
%1.57

Codes

Color #DAFBCE in popluar color models

DAFBCE
RGB218251206
HSL104°84.91%89.61%
HSB/HSV104°17.93%98.43%
CMYK13.15%0.00%17.93%
1.57%

Color #DAFBCE in popluar number systems.

HEXDAFBCE
Decimal218251206
Binary110110101111101111001110
Octal332373316

Shades and tints

Shades of #DAFBCE

#DAFBCE
(218,251,206)
#C7E5BC
(199,229,188)
#B4CFAA
(180,207,170)
#A1B998
(161,185,152)
#8EA386
(142,163,134)
#7B8D74
(123,141,116)
#687762
(104,119,98)
#556150
(85,97,80)
#424B3E
(66,75,62)
#2F352C
(47,53,44)
#1C1F1A
(28,31,26)
#000000
(0,0,0)

Tints of #DAFBCE

#DAFBCE
(218,251,206)
#DDFBD2
(221,251,210)
#E0FBD6
(224,251,214)
#E3FBDA
(227,251,218)
#E6FBDE
(230,251,222)
#E9FBE2
(233,251,226)
#ECFBE6
(236,251,230)
#EFFBEA
(239,251,234)
#F2FBEE
(242,251,238)
#F5FBF2
(245,251,242)
#F8FBF6
(248,251,246)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #DAFBCE color. Also use rgb(218,251,206) instead hex code.

Text Font Color

.myTextColor { color: #DAFBCE; }

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

This text font color is #DAFBCE.


Background Color

.myBgColor { background-color: #DAFBCE; }

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

This div background color is #DAFBCE.


Border color

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

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

This div border color is #DAFBCE.


Opacity

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

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

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

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

This text has shadow with #DAFBCE color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #DAFBCE on black background.


Color preview on white background

This text has color #DAFBCE on white background.



Black color preview on #DAFBCE background

This text has black color on #DAFBCE background.


White color preview on #DAFBCE background

This text has white color on #DAFBCE background.