COLOR #DCE6E1

HEX: #DCE6E1
RGB: (220,230,225)

Color info

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

RGB color model

#DCE6E1 color RGB value is (220,230,225).

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

RGB channels and saturation

R 220 of 255 = 86%
G 230 of 255 = 90%
B 225 of 255 = 88%

220
230
225

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

Portions of RGB colors in percentages

R + G + B =
220 + 230 + 225 = 675 (100%)
R 220 of 675 ~ 32.59%
G 230 of 675 ~ 34.07%
B 225 of 675 ~ 33.33%

%32.59
%34.07
%33.33

CMYK color model

#DCE6E1 color CMYK value is (4,0,2,10).

  • cyan value is 4.35%
  • magenta value is 0.00%
  • yellow value is 2.17%
  • key color value is 9.80%
CMYK:
(4,0,2,10)
C4M0Y2K10 
(4%,0%,2%,10%)
(0.04/0.00/0.02/0.10)	

CMYK percentages

%4.35
%0
%2.17
%9.8

Codes

Color #DCE6E1 in popluar color models

DCE6E1
RGB220230225
HSL150°16.67%88.24%
HSB/HSV150°4.35%90.20%
CMYK4.35%0.00%2.17%
9.80%

Color #DCE6E1 in popluar number systems.

HEXDCE6E1
Decimal220230225
Binary110111001110011011100001
Octal334346341

Shades and tints

Shades of #DCE6E1

#DCE6E1
(220,230,225)
#C8D2CD
(200,210,205)
#B4BEB9
(180,190,185)
#A0AAA5
(160,170,165)
#8C9691
(140,150,145)
#78827D
(120,130,125)
#646E69
(100,110,105)
#505A55
(80,90,85)
#3C4641
(60,70,65)
#28322D
(40,50,45)
#141E19
(20,30,25)
#000000
(0,0,0)

Tints of #DCE6E1

#DCE6E1
(220,230,225)
#DFE8E3
(223,232,227)
#E2EAE5
(226,234,229)
#E5ECE7
(229,236,231)
#E8EEE9
(232,238,233)
#EBF0EB
(235,240,235)
#EEF2ED
(238,242,237)
#F1F4EF
(241,244,239)
#F4F6F1
(244,246,241)
#F7F8F3
(247,248,243)
#FAFAF5
(250,250,245)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #DCE6E1; }

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

This text font color is #DCE6E1.


Background Color

.myBgColor { background-color: #DCE6E1; }

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

This div background color is #DCE6E1.


Border color

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

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

This div border color is #DCE6E1.


Opacity

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

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

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

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

This text has shadow with #DCE6E1 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #DCE6E1 on black background.


Color preview on white background

This text has color #DCE6E1 on white background.



Black color preview on #DCE6E1 background

This text has black color on #DCE6E1 background.


White color preview on #DCE6E1 background

This text has white color on #DCE6E1 background.