COLOR #DAECDE

HEX: #DAECDE
RGB: (218,236,222)

Color info

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

RGB color model

#DAECDE color RGB value is (218,236,222).

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

RGB channels and saturation

R 218 of 255 = 85%
G 236 of 255 = 93%
B 222 of 255 = 87%

218
236
222

R + G + B ~ 88%. #DAECDE is light color.

Portions of RGB colors in percentages

R + G + B =
218 + 236 + 222 = 676 (100%)
R 218 of 676 ~ 32.25%
G 236 of 676 ~ 34.91%
B 222 of 676 ~ 32.84%

%32.25
%34.91
%32.84

CMYK color model

#DAECDE color CMYK value is (8,0,6,7).

  • cyan value is 7.63%
  • magenta value is 0.00%
  • yellow value is 5.93%
  • key color value is 7.45%
CMYK:
(8,0,6,7)
C8M0Y6K7 
(8%,0%,6%,7%)
(0.08/0.00/0.06/0.07)	

CMYK percentages

%7.63
%0
%5.93
%7.45

Codes

Color #DAECDE in popluar color models

DAECDE
RGB218236222
HSL133°32.14%89.02%
HSB/HSV133°7.63%92.55%
CMYK7.63%0.00%5.93%
7.45%

Color #DAECDE in popluar number systems.

HEXDAECDE
Decimal218236222
Binary110110101110110011011110
Octal332354336

Shades and tints

Shades of #DAECDE

#DAECDE
(218,236,222)
#C7D7CA
(199,215,202)
#B4C2B6
(180,194,182)
#A1ADA2
(161,173,162)
#8E988E
(142,152,142)
#7B837A
(123,131,122)
#686E66
(104,110,102)
#555952
(85,89,82)
#42443E
(66,68,62)
#2F2F2A
(47,47,42)
#1C1A16
(28,26,22)
#000000
(0,0,0)

Tints of #DAECDE

#DAECDE
(218,236,222)
#DDEDE1
(221,237,225)
#E0EEE4
(224,238,228)
#E3EFE7
(227,239,231)
#E6F0EA
(230,240,234)
#E9F1ED
(233,241,237)
#ECF2F0
(236,242,240)
#EFF3F3
(239,243,243)
#F2F4F6
(242,244,246)
#F5F5F9
(245,245,249)
#F8F6FC
(248,246,252)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #DAECDE; }

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

This text font color is #DAECDE.


Background Color

.myBgColor { background-color: #DAECDE; }

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

This div background color is #DAECDE.


Border color

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

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

This div border color is #DAECDE.


Opacity

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

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

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

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

This text has shadow with #DAECDE color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #DAECDE on black background.


Color preview on white background

This text has color #DAECDE on white background.



Black color preview on #DAECDE background

This text has black color on #DAECDE background.


White color preview on #DAECDE background

This text has white color on #DAECDE background.