COLOR #DCE3E1

HEX: #DCE3E1
RGB: (220,227,225)

Color info

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

RGB color model

#DCE3E1 color RGB value is (220,227,225).

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

RGB channels and saturation

R 220 of 255 = 86%
G 227 of 255 = 89%
B 225 of 255 = 88%

220
227
225

R + G + B ~ 88%. #DCE3E1 is light color.

Portions of RGB colors in percentages

R + G + B =
220 + 227 + 225 = 672 (100%)
R 220 of 672 ~ 32.74%
G 227 of 672 ~ 33.78%
B 225 of 672 ~ 33.48%

%32.74
%33.78
%33.48

CMYK color model

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

  • cyan value is 3.08%
  • magenta value is 0.00%
  • yellow value is 0.88%
  • key color value is 10.98%
CMYK:
(3,0,1,11)
C3M0Y1K11 
(3%,0%,1%,11%)
(0.03/0.00/0.01/0.11)	

CMYK percentages

%3.08
%0
%0.88
%10.98

Codes

Color #DCE3E1 in popluar color models

DCE3E1
RGB220227225
HSL163°11.11%87.65%
HSB/HSV163°3.08%89.02%
CMYK3.08%0.00%0.88%
10.98%

Color #DCE3E1 in popluar number systems.

HEXDCE3E1
Decimal220227225
Binary110111001110001111100001
Octal334343341

Shades and tints

Shades of #DCE3E1

#DCE3E1
(220,227,225)
#C8CFCD
(200,207,205)
#B4BBB9
(180,187,185)
#A0A7A5
(160,167,165)
#8C9391
(140,147,145)
#787F7D
(120,127,125)
#646B69
(100,107,105)
#505755
(80,87,85)
#3C4341
(60,67,65)
#282F2D
(40,47,45)
#141B19
(20,27,25)
#000000
(0,0,0)

Tints of #DCE3E1

#DCE3E1
(220,227,225)
#DFE5E3
(223,229,227)
#E2E7E5
(226,231,229)
#E5E9E7
(229,233,231)
#E8EBE9
(232,235,233)
#EBEDEB
(235,237,235)
#EEEFED
(238,239,237)
#F1F1EF
(241,241,239)
#F4F3F1
(244,243,241)
#F7F5F3
(247,245,243)
#FAF7F5
(250,247,245)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #DCE3E1; }

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

This text font color is #DCE3E1.


Background Color

.myBgColor { background-color: #DCE3E1; }

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

This div background color is #DCE3E1.


Border color

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

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

This div border color is #DCE3E1.


Opacity

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

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

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

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

This text has shadow with #DCE3E1 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #DCE3E1 on black background.


Color preview on white background

This text has color #DCE3E1 on white background.



Black color preview on #DCE3E1 background

This text has black color on #DCE3E1 background.


White color preview on #DCE3E1 background

This text has white color on #DCE3E1 background.