COLOR #DAEBDE

HEX: #DAEBDE
RGB: (218,235,222)

Color info

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

RGB color model

#DAEBDE color RGB value is (218,235,222).

  • red value is 218;
  • green value is 235;
  • blue value is 222.
RGB:
(218,235,222)
(85%,92%,87%)

RGB channels and saturation

R 218 of 255 = 85%
G 235 of 255 = 92%
B 222 of 255 = 87%

218
235
222

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

Portions of RGB colors in percentages

R + G + B =
218 + 235 + 222 = 675 (100%)
R 218 of 675 ~ 32.3%
G 235 of 675 ~ 34.81%
B 222 of 675 ~ 32.89%

%32.3
%34.81
%32.89

CMYK color model

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

  • cyan value is 7.23%
  • magenta value is 0.00%
  • yellow value is 5.53%
  • key color value is 7.84%
CMYK:
(7,0,6,8)
C7M0Y6K8 
(7%,0%,6%,8%)
(0.07/0.00/0.06/0.08)	

CMYK percentages

%7.23
%0
%5.53
%7.84

Codes

Color #DAEBDE in popluar color models

DAEBDE
RGB218235222
HSL134°29.82%88.82%
HSB/HSV134°7.23%92.16%
CMYK7.23%0.00%5.53%
7.84%

Color #DAEBDE in popluar number systems.

HEXDAEBDE
Decimal218235222
Binary110110101110101111011110
Octal332353336

Shades and tints

Shades of #DAEBDE

#DAEBDE
(218,235,222)
#C7D6CA
(199,214,202)
#B4C1B6
(180,193,182)
#A1ACA2
(161,172,162)
#8E978E
(142,151,142)
#7B827A
(123,130,122)
#686D66
(104,109,102)
#555852
(85,88,82)
#42433E
(66,67,62)
#2F2E2A
(47,46,42)
#1C1916
(28,25,22)
#000000
(0,0,0)

Tints of #DAEBDE

#DAEBDE
(218,235,222)
#DDECE1
(221,236,225)
#E0EDE4
(224,237,228)
#E3EEE7
(227,238,231)
#E6EFEA
(230,239,234)
#E9F0ED
(233,240,237)
#ECF1F0
(236,241,240)
#EFF2F3
(239,242,243)
#F2F3F6
(242,243,246)
#F5F4F9
(245,244,249)
#F8F5FC
(248,245,252)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #DAEBDE; }

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

This text font color is #DAEBDE.


Background Color

.myBgColor { background-color: #DAEBDE; }

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

This div background color is #DAEBDE.


Border color

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

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

This div border color is #DAEBDE.


Opacity

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

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

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

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

This text has shadow with #DAEBDE color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #DAEBDE on black background.


Color preview on white background

This text has color #DAEBDE on white background.



Black color preview on #DAEBDE background

This text has black color on #DAEBDE background.


White color preview on #DAEBDE background

This text has white color on #DAEBDE background.