COLOR #DCE9DA

HEX: #DCE9DA RGB: (220,233,218)

Color info

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

RGB color model

#DCE9DA color RGB value is (220,233,218).

RGB: (220,233,218) (86%, 91%, 85%)

RGB channels and saturation

R 220 of 255 = 86%
G 233 of 255 = 91%
B 218 of 255 = 85%

220
233
218

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

Portions of RGB colors in percentages

R + G + B = 220 + 233 + 218 = 671 (100%)
R 220 of 671 ~ 32.79%
G 233 of 671 ~ 34.72%
B 218 of 671 ~ 32.49'%

%32.79
%34.72
%32.49

CMYK color model

#DCE9DA color CMYK value is (6,0,6,9).

  • cyan value is 5.58%
  • magenta value is 0.00%
  • yellow value is 6.44%
  • key color value is 8.63%

CMYK: (6,0,6,9)
C6M0Y6K9 (6%, 0%, 6%, 9%)
(0.06 / 0.00 / 0.06 / 0.09)

CMYK percentages

%5.58
%0
%6.44
%8.63

Codes

Color #DCE9DA in popluar color models

DC E9 DA
RGB 220 233 218
HSL 112° 25.42% 88.43%
HSB/HSV 112° 6.44% 91.37%
CMYK 5.58% 0.00% 6.44%
8.63%

Color #DCE9DA in popluar number systems.

HEX DC E9 DA
Decimal 220 233 218
Binary 11011100 11101001 11011010
Octal 334 351 332

Shades and tints

Shades of #DCE9DA

#DCE9DA
(220,233,218)
#C8D4C7
(200,212,199)
#B4BFB4
(180,191,180)
#A0AAA1
(160,170,161)
#8C958E
(140,149,142)
#78807B
(120,128,123)
#646B68
(100,107,104)
#505655
(80,86,85)
#3C4142
(60,65,66)
#282C2F
(40,44,47)
#14171C
(20,23,28)
#000000
(0,0,0)

Tints of #DCE9DA

#DCE9DA
(220,233,218)
#DFEBDD
(223,235,221)
#E2EDE0
(226,237,224)
#E5EFE3
(229,239,227)
#E8F1E6
(232,241,230)
#EBF3E9
(235,243,233)
#EEF5EC
(238,245,236)
#F1F7EF
(241,247,239)
#F4F9F2
(244,249,242)
#F7FBF5
(247,251,245)
#FAFDF8
(250,253,248)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #DCE9DA; }

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

This text font color is #DCE9DA.

Background Color

.myBgColor { background-color: #DCE9DA; }

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

This div background color is #DCE9DA.

Border color

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

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

This div border color is #DCE9DA.

Opacity

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

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

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

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

This text has shadow with #DCE9DA color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #DCE9DA.

Preview

Color preview on black background

This text has color #DCE9DA on black background.


Color preview on white background

This text has color #DCE9DA on white background.


Black color preview on #DCE9DA background

This text has black color on #DCE9DA background.


White color preview on #DCE9DA background

This text has white color on #DCE9DA background.


Related colors

Complementary color

Complementary color for #hex is #231625.


I love getcolorcode.com

Triadic colors

1 #DADCE9 and #E9DADC with #DCE9DA are triadic colors.

2 #DAE9DC and #E9DCDA with #DCE9DA are triadic colors.