COLOR #DAE7CD

HEX: #DAE7CD RGB: (218,231,205)

Color info

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

RGB color model

#DAE7CD color RGB value is (218,231,205).

RGB: (218,231,205) (85%, 91%, 80%)

RGB channels and saturation

R 218 of 255 = 85%
G 231 of 255 = 91%
B 205 of 255 = 80%

218
231
205

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

Portions of RGB colors in percentages

R + G + B = 218 + 231 + 205 = 654 (100%)
R 218 of 654 ~ 33.33%
G 231 of 654 ~ 35.32%
B 205 of 654 ~ 31.35'%

%33.33
%35.32
%31.35

CMYK color model

#DAE7CD color CMYK value is (6,0,11,9).

  • cyan value is 5.63%
  • magenta value is 0.00%
  • yellow value is 11.26%
  • key color value is 9.41%

CMYK: (6,0,11,9)
C6M0Y11K9 (6%, 0%, 11%, 9%)
(0.06 / 0.00 / 0.11 / 0.09)

CMYK percentages

%5.63
%0
%11.26
%9.41

Codes

Color #DAE7CD in popluar color models

DA E7 CD
RGB 218 231 205
HSL 90° 35.14% 85.49%
HSB/HSV 90° 11.26% 90.59%
CMYK 5.63% 0.00% 11.26%
9.41%

Color #DAE7CD in popluar number systems.

HEX DA E7 CD
Decimal 218 231 205
Binary 11011010 11100111 11001101
Octal 332 347 315

Shades and tints

Shades of #DAE7CD

#DAE7CD
(218,231,205)
#C7D2BB
(199,210,187)
#B4BDA9
(180,189,169)
#A1A897
(161,168,151)
#8E9385
(142,147,133)
#7B7E73
(123,126,115)
#686961
(104,105,97)
#55544F
(85,84,79)
#423F3D
(66,63,61)
#2F2A2B
(47,42,43)
#1C1519
(28,21,25)
#000000
(0,0,0)

Tints of #DAE7CD

#DAE7CD
(218,231,205)
#DDE9D1
(221,233,209)
#E0EBD5
(224,235,213)
#E3EDD9
(227,237,217)
#E6EFDD
(230,239,221)
#E9F1E1
(233,241,225)
#ECF3E5
(236,243,229)
#EFF5E9
(239,245,233)
#F2F7ED
(242,247,237)
#F5F9F1
(245,249,241)
#F8FBF5
(248,251,245)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #DAE7CD; }

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

This text font color is #DAE7CD.

Background Color

.myBgColor { background-color: #DAE7CD; }

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

This div background color is #DAE7CD.

Border color

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

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

This div border color is #DAE7CD.

Opacity

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

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

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

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

This text has shadow with #DAE7CD color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #DAE7CD.

Preview

Color preview on black background

This text has color #DAE7CD on black background.


Color preview on white background

This text has color #DAE7CD on white background.


Black color preview on #DAE7CD background

This text has black color on #DAE7CD background.


White color preview on #DAE7CD background

This text has white color on #DAE7CD background.


Related colors

Complementary color

Complementary color for #hex is #251832.


I love getcolorcode.com

Triadic colors

1 #CDDAE7 and #E7CDDA with #DAE7CD are triadic colors.

2 #CDE7DA and #E7DACD with #DAE7CD are triadic colors.