COLOR #DAEADB

HEX: #DAEADB RGB: (218,234,219)

Color info

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

RGB color model

#DAEADB color RGB value is (218,234,219).

RGB: (218,234,219) (85%, 92%, 86%)

RGB channels and saturation

R 218 of 255 = 85%
G 234 of 255 = 92%
B 219 of 255 = 86%

218
234
219

R + G + B ~ 88%. #DAEADB is light color.

Portions of RGB colors in percentages

R + G + B = 218 + 234 + 219 = 671 (100%)
R 218 of 671 ~ 32.49%
G 234 of 671 ~ 34.87%
B 219 of 671 ~ 32.64'%

%32.49
%34.87
%32.64

CMYK color model

#DAEADB color CMYK value is (7,0,6,8).

  • cyan value is 6.84%
  • magenta value is 0.00%
  • yellow value is 6.41%
  • key color value is 8.24%

CMYK: (7,0,6,8)
C7M0Y6K8 (7%, 0%, 6%, 8%)
(0.07 / 0.00 / 0.06 / 0.08)

CMYK percentages

%6.84
%0
%6.41
%8.24

Codes

Color #DAEADB in popluar color models

DA EA DB
RGB 218 234 219
HSL 124° 27.59% 88.63%
HSB/HSV 124° 6.84% 91.76%
CMYK 6.84% 0.00% 6.41%
8.24%

Color #DAEADB in popluar number systems.

HEX DA EA DB
Decimal 218 234 219
Binary 11011010 11101010 11011011
Octal 332 352 333

Shades and tints

Shades of #DAEADB

#DAEADB
(218,234,219)
#C7D5C8
(199,213,200)
#B4C0B5
(180,192,181)
#A1ABA2
(161,171,162)
#8E968F
(142,150,143)
#7B817C
(123,129,124)
#686C69
(104,108,105)
#555756
(85,87,86)
#424243
(66,66,67)
#2F2D30
(47,45,48)
#1C181D
(28,24,29)
#000000
(0,0,0)

Tints of #DAEADB

#DAEADB
(218,234,219)
#DDEBDE
(221,235,222)
#E0ECE1
(224,236,225)
#E3EDE4
(227,237,228)
#E6EEE7
(230,238,231)
#E9EFEA
(233,239,234)
#ECF0ED
(236,240,237)
#EFF1F0
(239,241,240)
#F2F2F3
(242,242,243)
#F5F3F6
(245,243,246)
#F8F4F9
(248,244,249)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #DAEADB; }

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

This text font color is #DAEADB.

Background Color

.myBgColor { background-color: #DAEADB; }

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

This div background color is #DAEADB.

Border color

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

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

This div border color is #DAEADB.

Opacity

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

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

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

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

This text has shadow with #DAEADB color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #DAEADB.

Preview

Color preview on black background

This text has color #DAEADB on black background.


Color preview on white background

This text has color #DAEADB on white background.


Black color preview on #DAEADB background

This text has black color on #DAEADB background.


White color preview on #DAEADB background

This text has white color on #DAEADB background.


Related colors

Complementary color

Complementary color for #hex is #251524.


I love getcolorcode.com

Triadic colors

1 #DBDAEA and #EADBDA with #DAEADB are triadic colors.

2 #DBEADA and #EADADB with #DAEADB are triadic colors.