COLOR #DCF8DF

HEX: #DCF8DF
RGB: (220,248,223)

Color info

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

RGB color model

#DCF8DF color RGB value is (220,248,223).

  • red value is 220;
  • green value is 248;
  • blue value is 223.
RGB:
(220,248,223)
(86%,97%,87%)

RGB channels and saturation

R 220 of 255 = 86%
G 248 of 255 = 97%
B 223 of 255 = 87%

220
248
223

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

Portions of RGB colors in percentages

R + G + B =
220 + 248 + 223 = 691 (100%)
R 220 of 691 ~ 31.84%
G 248 of 691 ~ 35.89%
B 223 of 691 ~ 32.27%

%31.84
%35.89
%32.27

CMYK color model

#DCF8DF color CMYK value is (11,0,10,3).

  • cyan value is 11.29%
  • magenta value is 0.00%
  • yellow value is 10.08%
  • key color value is 2.75%
CMYK:
(11,0,10,3)
C11M0Y10K3 
(11%,0%,10%,3%)
(0.11/0.00/0.10/0.03)	

CMYK percentages

%11.29
%0
%10.08
%2.75

Codes

Color #DCF8DF in popluar color models

DCF8DF
RGB220248223
HSL126°66.67%91.76%
HSB/HSV126°11.29%97.25%
CMYK11.29%0.00%10.08%
2.75%

Color #DCF8DF in popluar number systems.

HEXDCF8DF
Decimal220248223
Binary110111001111100011011111
Octal334370337

Shades and tints

Shades of #DCF8DF

#DCF8DF
(220,248,223)
#C8E2CB
(200,226,203)
#B4CCB7
(180,204,183)
#A0B6A3
(160,182,163)
#8CA08F
(140,160,143)
#788A7B
(120,138,123)
#647467
(100,116,103)
#505E53
(80,94,83)
#3C483F
(60,72,63)
#28322B
(40,50,43)
#141C17
(20,28,23)
#000000
(0,0,0)

Tints of #DCF8DF

#DCF8DF
(220,248,223)
#DFF8E1
(223,248,225)
#E2F8E3
(226,248,227)
#E5F8E5
(229,248,229)
#E8F8E7
(232,248,231)
#EBF8E9
(235,248,233)
#EEF8EB
(238,248,235)
#F1F8ED
(241,248,237)
#F4F8EF
(244,248,239)
#F7F8F1
(247,248,241)
#FAF8F3
(250,248,243)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #DCF8DF color. Also use rgb(220,248,223) instead hex code.

Text Font Color

.myTextColor { color: #DCF8DF; }

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

This text font color is #DCF8DF.


Background Color

.myBgColor { background-color: #DCF8DF; }

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

This div background color is #DCF8DF.


Border color

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

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

This div border color is #DCF8DF.


Opacity

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

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

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

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

This text has shadow with #DCF8DF color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #DCF8DF on black background.


Color preview on white background

This text has color #DCF8DF on white background.



Black color preview on #DCF8DF background

This text has black color on #DCF8DF background.


White color preview on #DCF8DF background

This text has white color on #DCF8DF background.