COLOR #DAE2DB

HEX: #DAE2DB
RGB: (218,226,219)

Color info

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

RGB color model

#DAE2DB color RGB value is (218,226,219).

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

RGB channels and saturation

R 218 of 255 = 85%
G 226 of 255 = 89%
B 219 of 255 = 86%

218
226
219

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

Portions of RGB colors in percentages

R + G + B =
218 + 226 + 219 = 663 (100%)
R 218 of 663 ~ 32.88%
G 226 of 663 ~ 34.09%
B 219 of 663 ~ 33.03%

%32.88
%34.09
%33.03

CMYK color model

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

  • cyan value is 3.54%
  • magenta value is 0.00%
  • yellow value is 3.10%
  • key color value is 11.37%
CMYK:
(4,0,3,11)
C4M0Y3K11 
(4%,0%,3%,11%)
(0.04/0.00/0.03/0.11)	

CMYK percentages

%3.54
%0
%3.1
%11.37

Codes

Color #DAE2DB in popluar color models

DAE2DB
RGB218226219
HSL128°12.12%87.06%
HSB/HSV128°3.54%88.63%
CMYK3.54%0.00%3.10%
11.37%

Color #DAE2DB in popluar number systems.

HEXDAE2DB
Decimal218226219
Binary110110101110001011011011
Octal332342333

Shades and tints

Shades of #DAE2DB

#DAE2DB
(218,226,219)
#C7CEC8
(199,206,200)
#B4BAB5
(180,186,181)
#A1A6A2
(161,166,162)
#8E928F
(142,146,143)
#7B7E7C
(123,126,124)
#686A69
(104,106,105)
#555656
(85,86,86)
#424243
(66,66,67)
#2F2E30
(47,46,48)
#1C1A1D
(28,26,29)
#000000
(0,0,0)

Tints of #DAE2DB

#DAE2DB
(218,226,219)
#DDE4DE
(221,228,222)
#E0E6E1
(224,230,225)
#E3E8E4
(227,232,228)
#E6EAE7
(230,234,231)
#E9ECEA
(233,236,234)
#ECEEED
(236,238,237)
#EFF0F0
(239,240,240)
#F2F2F3
(242,242,243)
#F5F4F6
(245,244,246)
#F8F6F9
(248,246,249)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #DAE2DB; }

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

This text font color is #DAE2DB.


Background Color

.myBgColor { background-color: #DAE2DB; }

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

This div background color is #DAE2DB.


Border color

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

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

This div border color is #DAE2DB.


Opacity

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

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

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

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

This text has shadow with #DAE2DB color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #DAE2DB on black background.


Color preview on white background

This text has color #DAE2DB on white background.



Black color preview on #DAE2DB background

This text has black color on #DAE2DB background.


White color preview on #DAE2DB background

This text has white color on #DAE2DB background.