COLOR #DAF1CE

HEX: #DAF1CE
RGB: (218,241,206)

Color info

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

RGB color model

#DAF1CE color RGB value is (218,241,206).

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

RGB channels and saturation

R 218 of 255 = 85%
G 241 of 255 = 95%
B 206 of 255 = 81%

218
241
206

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

Portions of RGB colors in percentages

R + G + B =
218 + 241 + 206 = 665 (100%)
R 218 of 665 ~ 32.78%
G 241 of 665 ~ 36.24%
B 206 of 665 ~ 30.98%

%32.78
%36.24
%30.98

CMYK color model

#DAF1CE color CMYK value is (10,0,15,5).

  • cyan value is 9.54%
  • magenta value is 0.00%
  • yellow value is 14.52%
  • key color value is 5.49%
CMYK:
(10,0,15,5)
C10M0Y15K5 
(10%,0%,15%,5%)
(0.10/0.00/0.15/0.05)	

CMYK percentages

%9.54
%0
%14.52
%5.49

Codes

Color #DAF1CE in popluar color models

DAF1CE
RGB218241206
HSL99°55.56%87.65%
HSB/HSV99°14.52%94.51%
CMYK9.54%0.00%14.52%
5.49%

Color #DAF1CE in popluar number systems.

HEXDAF1CE
Decimal218241206
Binary110110101111000111001110
Octal332361316

Shades and tints

Shades of #DAF1CE

#DAF1CE
(218,241,206)
#C7DCBC
(199,220,188)
#B4C7AA
(180,199,170)
#A1B298
(161,178,152)
#8E9D86
(142,157,134)
#7B8874
(123,136,116)
#687362
(104,115,98)
#555E50
(85,94,80)
#42493E
(66,73,62)
#2F342C
(47,52,44)
#1C1F1A
(28,31,26)
#000000
(0,0,0)

Tints of #DAF1CE

#DAF1CE
(218,241,206)
#DDF2D2
(221,242,210)
#E0F3D6
(224,243,214)
#E3F4DA
(227,244,218)
#E6F5DE
(230,245,222)
#E9F6E2
(233,246,226)
#ECF7E6
(236,247,230)
#EFF8EA
(239,248,234)
#F2F9EE
(242,249,238)
#F5FAF2
(245,250,242)
#F8FBF6
(248,251,246)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #DAF1CE; }

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

This text font color is #DAF1CE.


Background Color

.myBgColor { background-color: #DAF1CE; }

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

This div background color is #DAF1CE.


Border color

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

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

This div border color is #DAF1CE.


Opacity

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

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

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

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

This text has shadow with #DAF1CE color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #DAF1CE on black background.


Color preview on white background

This text has color #DAF1CE on white background.



Black color preview on #DAF1CE background

This text has black color on #DAF1CE background.


White color preview on #DAF1CE background

This text has white color on #DAF1CE background.