COLOR #DAE9DB

HEX: #DAE9DB RGB: (218,233,219)

Color info

#DAE9DB contains red, green and blue colors in about the same proportion. Web safe color of #DAE9DB is #CCFFCC (or #CFC).

RGB color model

#DAE9DB color RGB value is (218,233,219).

RGB: (218,233,219) (85%, 91%, 86%)

RGB channels and saturation

R 218 of 255 = 85%
G 233 of 255 = 91%
B 219 of 255 = 86%

218
233
219

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

Portions of RGB colors in percentages

R + G + B = 218 + 233 + 219 = 670 (100%)
R 218 of 670 ~ 32.54%
G 233 of 670 ~ 34.78%
B 219 of 670 ~ 32.69'%

%32.54
%34.78
%32.69

CMYK color model

#DAE9DB color CMYK value is (6,0,6,9).

  • cyan value is 6.44%
  • magenta value is 0.00%
  • yellow value is 6.01%
  • key color value is 8.63%
CMYK: (6,0,6,9) C6M0Y6K9 (6%,0%,6%,9%) (0.06/0.00/0.06/0.09) 

CMYK percentages

%6.44
%0
%6.01
%8.63

Codes

Color #DAE9DB in popluar color models

DA E9 DB
RGB 218 233 219
HSL 124° 25.42% 88.43%
HSB/HSV 124° 6.44% 91.37%
CMYK 6.44% 0.00% 6.01%
8.63%

Color #DAE9DB in popluar number systems.

HEX DA E9 DB
Decimal 218 233 219
Binary 11011010 11101001 11011011
Octal 332 351 333

Shades and tints

Shades of #DAE9DB

#DAE9DB
(218,233,219)
#C7D4C8
(199,212,200)
#B4BFB5
(180,191,181)
#A1AAA2
(161,170,162)
#8E958F
(142,149,143)
#7B807C
(123,128,124)
#686B69
(104,107,105)
#555656
(85,86,86)
#424143
(66,65,67)
#2F2C30
(47,44,48)
#1C171D
(28,23,29)
#000000
(0,0,0)

Tints of #DAE9DB

#DAE9DB
(218,233,219)
#DDEBDE
(221,235,222)
#E0EDE1
(224,237,225)
#E3EFE4
(227,239,228)
#E6F1E7
(230,241,231)
#E9F3EA
(233,243,234)
#ECF5ED
(236,245,237)
#EFF7F0
(239,247,240)
#F2F9F3
(242,249,243)
#F5FBF6
(245,251,246)
#F8FDF9
(248,253,249)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #DAE9DB; }

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

This text font color is #DAE9DB.

Background Color

.myBgColor { background-color: #DAE9DB; }

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

This div background color is #DAE9DB.

Border color

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

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

This div border color is #DAE9DB.

Opacity

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

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

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

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

This text has shadow with #DAE9DB color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #DAE9DB.

Preview

Color preview on black background

This text has color #DAE9DB on black background.


Color preview on white background

This text has color #DAE9DB on white background.


Black color preview on #DAE9DB background

This text has black color on #DAE9DB background.


White color preview on #DAE9DB background

This text has white color on #DAE9DB background.


Related colors

Complementary color

Complementary color for #hex is #251624.


I love getcolorcode.com

Triadic colors

1 #DBDAE9 and #E9DBDA with #DAE9DB are triadic colors.

2 #DBE9DA and #E9DADB with #DAE9DB are triadic colors.