COLOR #DAEFDD

HEX: #DAEFDD
RGB: (218,239,221)

Color info

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

RGB color model

#DAEFDD color RGB value is (218,239,221).

  • red value is 218;
  • green value is 239;
  • blue value is 221.
RGB:
(218,239,221)
(85%,94%,87%)

RGB channels and saturation

R 218 of 255 = 85%
G 239 of 255 = 94%
B 221 of 255 = 87%

218
239
221

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

Portions of RGB colors in percentages

R + G + B =
218 + 239 + 221 = 678 (100%)
R 218 of 678 ~ 32.15%
G 239 of 678 ~ 35.25%
B 221 of 678 ~ 32.6%

%32.15
%35.25
%32.6

CMYK color model

#DAEFDD color CMYK value is (9,0,8,6).

  • cyan value is 8.79%
  • magenta value is 0.00%
  • yellow value is 7.53%
  • key color value is 6.27%
CMYK:
(9,0,8,6)
C9M0Y8K6 
(9%,0%,8%,6%)
(0.09/0.00/0.08/0.06)	

CMYK percentages

%8.79
%0
%7.53
%6.27

Codes

Color #DAEFDD in popluar color models

DAEFDD
RGB218239221
HSL129°39.62%89.61%
HSB/HSV129°8.79%93.73%
CMYK8.79%0.00%7.53%
6.27%

Color #DAEFDD in popluar number systems.

HEXDAEFDD
Decimal218239221
Binary110110101110111111011101
Octal332357335

Shades and tints

Shades of #DAEFDD

#DAEFDD
(218,239,221)
#C7DAC9
(199,218,201)
#B4C5B5
(180,197,181)
#A1B0A1
(161,176,161)
#8E9B8D
(142,155,141)
#7B8679
(123,134,121)
#687165
(104,113,101)
#555C51
(85,92,81)
#42473D
(66,71,61)
#2F3229
(47,50,41)
#1C1D15
(28,29,21)
#000000
(0,0,0)

Tints of #DAEFDD

#DAEFDD
(218,239,221)
#DDF0E0
(221,240,224)
#E0F1E3
(224,241,227)
#E3F2E6
(227,242,230)
#E6F3E9
(230,243,233)
#E9F4EC
(233,244,236)
#ECF5EF
(236,245,239)
#EFF6F2
(239,246,242)
#F2F7F5
(242,247,245)
#F5F8F8
(245,248,248)
#F8F9FB
(248,249,251)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #DAEFDD color. Also use rgb(218,239,221) instead hex code.

Text Font Color

.myTextColor { color: #DAEFDD; }

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

This text font color is #DAEFDD.


Background Color

.myBgColor { background-color: #DAEFDD; }

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

This div background color is #DAEFDD.


Border color

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

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

This div border color is #DAEFDD.


Opacity

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

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

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

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

This text has shadow with #DAEFDD color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #DAEFDD on black background.


Color preview on white background

This text has color #DAEFDD on white background.



Black color preview on #DAEFDD background

This text has black color on #DAEFDD background.


White color preview on #DAEFDD background

This text has white color on #DAEFDD background.