COLOR #DAEED1

HEX: #DAEED1
RGB: (218,238,209)

Color info

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

RGB color model

#DAEED1 color RGB value is (218,238,209).

  • red value is 218;
  • green value is 238;
  • blue value is 209.
RGB:
(218,238,209)
(85%,93%,82%)

RGB channels and saturation

R 218 of 255 = 85%
G 238 of 255 = 93%
B 209 of 255 = 82%

218
238
209

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

Portions of RGB colors in percentages

R + G + B =
218 + 238 + 209 = 665 (100%)
R 218 of 665 ~ 32.78%
G 238 of 665 ~ 35.79%
B 209 of 665 ~ 31.43%

%32.78
%35.79
%31.43

CMYK color model

#DAEED1 color CMYK value is (8,0,12,7).

  • cyan value is 8.40%
  • magenta value is 0.00%
  • yellow value is 12.18%
  • key color value is 6.67%
CMYK:
(8,0,12,7)
C8M0Y12K7 
(8%,0%,12%,7%)
(0.08/0.00/0.12/0.07)	

CMYK percentages

%8.4
%0
%12.18
%6.67

Codes

Color #DAEED1 in popluar color models

DAEED1
RGB218238209
HSL101°46.03%87.65%
HSB/HSV101°12.18%93.33%
CMYK8.40%0.00%12.18%
6.67%

Color #DAEED1 in popluar number systems.

HEXDAEED1
Decimal218238209
Binary110110101110111011010001
Octal332356321

Shades and tints

Shades of #DAEED1

#DAEED1
(218,238,209)
#C7D9BE
(199,217,190)
#B4C4AB
(180,196,171)
#A1AF98
(161,175,152)
#8E9A85
(142,154,133)
#7B8572
(123,133,114)
#68705F
(104,112,95)
#555B4C
(85,91,76)
#424639
(66,70,57)
#2F3126
(47,49,38)
#1C1C13
(28,28,19)
#000000
(0,0,0)

Tints of #DAEED1

#DAEED1
(218,238,209)
#DDEFD5
(221,239,213)
#E0F0D9
(224,240,217)
#E3F1DD
(227,241,221)
#E6F2E1
(230,242,225)
#E9F3E5
(233,243,229)
#ECF4E9
(236,244,233)
#EFF5ED
(239,245,237)
#F2F6F1
(242,246,241)
#F5F7F5
(245,247,245)
#F8F8F9
(248,248,249)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #DAEED1 color. Also use rgb(218,238,209) instead hex code.

Text Font Color

.myTextColor { color: #DAEED1; }

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

This text font color is #DAEED1.


Background Color

.myBgColor { background-color: #DAEED1; }

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

This div background color is #DAEED1.


Border color

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

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

This div border color is #DAEED1.


Opacity

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

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

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

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

This text has shadow with #DAEED1 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #DAEED1 on black background.


Color preview on white background

This text has color #DAEED1 on white background.



Black color preview on #DAEED1 background

This text has black color on #DAEED1 background.


White color preview on #DAEED1 background

This text has white color on #DAEED1 background.