COLOR #DAE4E5

HEX: #DAE4E5
RGB: (218,228,229)

Color info

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

RGB color model

#DAE4E5 color RGB value is (218,228,229).

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

RGB channels and saturation

R 218 of 255 = 85%
G 228 of 255 = 89%
B 229 of 255 = 90%

218
228
229

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

Portions of RGB colors in percentages

R + G + B =
218 + 228 + 229 = 675 (100%)
R 218 of 675 ~ 32.3%
G 228 of 675 ~ 33.78%
B 229 of 675 ~ 33.93%

%32.3
%33.78
%33.93

CMYK color model

#DAE4E5 color CMYK value is (5,0,0,10).

  • cyan value is 4.80%
  • magenta value is 0.44%
  • yellow value is 0.00%
  • key color value is 10.20%
CMYK:
(5,0,0,10)
C5M0Y0K10 
(5%,0%,0%,10%)
(0.05/0.00/0.00/0.10)	

CMYK percentages

%4.8
%0.44
%0
%10.2

Codes

Color #DAE4E5 in popluar color models

DAE4E5
RGB218228229
HSL185°17.46%87.65%
HSB/HSV185°4.80%89.80%
CMYK4.80%0.44%0.00%
10.20%

Color #DAE4E5 in popluar number systems.

HEXDAE4E5
Decimal218228229
Binary110110101110010011100101
Octal332344345

Shades and tints

Shades of #DAE4E5

#DAE4E5
(218,228,229)
#C7D0D1
(199,208,209)
#B4BCBD
(180,188,189)
#A1A8A9
(161,168,169)
#8E9495
(142,148,149)
#7B8081
(123,128,129)
#686C6D
(104,108,109)
#555859
(85,88,89)
#424445
(66,68,69)
#2F3031
(47,48,49)
#1C1C1D
(28,28,29)
#000000
(0,0,0)

Tints of #DAE4E5

#DAE4E5
(218,228,229)
#DDE6E7
(221,230,231)
#E0E8E9
(224,232,233)
#E3EAEB
(227,234,235)
#E6ECED
(230,236,237)
#E9EEEF
(233,238,239)
#ECF0F1
(236,240,241)
#EFF2F3
(239,242,243)
#F2F4F5
(242,244,245)
#F5F6F7
(245,246,247)
#F8F8F9
(248,248,249)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #DAE4E5; }

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

This text font color is #DAE4E5.


Background Color

.myBgColor { background-color: #DAE4E5; }

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

This div background color is #DAE4E5.


Border color

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

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

This div border color is #DAE4E5.


Opacity

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

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

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

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

This text has shadow with #DAE4E5 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #DAE4E5 on black background.


Color preview on white background

This text has color #DAE4E5 on white background.



Black color preview on #DAE4E5 background

This text has black color on #DAE4E5 background.


White color preview on #DAE4E5 background

This text has white color on #DAE4E5 background.