COLOR #DAEAD7

HEX: #DAEAD7 RGB: (218,234,215)

Color info

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

RGB color model

#DAEAD7 color RGB value is (218,234,215).

RGB: (218,234,215) (85%, 92%, 84%)

RGB channels and saturation

R 218 of 255 = 85%
G 234 of 255 = 92%
B 215 of 255 = 84%

218
234
215

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

Portions of RGB colors in percentages

R + G + B = 218 + 234 + 215 = 667 (100%)
R 218 of 667 ~ 32.68%
G 234 of 667 ~ 35.08%
B 215 of 667 ~ 32.23'%

%32.68
%35.08
%32.23

CMYK color model

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

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

CMYK: (7,0,8,8)
C7M0Y8K8 (7%, 0%, 8%, 8%)
(0.07 / 0.00 / 0.08 / 0.08)

CMYK percentages

%6.84
%0
%8.12
%8.24

Codes

Color #DAEAD7 in popluar color models

DA EA D7
RGB 218 234 215
HSL 111° 31.15% 88.04%
HSB/HSV 111° 8.12% 91.76%
CMYK 6.84% 0.00% 8.12%
8.24%

Color #DAEAD7 in popluar number systems.

HEX DA EA D7
Decimal 218 234 215
Binary 11011010 11101010 11010111
Octal 332 352 327

Shades and tints

Shades of #DAEAD7

#DAEAD7
(218,234,215)
#C7D5C4
(199,213,196)
#B4C0B1
(180,192,177)
#A1AB9E
(161,171,158)
#8E968B
(142,150,139)
#7B8178
(123,129,120)
#686C65
(104,108,101)
#555752
(85,87,82)
#42423F
(66,66,63)
#2F2D2C
(47,45,44)
#1C1819
(28,24,25)
#000000
(0,0,0)

Tints of #DAEAD7

#DAEAD7
(218,234,215)
#DDEBDA
(221,235,218)
#E0ECDD
(224,236,221)
#E3EDE0
(227,237,224)
#E6EEE3
(230,238,227)
#E9EFE6
(233,239,230)
#ECF0E9
(236,240,233)
#EFF1EC
(239,241,236)
#F2F2EF
(242,242,239)
#F5F3F2
(245,243,242)
#F8F4F5
(248,244,245)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #DAEAD7; }

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

This text font color is #DAEAD7.

Background Color

.myBgColor { background-color: #DAEAD7; }

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

This div background color is #DAEAD7.

Border color

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

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

This div border color is #DAEAD7.

Opacity

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

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

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

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

This text has shadow with #DAEAD7 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #DAEAD7.

Preview

Color preview on black background

This text has color #DAEAD7 on black background.


Color preview on white background

This text has color #DAEAD7 on white background.


Black color preview on #DAEAD7 background

This text has black color on #DAEAD7 background.


White color preview on #DAEAD7 background

This text has white color on #DAEAD7 background.


Related colors

Complementary color

Complementary color for #hex is #251528.


I love getcolorcode.com

Triadic colors

1 #D7DAEA and #EAD7DA with #DAEAD7 are triadic colors.

2 #D7EADA and #EADAD7 with #DAEAD7 are triadic colors.