COLOR #DAE1DA

HEX: #DAE1DA RGB: (218,225,218)

Color info

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

RGB color model

#DAE1DA color RGB value is (218,225,218).

RGB: (218,225,218) (85%, 88%, 85%)

RGB channels and saturation

R 218 of 255 = 85%
G 225 of 255 = 88%
B 218 of 255 = 85%

218
225
218

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

Portions of RGB colors in percentages

R + G + B = 218 + 225 + 218 = 661 (100%)
R 218 of 661 ~ 32.98%
G 225 of 661 ~ 34.04%
B 218 of 661 ~ 32.98'%

%32.98
%34.04
%32.98

CMYK color model

#DAE1DA color CMYK value is (3,0,3,12).

  • cyan value is 3.11%
  • magenta value is 0.00%
  • yellow value is 3.11%
  • key color value is 11.76%

CMYK: (3,0,3,12)
C3M0Y3K12 (3%, 0%, 3%, 12%)
(0.03 / 0.00 / 0.03 / 0.12)

CMYK percentages

%3.11
%0
%3.11
%11.76

Codes

Color #DAE1DA in popluar color models

DA E1 DA
RGB 218 225 218
HSL 120° 10.45% 86.86%
HSB/HSV 120° 3.11% 88.24%
CMYK 3.11% 0.00% 3.11%
11.76%

Color #DAE1DA in popluar number systems.

HEX DA E1 DA
Decimal 218 225 218
Binary 11011010 11100001 11011010
Octal 332 341 332

Shades and tints

Shades of #DAE1DA

#DAE1DA
(218,225,218)
#C7CDC7
(199,205,199)
#B4B9B4
(180,185,180)
#A1A5A1
(161,165,161)
#8E918E
(142,145,142)
#7B7D7B
(123,125,123)
#686968
(104,105,104)
#555555
(85,85,85)
#424142
(66,65,66)
#2F2D2F
(47,45,47)
#1C191C
(28,25,28)
#000000
(0,0,0)

Tints of #DAE1DA

#DAE1DA
(218,225,218)
#DDE3DD
(221,227,221)
#E0E5E0
(224,229,224)
#E3E7E3
(227,231,227)
#E6E9E6
(230,233,230)
#E9EBE9
(233,235,233)
#ECEDEC
(236,237,236)
#EFEFEF
(239,239,239)
#F2F1F2
(242,241,242)
#F5F3F5
(245,243,245)
#F8F5F8
(248,245,248)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #DAE1DA; }

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

This text font color is #DAE1DA.

Background Color

.myBgColor { background-color: #DAE1DA; }

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

This div background color is #DAE1DA.

Border color

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

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

This div border color is #DAE1DA.

Opacity

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

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

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

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

This text has shadow with #DAE1DA color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #DAE1DA.

Preview

Color preview on black background

This text has color #DAE1DA on black background.


Color preview on white background

This text has color #DAE1DA on white background.


Black color preview on #DAE1DA background

This text has black color on #DAE1DA background.


White color preview on #DAE1DA background

This text has white color on #DAE1DA background.


Related colors

Complementary color

Complementary color for #hex is #251E25.


I love getcolorcode.com

Triadic colors

1 #DADAE1 and #E1DADA with #DAE1DA are triadic colors.

2 #DAE1DA and #E1DADA with #DAE1DA are triadic colors.