COLOR #DCE2D6

HEX: #DCE2D6
RGB: (220,226,214)

Color info

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

RGB color model

#DCE2D6 color RGB value is (220,226,214).

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

RGB channels and saturation

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

220
226
214

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

Portions of RGB colors in percentages

R + G + B =
220 + 226 + 214 = 660 (100%)
R 220 of 660 ~ 33.33%
G 226 of 660 ~ 34.24%
B 214 of 660 ~ 32.42%

%33.33
%34.24
%32.42

CMYK color model

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

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

CMYK percentages

%2.65
%0
%5.31
%11.37

Codes

Color #DCE2D6 in popluar color models

DCE2D6
RGB220226214
HSL90°17.14%86.27%
HSB/HSV90°5.31%88.63%
CMYK2.65%0.00%5.31%
11.37%

Color #DCE2D6 in popluar number systems.

HEXDCE2D6
Decimal220226214
Binary110111001110001011010110
Octal334342326

Shades and tints

Shades of #DCE2D6

#DCE2D6
(220,226,214)
#C8CEC3
(200,206,195)
#B4BAB0
(180,186,176)
#A0A69D
(160,166,157)
#8C928A
(140,146,138)
#787E77
(120,126,119)
#646A64
(100,106,100)
#505651
(80,86,81)
#3C423E
(60,66,62)
#282E2B
(40,46,43)
#141A18
(20,26,24)
#000000
(0,0,0)

Tints of #DCE2D6

#DCE2D6
(220,226,214)
#DFE4D9
(223,228,217)
#E2E6DC
(226,230,220)
#E5E8DF
(229,232,223)
#E8EAE2
(232,234,226)
#EBECE5
(235,236,229)
#EEEEE8
(238,238,232)
#F1F0EB
(241,240,235)
#F4F2EE
(244,242,238)
#F7F4F1
(247,244,241)
#FAF6F4
(250,246,244)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #DCE2D6; }

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

This text font color is #DCE2D6.


Background Color

.myBgColor { background-color: #DCE2D6; }

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

This div background color is #DCE2D6.


Border color

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

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

This div border color is #DCE2D6.


Opacity

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

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

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

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

This text has shadow with #DCE2D6 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #DCE2D6 on black background.


Color preview on white background

This text has color #DCE2D6 on white background.



Black color preview on #DCE2D6 background

This text has black color on #DCE2D6 background.


White color preview on #DCE2D6 background

This text has white color on #DCE2D6 background.