COLOR #DCE0E0

HEX: #DCE0E0
RGB: (220,224,224)

Color info

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

RGB color model

#DCE0E0 color RGB value is (220,224,224).

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

RGB channels and saturation

R 220 of 255 = 86%
G 224 of 255 = 88%
B 224 of 255 = 88%

220
224
224

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

Portions of RGB colors in percentages

R + G + B =
220 + 224 + 224 = 668 (100%)
R 220 of 668 ~ 32.93%
G 224 of 668 ~ 33.53%
B 224 of 668 ~ 33.53%

%32.93
%33.53
%33.53

CMYK color model

#DCE0E0 color CMYK value is (2,0,0,12).

  • cyan value is 1.79%
  • magenta value is 0.00%
  • yellow value is 0.00%
  • key color value is 12.16%
CMYK:
(2,0,0,12)
C2M0Y0K12 
(2%,0%,0%,12%)
(0.02/0.00/0.00/0.12)	

CMYK percentages

%1.79
%0
%0
%12.16

Codes

Color #DCE0E0 in popluar color models

DCE0E0
RGB220224224
HSL180°6.06%87.06%
HSB/HSV180°1.79%87.84%
CMYK1.79%0.00%0.00%
12.16%

Color #DCE0E0 in popluar number systems.

HEXDCE0E0
Decimal220224224
Binary110111001110000011100000
Octal334340340

Shades and tints

Shades of #DCE0E0

#DCE0E0
(220,224,224)
#C8CCCC
(200,204,204)
#B4B8B8
(180,184,184)
#A0A4A4
(160,164,164)
#8C9090
(140,144,144)
#787C7C
(120,124,124)
#646868
(100,104,104)
#505454
(80,84,84)
#3C4040
(60,64,64)
#282C2C
(40,44,44)
#141818
(20,24,24)
#000000
(0,0,0)

Tints of #DCE0E0

#DCE0E0
(220,224,224)
#DFE2E2
(223,226,226)
#E2E4E4
(226,228,228)
#E5E6E6
(229,230,230)
#E8E8E8
(232,232,232)
#EBEAEA
(235,234,234)
#EEECEC
(238,236,236)
#F1EEEE
(241,238,238)
#F4F0F0
(244,240,240)
#F7F2F2
(247,242,242)
#FAF4F4
(250,244,244)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #DCE0E0; }

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

This text font color is #DCE0E0.


Background Color

.myBgColor { background-color: #DCE0E0; }

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

This div background color is #DCE0E0.


Border color

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

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

This div border color is #DCE0E0.


Opacity

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

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

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

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

This text has shadow with #DCE0E0 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #DCE0E0 on black background.


Color preview on white background

This text has color #DCE0E0 on white background.



Black color preview on #DCE0E0 background

This text has black color on #DCE0E0 background.


White color preview on #DCE0E0 background

This text has white color on #DCE0E0 background.