COLOR #DAEAD4

HEX: #DAEAD4 RGB: (218,234,212)

Color info

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

RGB color model

#DAEAD4 color RGB value is (218,234,212).

RGB: (218,234,212) (85%, 92%, 83%)

RGB channels and saturation

R 218 of 255 = 85%
G 234 of 255 = 92%
B 212 of 255 = 83%

218
234
212

R + G + B ~ 87%. #DAEAD4 is light color.

Portions of RGB colors in percentages

R + G + B = 218 + 234 + 212 = 664 (100%)
R 218 of 664 ~ 32.83%
G 234 of 664 ~ 35.24%
B 212 of 664 ~ 31.93'%

%32.83
%35.24
%31.93

CMYK color model

#DAEAD4 color CMYK value is (7,0,9,8).

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

CMYK: (7,0,9,8)
C7M0Y9K8 (7%, 0%, 9%, 8%)
(0.07 / 0.00 / 0.09 / 0.08)

CMYK percentages

%6.84
%0
%9.4
%8.24

Codes

Color #DAEAD4 in popluar color models

DA EA D4
RGB 218 234 212
HSL 104° 34.38% 87.45%
HSB/HSV 104° 9.40% 91.76%
CMYK 6.84% 0.00% 9.40%
8.24%

Color #DAEAD4 in popluar number systems.

HEX DA EA D4
Decimal 218 234 212
Binary 11011010 11101010 11010100
Octal 332 352 324

Shades and tints

Shades of #DAEAD4

#DAEAD4
(218,234,212)
#C7D5C1
(199,213,193)
#B4C0AE
(180,192,174)
#A1AB9B
(161,171,155)
#8E9688
(142,150,136)
#7B8175
(123,129,117)
#686C62
(104,108,98)
#55574F
(85,87,79)
#42423C
(66,66,60)
#2F2D29
(47,45,41)
#1C1816
(28,24,22)
#000000
(0,0,0)

Tints of #DAEAD4

#DAEAD4
(218,234,212)
#DDEBD7
(221,235,215)
#E0ECDA
(224,236,218)
#E3EDDD
(227,237,221)
#E6EEE0
(230,238,224)
#E9EFE3
(233,239,227)
#ECF0E6
(236,240,230)
#EFF1E9
(239,241,233)
#F2F2EC
(242,242,236)
#F5F3EF
(245,243,239)
#F8F4F2
(248,244,242)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #DAEAD4; }

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

This text font color is #DAEAD4.

Background Color

.myBgColor { background-color: #DAEAD4; }

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

This div background color is #DAEAD4.

Border color

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

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

This div border color is #DAEAD4.

Opacity

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

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

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

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

This text has shadow with #DAEAD4 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #DAEAD4.

Preview

Color preview on black background

This text has color #DAEAD4 on black background.


Color preview on white background

This text has color #DAEAD4 on white background.


Black color preview on #DAEAD4 background

This text has black color on #DAEAD4 background.


White color preview on #DAEAD4 background

This text has white color on #DAEAD4 background.


Related colors

Complementary color

Complementary color for #hex is #25152B.


I love getcolorcode.com

Triadic colors

1 #D4DAEA and #EAD4DA with #DAEAD4 are triadic colors.

2 #D4EADA and #EADAD4 with #DAEAD4 are triadic colors.