COLOR #DAF9CE

HEX: #DAF9CE
RGB: (218,249,206)

Color info

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

RGB color model

#DAF9CE color RGB value is (218,249,206).

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

RGB channels and saturation

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

218
249
206

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

Portions of RGB colors in percentages

R + G + B =
218 + 249 + 206 = 673 (100%)
R 218 of 673 ~ 32.39%
G 249 of 673 ~ 37%
B 206 of 673 ~ 30.61%

%32.39
%37
%30.61

CMYK color model

#DAF9CE color CMYK value is (12,0,17,2).

  • cyan value is 12.45%
  • magenta value is 0.00%
  • yellow value is 17.27%
  • key color value is 2.35%
CMYK:
(12,0,17,2)
C12M0Y17K2 
(12%,0%,17%,2%)
(0.12/0.00/0.17/0.02)	

CMYK percentages

%12.45
%0
%17.27
%2.35

Codes

Color #DAF9CE in popluar color models

DAF9CE
RGB218249206
HSL103°78.18%89.22%
HSB/HSV103°17.27%97.65%
CMYK12.45%0.00%17.27%
2.35%

Color #DAF9CE in popluar number systems.

HEXDAF9CE
Decimal218249206
Binary110110101111100111001110
Octal332371316

Shades and tints

Shades of #DAF9CE

#DAF9CE
(218,249,206)
#C7E3BC
(199,227,188)
#B4CDAA
(180,205,170)
#A1B798
(161,183,152)
#8EA186
(142,161,134)
#7B8B74
(123,139,116)
#687562
(104,117,98)
#555F50
(85,95,80)
#42493E
(66,73,62)
#2F332C
(47,51,44)
#1C1D1A
(28,29,26)
#000000
(0,0,0)

Tints of #DAF9CE

#DAF9CE
(218,249,206)
#DDF9D2
(221,249,210)
#E0F9D6
(224,249,214)
#E3F9DA
(227,249,218)
#E6F9DE
(230,249,222)
#E9F9E2
(233,249,226)
#ECF9E6
(236,249,230)
#EFF9EA
(239,249,234)
#F2F9EE
(242,249,238)
#F5F9F2
(245,249,242)
#F8F9F6
(248,249,246)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #DAF9CE; }

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

This text font color is #DAF9CE.


Background Color

.myBgColor { background-color: #DAF9CE; }

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

This div background color is #DAF9CE.


Border color

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

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

This div border color is #DAF9CE.


Opacity

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

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

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

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

This text has shadow with #DAF9CE color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #DAF9CE on black background.


Color preview on white background

This text has color #DAF9CE on white background.



Black color preview on #DAF9CE background

This text has black color on #DAF9CE background.


White color preview on #DAF9CE background

This text has white color on #DAF9CE background.