COLOR #DAEFDB

HEX: #DAEFDB RGB: (218,239,219)

Color info

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

RGB color model

#DAEFDB color RGB value is (218,239,219).

RGB: (218,239,219) (85%, 94%, 86%)

RGB channels and saturation

R 218 of 255 = 85%
G 239 of 255 = 94%
B 219 of 255 = 86%

218
239
219

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

Portions of RGB colors in percentages

R + G + B = 218 + 239 + 219 = 676 (100%)
R 218 of 676 ~ 32.25%
G 239 of 676 ~ 35.36%
B 219 of 676 ~ 32.4'%

%32.25
%35.36
%32.4

CMYK color model

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

  • cyan value is 8.79%
  • magenta value is 0.00%
  • yellow value is 8.37%
  • key color value is 6.27%

CMYK: (9,0,8,6)
C9M0Y8K6 (9%, 0%, 8%, 6%)
(0.09 / 0.00 / 0.08 / 0.06)

CMYK percentages

%8.79
%0
%8.37
%6.27

Codes

Color #DAEFDB in popluar color models

DA EF DB
RGB 218 239 219
HSL 123° 39.62% 89.61%
HSB/HSV 123° 8.79% 93.73%
CMYK 8.79% 0.00% 8.37%
6.27%

Color #DAEFDB in popluar number systems.

HEX DA EF DB
Decimal 218 239 219
Binary 11011010 11101111 11011011
Octal 332 357 333

Shades and tints

Shades of #DAEFDB

#DAEFDB
(218,239,219)
#C7DAC8
(199,218,200)
#B4C5B5
(180,197,181)
#A1B0A2
(161,176,162)
#8E9B8F
(142,155,143)
#7B867C
(123,134,124)
#687169
(104,113,105)
#555C56
(85,92,86)
#424743
(66,71,67)
#2F3230
(47,50,48)
#1C1D1D
(28,29,29)
#000000
(0,0,0)

Tints of #DAEFDB

#DAEFDB
(218,239,219)
#DDF0DE
(221,240,222)
#E0F1E1
(224,241,225)
#E3F2E4
(227,242,228)
#E6F3E7
(230,243,231)
#E9F4EA
(233,244,234)
#ECF5ED
(236,245,237)
#EFF6F0
(239,246,240)
#F2F7F3
(242,247,243)
#F5F8F6
(245,248,246)
#F8F9F9
(248,249,249)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #DAEFDB; }

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

This text font color is #DAEFDB.

Background Color

.myBgColor { background-color: #DAEFDB; }

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

This div background color is #DAEFDB.

Border color

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

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

This div border color is #DAEFDB.

Opacity

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

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

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

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

This text has shadow with #DAEFDB color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #DAEFDB.

Preview

Color preview on black background

This text has color #DAEFDB on black background.


Color preview on white background

This text has color #DAEFDB on white background.


Black color preview on #DAEFDB background

This text has black color on #DAEFDB background.


White color preview on #DAEFDB background

This text has white color on #DAEFDB background.


Related colors

Complementary color

Complementary color for #hex is #251024.


I love getcolorcode.com

Triadic colors

1 #DBDAEF and #EFDBDA with #DAEFDB are triadic colors.

2 #DBEFDA and #EFDADB with #DAEFDB are triadic colors.