COLOR #DAE4D7

HEX: #DAE4D7
RGB: (218,228,215)

Color info

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

RGB color model

#DAE4D7 color RGB value is (218,228,215).

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

RGB channels and saturation

R 218 of 255 = 85%
G 228 of 255 = 89%
B 215 of 255 = 84%

218
228
215

R + G + B ~ 86%. #DAE4D7 is light color.

Portions of RGB colors in percentages

R + G + B =
218 + 228 + 215 = 661 (100%)
R 218 of 661 ~ 32.98%
G 228 of 661 ~ 34.49%
B 215 of 661 ~ 32.53%

%32.98
%34.49
%32.53

CMYK color model

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

  • cyan value is 4.39%
  • magenta value is 0.00%
  • yellow value is 5.70%
  • key color value is 10.59%
CMYK:
(4,0,6,11)
C4M0Y6K11 
(4%,0%,6%,11%)
(0.04/0.00/0.06/0.11)	

CMYK percentages

%4.39
%0
%5.7
%10.59

Codes

Color #DAE4D7 in popluar color models

DAE4D7
RGB218228215
HSL106°19.40%86.86%
HSB/HSV106°5.70%89.41%
CMYK4.39%0.00%5.70%
10.59%

Color #DAE4D7 in popluar number systems.

HEXDAE4D7
Decimal218228215
Binary110110101110010011010111
Octal332344327

Shades and tints

Shades of #DAE4D7

#DAE4D7
(218,228,215)
#C7D0C4
(199,208,196)
#B4BCB1
(180,188,177)
#A1A89E
(161,168,158)
#8E948B
(142,148,139)
#7B8078
(123,128,120)
#686C65
(104,108,101)
#555852
(85,88,82)
#42443F
(66,68,63)
#2F302C
(47,48,44)
#1C1C19
(28,28,25)
#000000
(0,0,0)

Tints of #DAE4D7

#DAE4D7
(218,228,215)
#DDE6DA
(221,230,218)
#E0E8DD
(224,232,221)
#E3EAE0
(227,234,224)
#E6ECE3
(230,236,227)
#E9EEE6
(233,238,230)
#ECF0E9
(236,240,233)
#EFF2EC
(239,242,236)
#F2F4EF
(242,244,239)
#F5F6F2
(245,246,242)
#F8F8F5
(248,248,245)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #DAE4D7; }

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

This text font color is #DAE4D7.


Background Color

.myBgColor { background-color: #DAE4D7; }

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

This div background color is #DAE4D7.


Border color

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

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

This div border color is #DAE4D7.


Opacity

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

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

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

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

This text has shadow with #DAE4D7 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #DAE4D7 on black background.


Color preview on white background

This text has color #DAE4D7 on white background.



Black color preview on #DAE4D7 background

This text has black color on #DAE4D7 background.


White color preview on #DAE4D7 background

This text has white color on #DAE4D7 background.