COLOR #DAEED0

HEX: #DAEED0
RGB: (218,238,208)

Color info

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

RGB color model

#DAEED0 color RGB value is (218,238,208).

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

RGB channels and saturation

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

218
238
208

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

Portions of RGB colors in percentages

R + G + B =
218 + 238 + 208 = 664 (100%)
R 218 of 664 ~ 32.83%
G 238 of 664 ~ 35.84%
B 208 of 664 ~ 31.33%

%32.83
%35.84
%31.33

CMYK color model

#DAEED0 color CMYK value is (8,0,13,7).

  • cyan value is 8.40%
  • magenta value is 0.00%
  • yellow value is 12.61%
  • key color value is 6.67%
CMYK:
(8,0,13,7)
C8M0Y13K7 
(8%,0%,13%,7%)
(0.08/0.00/0.13/0.07)	

CMYK percentages

%8.4
%0
%12.61
%6.67

Codes

Color #DAEED0 in popluar color models

DAEED0
RGB218238208
HSL100°46.88%87.45%
HSB/HSV100°12.61%93.33%
CMYK8.40%0.00%12.61%
6.67%

Color #DAEED0 in popluar number systems.

HEXDAEED0
Decimal218238208
Binary110110101110111011010000
Octal332356320

Shades and tints

Shades of #DAEED0

#DAEED0
(218,238,208)
#C7D9BE
(199,217,190)
#B4C4AC
(180,196,172)
#A1AF9A
(161,175,154)
#8E9A88
(142,154,136)
#7B8576
(123,133,118)
#687064
(104,112,100)
#555B52
(85,91,82)
#424640
(66,70,64)
#2F312E
(47,49,46)
#1C1C1C
(28,28,28)
#000000
(0,0,0)

Tints of #DAEED0

#DAEED0
(218,238,208)
#DDEFD4
(221,239,212)
#E0F0D8
(224,240,216)
#E3F1DC
(227,241,220)
#E6F2E0
(230,242,224)
#E9F3E4
(233,243,228)
#ECF4E8
(236,244,232)
#EFF5EC
(239,245,236)
#F2F6F0
(242,246,240)
#F5F7F4
(245,247,244)
#F8F8F8
(248,248,248)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #DAEED0; }

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

This text font color is #DAEED0.


Background Color

.myBgColor { background-color: #DAEED0; }

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

This div background color is #DAEED0.


Border color

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

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

This div border color is #DAEED0.


Opacity

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

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

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

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

This text has shadow with #DAEED0 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #DAEED0 on black background.


Color preview on white background

This text has color #DAEED0 on white background.



Black color preview on #DAEED0 background

This text has black color on #DAEED0 background.


White color preview on #DAEED0 background

This text has white color on #DAEED0 background.