COLOR #DAE1E4

HEX: #DAE1E4
RGB: (218,225,228)

Color info

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

RGB color model

#DAE1E4 color RGB value is (218,225,228).

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

RGB channels and saturation

R 218 of 255 = 85%
G 225 of 255 = 88%
B 228 of 255 = 89%

218
225
228

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

Portions of RGB colors in percentages

R + G + B =
218 + 225 + 228 = 671 (100%)
R 218 of 671 ~ 32.49%
G 225 of 671 ~ 33.53%
B 228 of 671 ~ 33.98%

%32.49
%33.53
%33.98

CMYK color model

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

  • cyan value is 4.39%
  • magenta value is 1.32%
  • yellow value is 0.00%
  • key color value is 10.59%
CMYK:
(4,1,0,11)
C4M1Y0K11 
(4%,1%,0%,11%)
(0.04/0.01/0.00/0.11)	

CMYK percentages

%4.39
%1.32
%0
%10.59

Codes

Color #DAE1E4 in popluar color models

DAE1E4
RGB218225228
HSL198°15.63%87.45%
HSB/HSV198°4.39%89.41%
CMYK4.39%1.32%0.00%
10.59%

Color #DAE1E4 in popluar number systems.

HEXDAE1E4
Decimal218225228
Binary110110101110000111100100
Octal332341344

Shades and tints

Shades of #DAE1E4

#DAE1E4
(218,225,228)
#C7CDD0
(199,205,208)
#B4B9BC
(180,185,188)
#A1A5A8
(161,165,168)
#8E9194
(142,145,148)
#7B7D80
(123,125,128)
#68696C
(104,105,108)
#555558
(85,85,88)
#424144
(66,65,68)
#2F2D30
(47,45,48)
#1C191C
(28,25,28)
#000000
(0,0,0)

Tints of #DAE1E4

#DAE1E4
(218,225,228)
#DDE3E6
(221,227,230)
#E0E5E8
(224,229,232)
#E3E7EA
(227,231,234)
#E6E9EC
(230,233,236)
#E9EBEE
(233,235,238)
#ECEDF0
(236,237,240)
#EFEFF2
(239,239,242)
#F2F1F4
(242,241,244)
#F5F3F6
(245,243,246)
#F8F5F8
(248,245,248)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #DAE1E4; }

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

This text font color is #DAE1E4.


Background Color

.myBgColor { background-color: #DAE1E4; }

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

This div background color is #DAE1E4.


Border color

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

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

This div border color is #DAE1E4.


Opacity

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

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

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

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

This text has shadow with #DAE1E4 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #DAE1E4 on black background.


Color preview on white background

This text has color #DAE1E4 on white background.



Black color preview on #DAE1E4 background

This text has black color on #DAE1E4 background.


White color preview on #DAE1E4 background

This text has white color on #DAE1E4 background.