COLOR #DAE3DA

HEX: #DAE3DA RGB: (218,227,218)

Color info

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

RGB color model

#DAE3DA color RGB value is (218,227,218).

RGB: (218,227,218) (85%, 89%, 85%)

RGB channels and saturation

R 218 of 255 = 85%
G 227 of 255 = 89%
B 218 of 255 = 85%

218
227
218

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

Portions of RGB colors in percentages

R + G + B = 218 + 227 + 218 = 663 (100%)
R 218 of 663 ~ 32.88%
G 227 of 663 ~ 34.24%
B 218 of 663 ~ 32.88'%

%32.88
%34.24
%32.88

CMYK color model

#DAE3DA color CMYK value is (4,0,4,11).

  • cyan value is 3.96%
  • magenta value is 0.00%
  • yellow value is 3.96%
  • key color value is 10.98%

CMYK: (4,0,4,11)
C4M0Y4K11 (4%, 0%, 4%, 11%)
(0.04 / 0.00 / 0.04 / 0.11)

CMYK percentages

%3.96
%0
%3.96
%10.98

Codes

Color #DAE3DA in popluar color models

DA E3 DA
RGB 218 227 218
HSL 120° 13.85% 87.25%
HSB/HSV 120° 3.96% 89.02%
CMYK 3.96% 0.00% 3.96%
10.98%

Color #DAE3DA in popluar number systems.

HEX DA E3 DA
Decimal 218 227 218
Binary 11011010 11100011 11011010
Octal 332 343 332

Shades and tints

Shades of #DAE3DA

#DAE3DA
(218,227,218)
#C7CFC7
(199,207,199)
#B4BBB4
(180,187,180)
#A1A7A1
(161,167,161)
#8E938E
(142,147,142)
#7B7F7B
(123,127,123)
#686B68
(104,107,104)
#555755
(85,87,85)
#424342
(66,67,66)
#2F2F2F
(47,47,47)
#1C1B1C
(28,27,28)
#000000
(0,0,0)

Tints of #DAE3DA

#DAE3DA
(218,227,218)
#DDE5DD
(221,229,221)
#E0E7E0
(224,231,224)
#E3E9E3
(227,233,227)
#E6EBE6
(230,235,230)
#E9EDE9
(233,237,233)
#ECEFEC
(236,239,236)
#EFF1EF
(239,241,239)
#F2F3F2
(242,243,242)
#F5F5F5
(245,245,245)
#F8F7F8
(248,247,248)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #DAE3DA; }

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

This text font color is #DAE3DA.

Background Color

.myBgColor { background-color: #DAE3DA; }

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

This div background color is #DAE3DA.

Border color

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

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

This div border color is #DAE3DA.

Opacity

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

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

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

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

This text has shadow with #DAE3DA color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #DAE3DA.

Preview

Color preview on black background

This text has color #DAE3DA on black background.


Color preview on white background

This text has color #DAE3DA on white background.


Black color preview on #DAE3DA background

This text has black color on #DAE3DA background.


White color preview on #DAE3DA background

This text has white color on #DAE3DA background.


Related colors

Complementary color

Complementary color for #hex is #251C25.


I love getcolorcode.com

Triadic colors

1 #DADAE3 and #E3DADA with #DAE3DA are triadic colors.

2 #DAE3DA and #E3DADA with #DAE3DA are triadic colors.