COLOR #DCE2DC

HEX: #DCE2DC
RGB: (220,226,220)

Color info

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

RGB color model

#DCE2DC color RGB value is (220,226,220).

  • red value is 220;
  • green value is 226;
  • blue value is 220.
RGB:
(220,226,220)
(86%,89%,86%)

RGB channels and saturation

R 220 of 255 = 86%
G 226 of 255 = 89%
B 220 of 255 = 86%

220
226
220

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

Portions of RGB colors in percentages

R + G + B =
220 + 226 + 220 = 666 (100%)
R 220 of 666 ~ 33.03%
G 226 of 666 ~ 33.93%
B 220 of 666 ~ 33.03%

%33.03
%33.93
%33.03

CMYK color model

#DCE2DC color CMYK value is (3,0,3,11).

  • cyan value is 2.65%
  • magenta value is 0.00%
  • yellow value is 2.65%
  • key color value is 11.37%
CMYK:
(3,0,3,11)
C3M0Y3K11 
(3%,0%,3%,11%)
(0.03/0.00/0.03/0.11)	

CMYK percentages

%2.65
%0
%2.65
%11.37

Codes

Color #DCE2DC in popluar color models

DCE2DC
RGB220226220
HSL120°9.37%87.45%
HSB/HSV120°2.65%88.63%
CMYK2.65%0.00%2.65%
11.37%

Color #DCE2DC in popluar number systems.

HEXDCE2DC
Decimal220226220
Binary110111001110001011011100
Octal334342334

Shades and tints

Shades of #DCE2DC

#DCE2DC
(220,226,220)
#C8CEC8
(200,206,200)
#B4BAB4
(180,186,180)
#A0A6A0
(160,166,160)
#8C928C
(140,146,140)
#787E78
(120,126,120)
#646A64
(100,106,100)
#505650
(80,86,80)
#3C423C
(60,66,60)
#282E28
(40,46,40)
#141A14
(20,26,20)
#000000
(0,0,0)

Tints of #DCE2DC

#DCE2DC
(220,226,220)
#DFE4DF
(223,228,223)
#E2E6E2
(226,230,226)
#E5E8E5
(229,232,229)
#E8EAE8
(232,234,232)
#EBECEB
(235,236,235)
#EEEEEE
(238,238,238)
#F1F0F1
(241,240,241)
#F4F2F4
(244,242,244)
#F7F4F7
(247,244,247)
#FAF6FA
(250,246,250)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #DCE2DC; }

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

This text font color is #DCE2DC.


Background Color

.myBgColor { background-color: #DCE2DC; }

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

This div background color is #DCE2DC.


Border color

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

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

This div border color is #DCE2DC.


Opacity

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

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

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

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

This text has shadow with #DCE2DC color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #DCE2DC on black background.


Color preview on white background

This text has color #DCE2DC on white background.



Black color preview on #DCE2DC background

This text has black color on #DCE2DC background.


White color preview on #DCE2DC background

This text has white color on #DCE2DC background.