COLOR #DCF0E5

HEX: #DCF0E5
RGB: (220,240,229)

Color info

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

RGB color model

#DCF0E5 color RGB value is (220,240,229).

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

RGB channels and saturation

R 220 of 255 = 86%
G 240 of 255 = 94%
B 229 of 255 = 90%

220
240
229

R + G + B ~ 90%. #DCF0E5 is light color.

Portions of RGB colors in percentages

R + G + B =
220 + 240 + 229 = 689 (100%)
R 220 of 689 ~ 31.93%
G 240 of 689 ~ 34.83%
B 229 of 689 ~ 33.24%

%31.93
%34.83
%33.24

CMYK color model

#DCF0E5 color CMYK value is (8,0,5,6).

  • cyan value is 8.33%
  • magenta value is 0.00%
  • yellow value is 4.58%
  • key color value is 5.88%
CMYK:
(8,0,5,6)
C8M0Y5K6 
(8%,0%,5%,6%)
(0.08/0.00/0.05/0.06)	

CMYK percentages

%8.33
%0
%4.58
%5.88

Codes

Color #DCF0E5 in popluar color models

DCF0E5
RGB220240229
HSL147°40.00%90.20%
HSB/HSV147°8.33%94.12%
CMYK8.33%0.00%4.58%
5.88%

Color #DCF0E5 in popluar number systems.

HEXDCF0E5
Decimal220240229
Binary110111001111000011100101
Octal334360345

Shades and tints

Shades of #DCF0E5

#DCF0E5
(220,240,229)
#C8DBD1
(200,219,209)
#B4C6BD
(180,198,189)
#A0B1A9
(160,177,169)
#8C9C95
(140,156,149)
#788781
(120,135,129)
#64726D
(100,114,109)
#505D59
(80,93,89)
#3C4845
(60,72,69)
#283331
(40,51,49)
#141E1D
(20,30,29)
#000000
(0,0,0)

Tints of #DCF0E5

#DCF0E5
(220,240,229)
#DFF1E7
(223,241,231)
#E2F2E9
(226,242,233)
#E5F3EB
(229,243,235)
#E8F4ED
(232,244,237)
#EBF5EF
(235,245,239)
#EEF6F1
(238,246,241)
#F1F7F3
(241,247,243)
#F4F8F5
(244,248,245)
#F7F9F7
(247,249,247)
#FAFAF9
(250,250,249)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #DCF0E5; }

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

This text font color is #DCF0E5.


Background Color

.myBgColor { background-color: #DCF0E5; }

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

This div background color is #DCF0E5.


Border color

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

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

This div border color is #DCF0E5.


Opacity

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

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

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

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

This text has shadow with #DCF0E5 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #DCF0E5 on black background.


Color preview on white background

This text has color #DCF0E5 on white background.



Black color preview on #DCF0E5 background

This text has black color on #DCF0E5 background.


White color preview on #DCF0E5 background

This text has white color on #DCF0E5 background.