COLOR #DAE6CD

HEX: #DAE6CD
RGB: (218,230,205)

Color info

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

RGB color model

#DAE6CD color RGB value is (218,230,205).

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

RGB channels and saturation

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

218
230
205

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

Portions of RGB colors in percentages

R + G + B =
218 + 230 + 205 = 653 (100%)
R 218 of 653 ~ 33.38%
G 230 of 653 ~ 35.22%
B 205 of 653 ~ 31.39%

%33.38
%35.22
%31.39

CMYK color model

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

  • cyan value is 5.22%
  • magenta value is 0.00%
  • yellow value is 10.87%
  • key color value is 9.80%
CMYK:
(5,0,11,10)
C5M0Y11K10 
(5%,0%,11%,10%)
(0.05/0.00/0.11/0.10)	

CMYK percentages

%5.22
%0
%10.87
%9.8

Codes

Color #DAE6CD in popluar color models

DAE6CD
RGB218230205
HSL89°33.33%85.29%
HSB/HSV89°10.87%90.20%
CMYK5.22%0.00%10.87%
9.80%

Color #DAE6CD in popluar number systems.

HEXDAE6CD
Decimal218230205
Binary110110101110011011001101
Octal332346315

Shades and tints

Shades of #DAE6CD

#DAE6CD
(218,230,205)
#C7D2BB
(199,210,187)
#B4BEA9
(180,190,169)
#A1AA97
(161,170,151)
#8E9685
(142,150,133)
#7B8273
(123,130,115)
#686E61
(104,110,97)
#555A4F
(85,90,79)
#42463D
(66,70,61)
#2F322B
(47,50,43)
#1C1E19
(28,30,25)
#000000
(0,0,0)

Tints of #DAE6CD

#DAE6CD
(218,230,205)
#DDE8D1
(221,232,209)
#E0EAD5
(224,234,213)
#E3ECD9
(227,236,217)
#E6EEDD
(230,238,221)
#E9F0E1
(233,240,225)
#ECF2E5
(236,242,229)
#EFF4E9
(239,244,233)
#F2F6ED
(242,246,237)
#F5F8F1
(245,248,241)
#F8FAF5
(248,250,245)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #DAE6CD; }

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

This text font color is #DAE6CD.


Background Color

.myBgColor { background-color: #DAE6CD; }

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

This div background color is #DAE6CD.


Border color

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

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

This div border color is #DAE6CD.


Opacity

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

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

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

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

This text has shadow with #DAE6CD color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #DAE6CD on black background.


Color preview on white background

This text has color #DAE6CD on white background.



Black color preview on #DAE6CD background

This text has black color on #DAE6CD background.


White color preview on #DAE6CD background

This text has white color on #DAE6CD background.