COLOR #DAF5DE

HEX: #DAF5DE
RGB: (218,245,222)

Color info

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

RGB color model

#DAF5DE color RGB value is (218,245,222).

  • red value is 218;
  • green value is 245;
  • blue value is 222.
RGB:
(218,245,222)
(85%,96%,87%)

RGB channels and saturation

R 218 of 255 = 85%
G 245 of 255 = 96%
B 222 of 255 = 87%

218
245
222

R + G + B ~ 89%. #DAF5DE is light color.

Portions of RGB colors in percentages

R + G + B =
218 + 245 + 222 = 685 (100%)
R 218 of 685 ~ 31.82%
G 245 of 685 ~ 35.77%
B 222 of 685 ~ 32.41%

%31.82
%35.77
%32.41

CMYK color model

#DAF5DE color CMYK value is (11,0,9,4).

  • cyan value is 11.02%
  • magenta value is 0.00%
  • yellow value is 9.39%
  • key color value is 3.92%
CMYK:
(11,0,9,4)
C11M0Y9K4 
(11%,0%,9%,4%)
(0.11/0.00/0.09/0.04)	

CMYK percentages

%11.02
%0
%9.39
%3.92

Codes

Color #DAF5DE in popluar color models

DAF5DE
RGB218245222
HSL129°57.45%90.78%
HSB/HSV129°11.02%96.08%
CMYK11.02%0.00%9.39%
3.92%

Color #DAF5DE in popluar number systems.

HEXDAF5DE
Decimal218245222
Binary110110101111010111011110
Octal332365336

Shades and tints

Shades of #DAF5DE

#DAF5DE
(218,245,222)
#C7DFCA
(199,223,202)
#B4C9B6
(180,201,182)
#A1B3A2
(161,179,162)
#8E9D8E
(142,157,142)
#7B877A
(123,135,122)
#687166
(104,113,102)
#555B52
(85,91,82)
#42453E
(66,69,62)
#2F2F2A
(47,47,42)
#1C1916
(28,25,22)
#000000
(0,0,0)

Tints of #DAF5DE

#DAF5DE
(218,245,222)
#DDF5E1
(221,245,225)
#E0F5E4
(224,245,228)
#E3F5E7
(227,245,231)
#E6F5EA
(230,245,234)
#E9F5ED
(233,245,237)
#ECF5F0
(236,245,240)
#EFF5F3
(239,245,243)
#F2F5F6
(242,245,246)
#F5F5F9
(245,245,249)
#F8F5FC
(248,245,252)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #DAF5DE color. Also use rgb(218,245,222) instead hex code.

Text Font Color

.myTextColor { color: #DAF5DE; }

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

This text font color is #DAF5DE.


Background Color

.myBgColor { background-color: #DAF5DE; }

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

This div background color is #DAF5DE.


Border color

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

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

This div border color is #DAF5DE.


Opacity

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

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

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

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

This text has shadow with #DAF5DE color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #DAF5DE on black background.


Color preview on white background

This text has color #DAF5DE on white background.



Black color preview on #DAF5DE background

This text has black color on #DAF5DE background.


White color preview on #DAF5DE background

This text has white color on #DAF5DE background.