COLOR #DAF0CE

HEX: #DAF0CE
RGB: (218,240,206)

Color info

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

RGB color model

#DAF0CE color RGB value is (218,240,206).

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

RGB channels and saturation

R 218 of 255 = 85%
G 240 of 255 = 94%
B 206 of 255 = 81%

218
240
206

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

Portions of RGB colors in percentages

R + G + B =
218 + 240 + 206 = 664 (100%)
R 218 of 664 ~ 32.83%
G 240 of 664 ~ 36.14%
B 206 of 664 ~ 31.02%

%32.83
%36.14
%31.02

CMYK color model

#DAF0CE color CMYK value is (9,0,14,6).

  • cyan value is 9.17%
  • magenta value is 0.00%
  • yellow value is 14.17%
  • key color value is 5.88%
CMYK:
(9,0,14,6)
C9M0Y14K6 
(9%,0%,14%,6%)
(0.09/0.00/0.14/0.06)	

CMYK percentages

%9.17
%0
%14.17
%5.88

Codes

Color #DAF0CE in popluar color models

DAF0CE
RGB218240206
HSL99°53.13%87.45%
HSB/HSV99°14.17%94.12%
CMYK9.17%0.00%14.17%
5.88%

Color #DAF0CE in popluar number systems.

HEXDAF0CE
Decimal218240206
Binary110110101111000011001110
Octal332360316

Shades and tints

Shades of #DAF0CE

#DAF0CE
(218,240,206)
#C7DBBC
(199,219,188)
#B4C6AA
(180,198,170)
#A1B198
(161,177,152)
#8E9C86
(142,156,134)
#7B8774
(123,135,116)
#687262
(104,114,98)
#555D50
(85,93,80)
#42483E
(66,72,62)
#2F332C
(47,51,44)
#1C1E1A
(28,30,26)
#000000
(0,0,0)

Tints of #DAF0CE

#DAF0CE
(218,240,206)
#DDF1D2
(221,241,210)
#E0F2D6
(224,242,214)
#E3F3DA
(227,243,218)
#E6F4DE
(230,244,222)
#E9F5E2
(233,245,226)
#ECF6E6
(236,246,230)
#EFF7EA
(239,247,234)
#F2F8EE
(242,248,238)
#F5F9F2
(245,249,242)
#F8FAF6
(248,250,246)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #DAF0CE; }

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

This text font color is #DAF0CE.


Background Color

.myBgColor { background-color: #DAF0CE; }

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

This div background color is #DAF0CE.


Border color

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

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

This div border color is #DAF0CE.


Opacity

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

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

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

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

This text has shadow with #DAF0CE color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #DAF0CE on black background.


Color preview on white background

This text has color #DAF0CE on white background.



Black color preview on #DAF0CE background

This text has black color on #DAF0CE background.


White color preview on #DAF0CE background

This text has white color on #DAF0CE background.