COLOR #DAE3DB

HEX: #DAE3DB RGB: (218,227,219)

Color info

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

RGB color model

#DAE3DB color RGB value is (218,227,219).

RGB: (218,227,219) (85%, 89%, 86%)

RGB channels and saturation

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

218
227
219

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

Portions of RGB colors in percentages

R + G + B = 218 + 227 + 219 = 664 (100%)
R 218 of 664 ~ 32.83%
G 227 of 664 ~ 34.19%
B 219 of 664 ~ 32.98'%

%32.83
%34.19
%32.98

CMYK color model

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

  • cyan value is 3.96%
  • magenta value is 0.00%
  • yellow value is 3.52%
  • key color value is 10.98%

CMYK: (4,0,4,11)
C4M0Y4K11 (4%, 0%, 4%, 11%)
(0.04 / 0.00 / 0.04 / 0.11)

CMYK percentages

%3.96
%0
%3.52
%10.98

Codes

Color #DAE3DB in popluar color models

DA E3 DB
RGB 218 227 219
HSL 127° 13.85% 87.25%
HSB/HSV 127° 3.96% 89.02%
CMYK 3.96% 0.00% 3.52%
10.98%

Color #DAE3DB in popluar number systems.

HEX DA E3 DB
Decimal 218 227 219
Binary 11011010 11100011 11011011
Octal 332 343 333

Shades and tints

Shades of #DAE3DB

#DAE3DB
(218,227,219)
#C7CFC8
(199,207,200)
#B4BBB5
(180,187,181)
#A1A7A2
(161,167,162)
#8E938F
(142,147,143)
#7B7F7C
(123,127,124)
#686B69
(104,107,105)
#555756
(85,87,86)
#424343
(66,67,67)
#2F2F30
(47,47,48)
#1C1B1D
(28,27,29)
#000000
(0,0,0)

Tints of #DAE3DB

#DAE3DB
(218,227,219)
#DDE5DE
(221,229,222)
#E0E7E1
(224,231,225)
#E3E9E4
(227,233,228)
#E6EBE7
(230,235,231)
#E9EDEA
(233,237,234)
#ECEFED
(236,239,237)
#EFF1F0
(239,241,240)
#F2F3F3
(242,243,243)
#F5F5F6
(245,245,246)
#F8F7F9
(248,247,249)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #DAE3DB; }

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

This text font color is #DAE3DB.

Background Color

.myBgColor { background-color: #DAE3DB; }

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

This div background color is #DAE3DB.

Border color

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

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

This div border color is #DAE3DB.

Opacity

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

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

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

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

This text has shadow with #DAE3DB color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #DAE3DB.

Preview

Color preview on black background

This text has color #DAE3DB on black background.


Color preview on white background

This text has color #DAE3DB on white background.


Black color preview on #DAE3DB background

This text has black color on #DAE3DB background.


White color preview on #DAE3DB background

This text has white color on #DAE3DB background.


Related colors

Complementary color

Complementary color for #hex is #251C24.


I love getcolorcode.com

Triadic colors

1 #DBDAE3 and #E3DBDA with #DAE3DB are triadic colors.

2 #DBE3DA and #E3DADB with #DAE3DB are triadic colors.