COLOR #DAEACD

HEX: #DAEACD RGB: (218,234,205)

Color info

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

RGB color model

#DAEACD color RGB value is (218,234,205).

RGB: (218,234,205) (85%, 92%, 80%)

RGB channels and saturation

R 218 of 255 = 85%
G 234 of 255 = 92%
B 205 of 255 = 80%

218
234
205

R + G + B ~ 86%. #DAEACD is light color.

Portions of RGB colors in percentages

R + G + B = 218 + 234 + 205 = 657 (100%)
R 218 of 657 ~ 33.18%
G 234 of 657 ~ 35.62%
B 205 of 657 ~ 31.2'%

%33.18
%35.62
%31.2

CMYK color model

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

  • cyan value is 6.84%
  • magenta value is 0.00%
  • yellow value is 12.39%
  • key color value is 8.24%

CMYK: (7,0,12,8)
C7M0Y12K8 (7%, 0%, 12%, 8%)
(0.07 / 0.00 / 0.12 / 0.08)

CMYK percentages

%6.84
%0
%12.39
%8.24

Codes

Color #DAEACD in popluar color models

DA EA CD
RGB 218 234 205
HSL 93° 40.85% 86.08%
HSB/HSV 93° 12.39% 91.76%
CMYK 6.84% 0.00% 12.39%
8.24%

Color #DAEACD in popluar number systems.

HEX DA EA CD
Decimal 218 234 205
Binary 11011010 11101010 11001101
Octal 332 352 315

Shades and tints

Shades of #DAEACD

#DAEACD
(218,234,205)
#C7D5BB
(199,213,187)
#B4C0A9
(180,192,169)
#A1AB97
(161,171,151)
#8E9685
(142,150,133)
#7B8173
(123,129,115)
#686C61
(104,108,97)
#55574F
(85,87,79)
#42423D
(66,66,61)
#2F2D2B
(47,45,43)
#1C1819
(28,24,25)
#000000
(0,0,0)

Tints of #DAEACD

#DAEACD
(218,234,205)
#DDEBD1
(221,235,209)
#E0ECD5
(224,236,213)
#E3EDD9
(227,237,217)
#E6EEDD
(230,238,221)
#E9EFE1
(233,239,225)
#ECF0E5
(236,240,229)
#EFF1E9
(239,241,233)
#F2F2ED
(242,242,237)
#F5F3F1
(245,243,241)
#F8F4F5
(248,244,245)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #DAEACD; }

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

This text font color is #DAEACD.

Background Color

.myBgColor { background-color: #DAEACD; }

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

This div background color is #DAEACD.

Border color

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

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

This div border color is #DAEACD.

Opacity

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

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

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

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

This text has shadow with #DAEACD color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #DAEACD.

Preview

Color preview on black background

This text has color #DAEACD on black background.


Color preview on white background

This text has color #DAEACD on white background.


Black color preview on #DAEACD background

This text has black color on #DAEACD background.


White color preview on #DAEACD background

This text has white color on #DAEACD background.


Related colors

Complementary color

Complementary color for #hex is #251532.


I love getcolorcode.com

Triadic colors

1 #CDDAEA and #EACDDA with #DAEACD are triadic colors.

2 #CDEADA and #EADACD with #DAEACD are triadic colors.