COLOR #DAF3DE

HEX: #DAF3DE
RGB: (218,243,222)

Color info

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

RGB color model

#DAF3DE color RGB value is (218,243,222).

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

RGB channels and saturation

R 218 of 255 = 85%
G 243 of 255 = 95%
B 222 of 255 = 87%

218
243
222

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

Portions of RGB colors in percentages

R + G + B =
218 + 243 + 222 = 683 (100%)
R 218 of 683 ~ 31.92%
G 243 of 683 ~ 35.58%
B 222 of 683 ~ 32.5%

%31.92
%35.58
%32.5

CMYK color model

#DAF3DE color CMYK value is (10,0,9,5).

  • cyan value is 10.29%
  • magenta value is 0.00%
  • yellow value is 8.64%
  • key color value is 4.71%
CMYK:
(10,0,9,5)
C10M0Y9K5 
(10%,0%,9%,5%)
(0.10/0.00/0.09/0.05)	

CMYK percentages

%10.29
%0
%8.64
%4.71

Codes

Color #DAF3DE in popluar color models

DAF3DE
RGB218243222
HSL130°51.02%90.39%
HSB/HSV130°10.29%95.29%
CMYK10.29%0.00%8.64%
4.71%

Color #DAF3DE in popluar number systems.

HEXDAF3DE
Decimal218243222
Binary110110101111001111011110
Octal332363336

Shades and tints

Shades of #DAF3DE

#DAF3DE
(218,243,222)
#C7DDCA
(199,221,202)
#B4C7B6
(180,199,182)
#A1B1A2
(161,177,162)
#8E9B8E
(142,155,142)
#7B857A
(123,133,122)
#686F66
(104,111,102)
#555952
(85,89,82)
#42433E
(66,67,62)
#2F2D2A
(47,45,42)
#1C1716
(28,23,22)
#000000
(0,0,0)

Tints of #DAF3DE

#DAF3DE
(218,243,222)
#DDF4E1
(221,244,225)
#E0F5E4
(224,245,228)
#E3F6E7
(227,246,231)
#E6F7EA
(230,247,234)
#E9F8ED
(233,248,237)
#ECF9F0
(236,249,240)
#EFFAF3
(239,250,243)
#F2FBF6
(242,251,246)
#F5FCF9
(245,252,249)
#F8FDFC
(248,253,252)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #DAF3DE; }

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

This text font color is #DAF3DE.


Background Color

.myBgColor { background-color: #DAF3DE; }

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

This div background color is #DAF3DE.


Border color

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

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

This div border color is #DAF3DE.


Opacity

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

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

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

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

This text has shadow with #DAF3DE color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #DAF3DE on black background.


Color preview on white background

This text has color #DAF3DE on white background.



Black color preview on #DAF3DE background

This text has black color on #DAF3DE background.


White color preview on #DAF3DE background

This text has white color on #DAF3DE background.