COLOR #DAE0E0

HEX: #DAE0E0
RGB: (218,224,224)

Color info

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

RGB color model

#DAE0E0 color RGB value is (218,224,224).

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

RGB channels and saturation

R 218 of 255 = 85%
G 224 of 255 = 88%
B 224 of 255 = 88%

218
224
224

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

Portions of RGB colors in percentages

R + G + B =
218 + 224 + 224 = 666 (100%)
R 218 of 666 ~ 32.73%
G 224 of 666 ~ 33.63%
B 224 of 666 ~ 33.63%

%32.73
%33.63
%33.63

CMYK color model

#DAE0E0 color CMYK value is (3,0,0,12).

  • cyan value is 2.68%
  • magenta value is 0.00%
  • yellow value is 0.00%
  • key color value is 12.16%
CMYK:
(3,0,0,12)
C3M0Y0K12 
(3%,0%,0%,12%)
(0.03/0.00/0.00/0.12)	

CMYK percentages

%2.68
%0
%0
%12.16

Codes

Color #DAE0E0 in popluar color models

DAE0E0
RGB218224224
HSL180°8.82%86.67%
HSB/HSV180°2.68%87.84%
CMYK2.68%0.00%0.00%
12.16%

Color #DAE0E0 in popluar number systems.

HEXDAE0E0
Decimal218224224
Binary110110101110000011100000
Octal332340340

Shades and tints

Shades of #DAE0E0

#DAE0E0
(218,224,224)
#C7CCCC
(199,204,204)
#B4B8B8
(180,184,184)
#A1A4A4
(161,164,164)
#8E9090
(142,144,144)
#7B7C7C
(123,124,124)
#686868
(104,104,104)
#555454
(85,84,84)
#424040
(66,64,64)
#2F2C2C
(47,44,44)
#1C1818
(28,24,24)
#000000
(0,0,0)

Tints of #DAE0E0

#DAE0E0
(218,224,224)
#DDE2E2
(221,226,226)
#E0E4E4
(224,228,228)
#E3E6E6
(227,230,230)
#E6E8E8
(230,232,232)
#E9EAEA
(233,234,234)
#ECECEC
(236,236,236)
#EFEEEE
(239,238,238)
#F2F0F0
(242,240,240)
#F5F2F2
(245,242,242)
#F8F4F4
(248,244,244)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #DAE0E0; }

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

This text font color is #DAE0E0.


Background Color

.myBgColor { background-color: #DAE0E0; }

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

This div background color is #DAE0E0.


Border color

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

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

This div border color is #DAE0E0.


Opacity

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

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

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

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

This text has shadow with #DAE0E0 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #DAE0E0 on black background.


Color preview on white background

This text has color #DAE0E0 on white background.



Black color preview on #DAE0E0 background

This text has black color on #DAE0E0 background.


White color preview on #DAE0E0 background

This text has white color on #DAE0E0 background.