COLOR #DCE6DA

HEX: #DCE6DA
RGB: (220,230,218)

Color info

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

RGB color model

#DCE6DA color RGB value is (220,230,218).

  • red value is 220;
  • green value is 230;
  • blue value is 218.
RGB:
(220,230,218)
(86%,90%,85%)

RGB channels and saturation

R 220 of 255 = 86%
G 230 of 255 = 90%
B 218 of 255 = 85%

220
230
218

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

Portions of RGB colors in percentages

R + G + B =
220 + 230 + 218 = 668 (100%)
R 220 of 668 ~ 32.93%
G 230 of 668 ~ 34.43%
B 218 of 668 ~ 32.63%

%32.93
%34.43
%32.63

CMYK color model

#DCE6DA color CMYK value is (4,0,5,10).

  • cyan value is 4.35%
  • magenta value is 0.00%
  • yellow value is 5.22%
  • key color value is 9.80%
CMYK:
(4,0,5,10)
C4M0Y5K10 
(4%,0%,5%,10%)
(0.04/0.00/0.05/0.10)	

CMYK percentages

%4.35
%0
%5.22
%9.8

Codes

Color #DCE6DA in popluar color models

DCE6DA
RGB220230218
HSL110°19.35%87.84%
HSB/HSV110°5.22%90.20%
CMYK4.35%0.00%5.22%
9.80%

Color #DCE6DA in popluar number systems.

HEXDCE6DA
Decimal220230218
Binary110111001110011011011010
Octal334346332

Shades and tints

Shades of #DCE6DA

#DCE6DA
(220,230,218)
#C8D2C7
(200,210,199)
#B4BEB4
(180,190,180)
#A0AAA1
(160,170,161)
#8C968E
(140,150,142)
#78827B
(120,130,123)
#646E68
(100,110,104)
#505A55
(80,90,85)
#3C4642
(60,70,66)
#28322F
(40,50,47)
#141E1C
(20,30,28)
#000000
(0,0,0)

Tints of #DCE6DA

#DCE6DA
(220,230,218)
#DFE8DD
(223,232,221)
#E2EAE0
(226,234,224)
#E5ECE3
(229,236,227)
#E8EEE6
(232,238,230)
#EBF0E9
(235,240,233)
#EEF2EC
(238,242,236)
#F1F4EF
(241,244,239)
#F4F6F2
(244,246,242)
#F7F8F5
(247,248,245)
#FAFAF8
(250,250,248)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #DCE6DA; }

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

This text font color is #DCE6DA.


Background Color

.myBgColor { background-color: #DCE6DA; }

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

This div background color is #DCE6DA.


Border color

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

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

This div border color is #DCE6DA.


Opacity

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

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

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

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

This text has shadow with #DCE6DA color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #DCE6DA on black background.


Color preview on white background

This text has color #DCE6DA on white background.



Black color preview on #DCE6DA background

This text has black color on #DCE6DA background.


White color preview on #DCE6DA background

This text has white color on #DCE6DA background.