COLOR #DAEDC8

HEX: #DAEDC8
RGB: (218,237,200)

Color info

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

RGB color model

#DAEDC8 color RGB value is (218,237,200).

  • red value is 218;
  • green value is 237;
  • blue value is 200.
RGB:
(218,237,200)
(85%,93%,78%)

RGB channels and saturation

R 218 of 255 = 85%
G 237 of 255 = 93%
B 200 of 255 = 78%

218
237
200

R + G + B ~ 85%. #DAEDC8 is quite light color.

Portions of RGB colors in percentages

R + G + B =
218 + 237 + 200 = 655 (100%)
R 218 of 655 ~ 33.28%
G 237 of 655 ~ 36.18%
B 200 of 655 ~ 30.53%

%33.28
%36.18
%30.53

CMYK color model

#DAEDC8 color CMYK value is (8,0,16,7).

  • cyan value is 8.02%
  • magenta value is 0.00%
  • yellow value is 15.61%
  • key color value is 7.06%
CMYK:
(8,0,16,7)
C8M0Y16K7 
(8%,0%,16%,7%)
(0.08/0.00/0.16/0.07)	

CMYK percentages

%8.02
%0
%15.61
%7.06

Codes

Color #DAEDC8 in popluar color models

DAEDC8
RGB218237200
HSL91°50.68%85.69%
HSB/HSV91°15.61%92.94%
CMYK8.02%0.00%15.61%
7.06%

Color #DAEDC8 in popluar number systems.

HEXDAEDC8
Decimal218237200
Binary110110101110110111001000
Octal332355310

Shades and tints

Shades of #DAEDC8

#DAEDC8
(218,237,200)
#C7D8B6
(199,216,182)
#B4C3A4
(180,195,164)
#A1AE92
(161,174,146)
#8E9980
(142,153,128)
#7B846E
(123,132,110)
#686F5C
(104,111,92)
#555A4A
(85,90,74)
#424538
(66,69,56)
#2F3026
(47,48,38)
#1C1B14
(28,27,20)
#000000
(0,0,0)

Tints of #DAEDC8

#DAEDC8
(218,237,200)
#DDEECD
(221,238,205)
#E0EFD2
(224,239,210)
#E3F0D7
(227,240,215)
#E6F1DC
(230,241,220)
#E9F2E1
(233,242,225)
#ECF3E6
(236,243,230)
#EFF4EB
(239,244,235)
#F2F5F0
(242,245,240)
#F5F6F5
(245,246,245)
#F8F7FA
(248,247,250)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #DAEDC8 color. Also use rgb(218,237,200) instead hex code.

Text Font Color

.myTextColor { color: #DAEDC8; }

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

This text font color is #DAEDC8.


Background Color

.myBgColor { background-color: #DAEDC8; }

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

This div background color is #DAEDC8.


Border color

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

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

This div border color is #DAEDC8.


Opacity

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

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

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

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

This text has shadow with #DAEDC8 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #DAEDC8 on black background.


Color preview on white background

This text has color #DAEDC8 on white background.



Black color preview on #DAEDC8 background

This text has black color on #DAEDC8 background.


White color preview on #DAEDC8 background

This text has white color on #DAEDC8 background.