COLOR #DAE4DC

HEX: #DAE4DC
RGB: (218,228,220)

Color info

#DAE4DC contains red, green and blue colors in about the same proportion. Web safe color of #DAE4DC is #CCCCCC (or #CCC).

RGB color model

#DAE4DC color RGB value is (218,228,220).

  • red value is 218;
  • green value is 228;
  • blue value is 220.
RGB:
(218,228,220)
(85%,89%,86%)

RGB channels and saturation

R 218 of 255 = 85%
G 228 of 255 = 89%
B 220 of 255 = 86%

218
228
220

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

Portions of RGB colors in percentages

R + G + B =
218 + 228 + 220 = 666 (100%)
R 218 of 666 ~ 32.73%
G 228 of 666 ~ 34.23%
B 220 of 666 ~ 33.03%

%32.73
%34.23
%33.03

CMYK color model

#DAE4DC color CMYK value is (4,0,4,11).

  • cyan value is 4.39%
  • magenta value is 0.00%
  • yellow value is 3.51%
  • key color value is 10.59%
CMYK:
(4,0,4,11)
C4M0Y4K11 
(4%,0%,4%,11%)
(0.04/0.00/0.04/0.11)	

CMYK percentages

%4.39
%0
%3.51
%10.59

Codes

Color #DAE4DC in popluar color models

DAE4DC
RGB218228220
HSL132°15.63%87.45%
HSB/HSV132°4.39%89.41%
CMYK4.39%0.00%3.51%
10.59%

Color #DAE4DC in popluar number systems.

HEXDAE4DC
Decimal218228220
Binary110110101110010011011100
Octal332344334

Shades and tints

Shades of #DAE4DC

#DAE4DC
(218,228,220)
#C7D0C8
(199,208,200)
#B4BCB4
(180,188,180)
#A1A8A0
(161,168,160)
#8E948C
(142,148,140)
#7B8078
(123,128,120)
#686C64
(104,108,100)
#555850
(85,88,80)
#42443C
(66,68,60)
#2F3028
(47,48,40)
#1C1C14
(28,28,20)
#000000
(0,0,0)

Tints of #DAE4DC

#DAE4DC
(218,228,220)
#DDE6DF
(221,230,223)
#E0E8E2
(224,232,226)
#E3EAE5
(227,234,229)
#E6ECE8
(230,236,232)
#E9EEEB
(233,238,235)
#ECF0EE
(236,240,238)
#EFF2F1
(239,242,241)
#F2F4F4
(242,244,244)
#F5F6F7
(245,246,247)
#F8F8FA
(248,248,250)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #DAE4DC color. Also use rgb(218,228,220) instead hex code.

Text Font Color

.myTextColor { color: #DAE4DC; }

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

This text font color is #DAE4DC.


Background Color

.myBgColor { background-color: #DAE4DC; }

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

This div background color is #DAE4DC.


Border color

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

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

This div border color is #DAE4DC.


Opacity

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

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

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

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

This text has shadow with #DAE4DC color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #DAE4DC on black background.


Color preview on white background

This text has color #DAE4DC on white background.



Black color preview on #DAE4DC background

This text has black color on #DAE4DC background.


White color preview on #DAE4DC background

This text has white color on #DAE4DC background.