COLOR #DCF4CE

HEX: #DCF4CE
RGB: (220,244,206)

Color info

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

RGB color model

#DCF4CE color RGB value is (220,244,206).

  • red value is 220;
  • green value is 244;
  • blue value is 206.
RGB:
(220,244,206)
(86%,96%,81%)

RGB channels and saturation

R 220 of 255 = 86%
G 244 of 255 = 96%
B 206 of 255 = 81%

220
244
206

R + G + B ~ 88%. #DCF4CE is light color.

Portions of RGB colors in percentages

R + G + B =
220 + 244 + 206 = 670 (100%)
R 220 of 670 ~ 32.84%
G 244 of 670 ~ 36.42%
B 206 of 670 ~ 30.75%

%32.84
%36.42
%30.75

CMYK color model

#DCF4CE color CMYK value is (10,0,16,4).

  • cyan value is 9.84%
  • magenta value is 0.00%
  • yellow value is 15.57%
  • key color value is 4.31%
CMYK:
(10,0,16,4)
C10M0Y16K4 
(10%,0%,16%,4%)
(0.10/0.00/0.16/0.04)	

CMYK percentages

%9.84
%0
%15.57
%4.31

Codes

Color #DCF4CE in popluar color models

DCF4CE
RGB220244206
HSL98°63.33%88.24%
HSB/HSV98°15.57%95.69%
CMYK9.84%0.00%15.57%
4.31%

Color #DCF4CE in popluar number systems.

HEXDCF4CE
Decimal220244206
Binary110111001111010011001110
Octal334364316

Shades and tints

Shades of #DCF4CE

#DCF4CE
(220,244,206)
#C8DEBC
(200,222,188)
#B4C8AA
(180,200,170)
#A0B298
(160,178,152)
#8C9C86
(140,156,134)
#788674
(120,134,116)
#647062
(100,112,98)
#505A50
(80,90,80)
#3C443E
(60,68,62)
#282E2C
(40,46,44)
#14181A
(20,24,26)
#000000
(0,0,0)

Tints of #DCF4CE

#DCF4CE
(220,244,206)
#DFF5D2
(223,245,210)
#E2F6D6
(226,246,214)
#E5F7DA
(229,247,218)
#E8F8DE
(232,248,222)
#EBF9E2
(235,249,226)
#EEFAE6
(238,250,230)
#F1FBEA
(241,251,234)
#F4FCEE
(244,252,238)
#F7FDF2
(247,253,242)
#FAFEF6
(250,254,246)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #DCF4CE; }

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

This text font color is #DCF4CE.


Background Color

.myBgColor { background-color: #DCF4CE; }

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

This div background color is #DCF4CE.


Border color

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

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

This div border color is #DCF4CE.


Opacity

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

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

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

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

This text has shadow with #DCF4CE color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #DCF4CE on black background.


Color preview on white background

This text has color #DCF4CE on white background.



Black color preview on #DCF4CE background

This text has black color on #DCF4CE background.


White color preview on #DCF4CE background

This text has white color on #DCF4CE background.