COLOR #DAEBDB

HEX: #DAEBDB RGB: (218,235,219)

Color info

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

RGB color model

#DAEBDB color RGB value is (218,235,219).

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

RGB channels and saturation

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

218
235
219

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

Portions of RGB colors in percentages

R + G + B = 218 + 235 + 219 = 672 (100%)
R 218 of 672 ~ 32.44%
G 235 of 672 ~ 34.97%
B 219 of 672 ~ 32.59'%

%32.44
%34.97
%32.59

CMYK color model

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

  • cyan value is 7.23%
  • magenta value is 0.00%
  • yellow value is 6.81%
  • key color value is 7.84%

CMYK: (7,0,7,8)
C7M0Y7K8 (7%, 0%, 7%, 8%)
(0.07 / 0.00 / 0.07 / 0.08)

CMYK percentages

%7.23
%0
%6.81
%7.84

Codes

Color #DAEBDB in popluar color models

DA EB DB
RGB 218 235 219
HSL 124° 29.82% 88.82%
HSB/HSV 124° 7.23% 92.16%
CMYK 7.23% 0.00% 6.81%
7.84%

Color #DAEBDB in popluar number systems.

HEX DA EB DB
Decimal 218 235 219
Binary 11011010 11101011 11011011
Octal 332 353 333

Shades and tints

Shades of #DAEBDB

#DAEBDB
(218,235,219)
#C7D6C8
(199,214,200)
#B4C1B5
(180,193,181)
#A1ACA2
(161,172,162)
#8E978F
(142,151,143)
#7B827C
(123,130,124)
#686D69
(104,109,105)
#555856
(85,88,86)
#424343
(66,67,67)
#2F2E30
(47,46,48)
#1C191D
(28,25,29)
#000000
(0,0,0)

Tints of #DAEBDB

#DAEBDB
(218,235,219)
#DDECDE
(221,236,222)
#E0EDE1
(224,237,225)
#E3EEE4
(227,238,228)
#E6EFE7
(230,239,231)
#E9F0EA
(233,240,234)
#ECF1ED
(236,241,237)
#EFF2F0
(239,242,240)
#F2F3F3
(242,243,243)
#F5F4F6
(245,244,246)
#F8F5F9
(248,245,249)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #DAEBDB; }

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

This text font color is #DAEBDB.

Background Color

.myBgColor { background-color: #DAEBDB; }

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

This div background color is #DAEBDB.

Border color

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

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

This div border color is #DAEBDB.

Opacity

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

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

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

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

This text has shadow with #DAEBDB color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #DAEBDB.

Preview

Color preview on black background

This text has color #DAEBDB on black background.


Color preview on white background

This text has color #DAEBDB on white background.


Black color preview on #DAEBDB background

This text has black color on #DAEBDB background.


White color preview on #DAEBDB background

This text has white color on #DAEBDB background.


Related colors

Complementary color

Complementary color for #hex is #251424.


I love getcolorcode.com

Triadic colors

1 #DBDAEB and #EBDBDA with #DAEBDB are triadic colors.

2 #DBEBDA and #EBDADB with #DAEBDB are triadic colors.