COLOR #DAE5CD

HEX: #DAE5CD
RGB: (218,229,205)

Color info

#DAE5CD contains red, green and blue colors in about the same proportion. Web safe color of #DAE5CD is #CCCCCC (or #CCC).

RGB color model

#DAE5CD color RGB value is (218,229,205).

  • red value is 218;
  • green value is 229;
  • blue value is 205.
RGB:
(218,229,205)
(85%,90%,80%)

RGB channels and saturation

R 218 of 255 = 85%
G 229 of 255 = 90%
B 205 of 255 = 80%

218
229
205

R + G + B ~ 85%. #DAE5CD is quite light color.

Portions of RGB colors in percentages

R + G + B =
218 + 229 + 205 = 652 (100%)
R 218 of 652 ~ 33.44%
G 229 of 652 ~ 35.12%
B 205 of 652 ~ 31.44%

%33.44
%35.12
%31.44

CMYK color model

#DAE5CD color CMYK value is (5,0,10,10).

  • cyan value is 4.80%
  • magenta value is 0.00%
  • yellow value is 10.48%
  • key color value is 10.20%
CMYK:
(5,0,10,10)
C5M0Y10K10 
(5%,0%,10%,10%)
(0.05/0.00/0.10/0.10)	

CMYK percentages

%4.8
%0
%10.48
%10.2

Codes

Color #DAE5CD in popluar color models

DAE5CD
RGB218229205
HSL88°31.58%85.10%
HSB/HSV88°10.48%89.80%
CMYK4.80%0.00%10.48%
10.20%

Color #DAE5CD in popluar number systems.

HEXDAE5CD
Decimal218229205
Binary110110101110010111001101
Octal332345315

Shades and tints

Shades of #DAE5CD

#DAE5CD
(218,229,205)
#C7D1BB
(199,209,187)
#B4BDA9
(180,189,169)
#A1A997
(161,169,151)
#8E9585
(142,149,133)
#7B8173
(123,129,115)
#686D61
(104,109,97)
#55594F
(85,89,79)
#42453D
(66,69,61)
#2F312B
(47,49,43)
#1C1D19
(28,29,25)
#000000
(0,0,0)

Tints of #DAE5CD

#DAE5CD
(218,229,205)
#DDE7D1
(221,231,209)
#E0E9D5
(224,233,213)
#E3EBD9
(227,235,217)
#E6EDDD
(230,237,221)
#E9EFE1
(233,239,225)
#ECF1E5
(236,241,229)
#EFF3E9
(239,243,233)
#F2F5ED
(242,245,237)
#F5F7F1
(245,247,241)
#F8F9F5
(248,249,245)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #DAE5CD color. Also use rgb(218,229,205) instead hex code.

Text Font Color

.myTextColor { color: #DAE5CD; }

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

This text font color is #DAE5CD.


Background Color

.myBgColor { background-color: #DAE5CD; }

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

This div background color is #DAE5CD.


Border color

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

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

This div border color is #DAE5CD.


Opacity

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

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

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

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

This text has shadow with #DAE5CD color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #DAE5CD on black background.


Color preview on white background

This text has color #DAE5CD on white background.



Black color preview on #DAE5CD background

This text has black color on #DAE5CD background.


White color preview on #DAE5CD background

This text has white color on #DAE5CD background.