COLOR #DCEFDD

HEX: #DCEFDD
RGB: (220,239,221)

Color info

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

RGB color model

#DCEFDD color RGB value is (220,239,221).

  • red value is 220;
  • green value is 239;
  • blue value is 221.
RGB:
(220,239,221)
(86%,94%,87%)

RGB channels and saturation

R 220 of 255 = 86%
G 239 of 255 = 94%
B 221 of 255 = 87%

220
239
221

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

Portions of RGB colors in percentages

R + G + B =
220 + 239 + 221 = 680 (100%)
R 220 of 680 ~ 32.35%
G 239 of 680 ~ 35.15%
B 221 of 680 ~ 32.5%

%32.35
%35.15
%32.5

CMYK color model

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

  • cyan value is 7.95%
  • magenta value is 0.00%
  • yellow value is 7.53%
  • key color value is 6.27%
CMYK:
(8,0,8,6)
C8M0Y8K6 
(8%,0%,8%,6%)
(0.08/0.00/0.08/0.06)	

CMYK percentages

%7.95
%0
%7.53
%6.27

Codes

Color #DCEFDD in popluar color models

DCEFDD
RGB220239221
HSL123°37.25%90.00%
HSB/HSV123°7.95%93.73%
CMYK7.95%0.00%7.53%
6.27%

Color #DCEFDD in popluar number systems.

HEXDCEFDD
Decimal220239221
Binary110111001110111111011101
Octal334357335

Shades and tints

Shades of #DCEFDD

#DCEFDD
(220,239,221)
#C8DAC9
(200,218,201)
#B4C5B5
(180,197,181)
#A0B0A1
(160,176,161)
#8C9B8D
(140,155,141)
#788679
(120,134,121)
#647165
(100,113,101)
#505C51
(80,92,81)
#3C473D
(60,71,61)
#283229
(40,50,41)
#141D15
(20,29,21)
#000000
(0,0,0)

Tints of #DCEFDD

#DCEFDD
(220,239,221)
#DFF0E0
(223,240,224)
#E2F1E3
(226,241,227)
#E5F2E6
(229,242,230)
#E8F3E9
(232,243,233)
#EBF4EC
(235,244,236)
#EEF5EF
(238,245,239)
#F1F6F2
(241,246,242)
#F4F7F5
(244,247,245)
#F7F8F8
(247,248,248)
#FAF9FB
(250,249,251)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #DCEFDD; }

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

This text font color is #DCEFDD.


Background Color

.myBgColor { background-color: #DCEFDD; }

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

This div background color is #DCEFDD.


Border color

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

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

This div border color is #DCEFDD.


Opacity

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

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

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

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

This text has shadow with #DCEFDD color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #DCEFDD on black background.


Color preview on white background

This text has color #DCEFDD on white background.



Black color preview on #DCEFDD background

This text has black color on #DCEFDD background.


White color preview on #DCEFDD background

This text has white color on #DCEFDD background.