COLOR #DCE9E5

HEX: #DCE9E5
RGB: (220,233,229)

Color info

#DCE9E5 contains red, green and blue colors in about the same proportion. Web safe color of #DCE9E5 is #CCFFCC (or #CFC).

RGB color model

#DCE9E5 color RGB value is (220,233,229).

  • red value is 220;
  • green value is 233;
  • blue value is 229.
RGB:
(220,233,229)
(86%,91%,90%)

RGB channels and saturation

R 220 of 255 = 86%
G 233 of 255 = 91%
B 229 of 255 = 90%

220
233
229

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

Portions of RGB colors in percentages

R + G + B =
220 + 233 + 229 = 682 (100%)
R 220 of 682 ~ 32.26%
G 233 of 682 ~ 34.16%
B 229 of 682 ~ 33.58%

%32.26
%34.16
%33.58

CMYK color model

#DCE9E5 color CMYK value is (6,0,2,9).

  • cyan value is 5.58%
  • magenta value is 0.00%
  • yellow value is 1.72%
  • key color value is 8.63%
CMYK:
(6,0,2,9)
C6M0Y2K9 
(6%,0%,2%,9%)
(0.06/0.00/0.02/0.09)	

CMYK percentages

%5.58
%0
%1.72
%8.63

Codes

Color #DCE9E5 in popluar color models

DCE9E5
RGB220233229
HSL162°22.81%88.82%
HSB/HSV162°5.58%91.37%
CMYK5.58%0.00%1.72%
8.63%

Color #DCE9E5 in popluar number systems.

HEXDCE9E5
Decimal220233229
Binary110111001110100111100101
Octal334351345

Shades and tints

Shades of #DCE9E5

#DCE9E5
(220,233,229)
#C8D4D1
(200,212,209)
#B4BFBD
(180,191,189)
#A0AAA9
(160,170,169)
#8C9595
(140,149,149)
#788081
(120,128,129)
#646B6D
(100,107,109)
#505659
(80,86,89)
#3C4145
(60,65,69)
#282C31
(40,44,49)
#14171D
(20,23,29)
#000000
(0,0,0)

Tints of #DCE9E5

#DCE9E5
(220,233,229)
#DFEBE7
(223,235,231)
#E2EDE9
(226,237,233)
#E5EFEB
(229,239,235)
#E8F1ED
(232,241,237)
#EBF3EF
(235,243,239)
#EEF5F1
(238,245,241)
#F1F7F3
(241,247,243)
#F4F9F5
(244,249,245)
#F7FBF7
(247,251,247)
#FAFDF9
(250,253,249)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #DCE9E5; }

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

This text font color is #DCE9E5.


Background Color

.myBgColor { background-color: #DCE9E5; }

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

This div background color is #DCE9E5.


Border color

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

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

This div border color is #DCE9E5.


Opacity

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

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

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

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

This text has shadow with #DCE9E5 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #DCE9E5 on black background.


Color preview on white background

This text has color #DCE9E5 on white background.



Black color preview on #DCE9E5 background

This text has black color on #DCE9E5 background.


White color preview on #DCE9E5 background

This text has white color on #DCE9E5 background.