COLOR #DAF4CE

HEX: #DAF4CE
RGB: (218,244,206)

Color info

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

RGB color model

#DAF4CE color RGB value is (218,244,206).

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

RGB channels and saturation

R 218 of 255 = 85%
G 244 of 255 = 96%
B 206 of 255 = 81%

218
244
206

R + G + B ~ 87%. #DAF4CE is light color.

Portions of RGB colors in percentages

R + G + B =
218 + 244 + 206 = 668 (100%)
R 218 of 668 ~ 32.63%
G 244 of 668 ~ 36.53%
B 206 of 668 ~ 30.84%

%32.63
%36.53
%30.84

CMYK color model

#DAF4CE color CMYK value is (11,0,16,4).

  • cyan value is 10.66%
  • magenta value is 0.00%
  • yellow value is 15.57%
  • key color value is 4.31%
CMYK:
(11,0,16,4)
C11M0Y16K4 
(11%,0%,16%,4%)
(0.11/0.00/0.16/0.04)	

CMYK percentages

%10.66
%0
%15.57
%4.31

Codes

Color #DAF4CE in popluar color models

DAF4CE
RGB218244206
HSL101°63.33%88.24%
HSB/HSV101°15.57%95.69%
CMYK10.66%0.00%15.57%
4.31%

Color #DAF4CE in popluar number systems.

HEXDAF4CE
Decimal218244206
Binary110110101111010011001110
Octal332364316

Shades and tints

Shades of #DAF4CE

#DAF4CE
(218,244,206)
#C7DEBC
(199,222,188)
#B4C8AA
(180,200,170)
#A1B298
(161,178,152)
#8E9C86
(142,156,134)
#7B8674
(123,134,116)
#687062
(104,112,98)
#555A50
(85,90,80)
#42443E
(66,68,62)
#2F2E2C
(47,46,44)
#1C181A
(28,24,26)
#000000
(0,0,0)

Tints of #DAF4CE

#DAF4CE
(218,244,206)
#DDF5D2
(221,245,210)
#E0F6D6
(224,246,214)
#E3F7DA
(227,247,218)
#E6F8DE
(230,248,222)
#E9F9E2
(233,249,226)
#ECFAE6
(236,250,230)
#EFFBEA
(239,251,234)
#F2FCEE
(242,252,238)
#F5FDF2
(245,253,242)
#F8FEF6
(248,254,246)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #DAF4CE; }

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

This text font color is #DAF4CE.


Background Color

.myBgColor { background-color: #DAF4CE; }

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

This div background color is #DAF4CE.


Border color

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

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

This div border color is #DAF4CE.


Opacity

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

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

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

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

This text has shadow with #DAF4CE color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #DAF4CE on black background.


Color preview on white background

This text has color #DAF4CE on white background.



Black color preview on #DAF4CE background

This text has black color on #DAF4CE background.


White color preview on #DAF4CE background

This text has white color on #DAF4CE background.