COLOR #DCE8E7

HEX: #DCE8E7
RGB: (220,232,231)

Color info

#DCE8E7 contains red, green and blue colors in about the same proportion. Web safe color of #DCE8E7 is #CCFFFF (or #CFF).

RGB color model

#DCE8E7 color RGB value is (220,232,231).

  • red value is 220;
  • green value is 232;
  • blue value is 231.
RGB:
(220,232,231)
(86%,91%,91%)

RGB channels and saturation

R 220 of 255 = 86%
G 232 of 255 = 91%
B 231 of 255 = 91%

220
232
231

R + G + B ~ 89%. #DCE8E7 is light color.

Portions of RGB colors in percentages

R + G + B =
220 + 232 + 231 = 683 (100%)
R 220 of 683 ~ 32.21%
G 232 of 683 ~ 33.97%
B 231 of 683 ~ 33.82%

%32.21
%33.97
%33.82

CMYK color model

#DCE8E7 color CMYK value is (5,0,0,9).

  • cyan value is 5.17%
  • magenta value is 0.00%
  • yellow value is 0.43%
  • key color value is 9.02%
CMYK:
(5,0,0,9)
C5M0Y0K9 
(5%,0%,0%,9%)
(0.05/0.00/0.00/0.09)	

CMYK percentages

%5.17
%0
%0.43
%9.02

Codes

Color #DCE8E7 in popluar color models

DCE8E7
RGB220232231
HSL175°20.69%88.63%
HSB/HSV175°5.17%90.98%
CMYK5.17%0.00%0.43%
9.02%

Color #DCE8E7 in popluar number systems.

HEXDCE8E7
Decimal220232231
Binary110111001110100011100111
Octal334350347

Shades and tints

Shades of #DCE8E7

#DCE8E7
(220,232,231)
#C8D3D2
(200,211,210)
#B4BEBD
(180,190,189)
#A0A9A8
(160,169,168)
#8C9493
(140,148,147)
#787F7E
(120,127,126)
#646A69
(100,106,105)
#505554
(80,85,84)
#3C403F
(60,64,63)
#282B2A
(40,43,42)
#141615
(20,22,21)
#000000
(0,0,0)

Tints of #DCE8E7

#DCE8E7
(220,232,231)
#DFEAE9
(223,234,233)
#E2ECEB
(226,236,235)
#E5EEED
(229,238,237)
#E8F0EF
(232,240,239)
#EBF2F1
(235,242,241)
#EEF4F3
(238,244,243)
#F1F6F5
(241,246,245)
#F4F8F7
(244,248,247)
#F7FAF9
(247,250,249)
#FAFCFB
(250,252,251)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #DCE8E7; }

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

This text font color is #DCE8E7.


Background Color

.myBgColor { background-color: #DCE8E7; }

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

This div background color is #DCE8E7.


Border color

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

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

This div border color is #DCE8E7.


Opacity

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

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

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

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

This text has shadow with #DCE8E7 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #DCE8E7 on black background.


Color preview on white background

This text has color #DCE8E7 on white background.



Black color preview on #DCE8E7 background

This text has black color on #DCE8E7 background.


White color preview on #DCE8E7 background

This text has white color on #DCE8E7 background.