COLOR #DCF5DF

HEX: #DCF5DF
RGB: (220,245,223)

Color info

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

RGB color model

#DCF5DF color RGB value is (220,245,223).

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

RGB channels and saturation

R 220 of 255 = 86%
G 245 of 255 = 96%
B 223 of 255 = 87%

220
245
223

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

Portions of RGB colors in percentages

R + G + B =
220 + 245 + 223 = 688 (100%)
R 220 of 688 ~ 31.98%
G 245 of 688 ~ 35.61%
B 223 of 688 ~ 32.41%

%31.98
%35.61
%32.41

CMYK color model

#DCF5DF color CMYK value is (10,0,9,4).

  • cyan value is 10.20%
  • magenta value is 0.00%
  • yellow value is 8.98%
  • key color value is 3.92%
CMYK:
(10,0,9,4)
C10M0Y9K4 
(10%,0%,9%,4%)
(0.10/0.00/0.09/0.04)	

CMYK percentages

%10.2
%0
%8.98
%3.92

Codes

Color #DCF5DF in popluar color models

DCF5DF
RGB220245223
HSL127°55.56%91.18%
HSB/HSV127°10.20%96.08%
CMYK10.20%0.00%8.98%
3.92%

Color #DCF5DF in popluar number systems.

HEXDCF5DF
Decimal220245223
Binary110111001111010111011111
Octal334365337

Shades and tints

Shades of #DCF5DF

#DCF5DF
(220,245,223)
#C8DFCB
(200,223,203)
#B4C9B7
(180,201,183)
#A0B3A3
(160,179,163)
#8C9D8F
(140,157,143)
#78877B
(120,135,123)
#647167
(100,113,103)
#505B53
(80,91,83)
#3C453F
(60,69,63)
#282F2B
(40,47,43)
#141917
(20,25,23)
#000000
(0,0,0)

Tints of #DCF5DF

#DCF5DF
(220,245,223)
#DFF5E1
(223,245,225)
#E2F5E3
(226,245,227)
#E5F5E5
(229,245,229)
#E8F5E7
(232,245,231)
#EBF5E9
(235,245,233)
#EEF5EB
(238,245,235)
#F1F5ED
(241,245,237)
#F4F5EF
(244,245,239)
#F7F5F1
(247,245,241)
#FAF5F3
(250,245,243)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #DCF5DF; }

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

This text font color is #DCF5DF.


Background Color

.myBgColor { background-color: #DCF5DF; }

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

This div background color is #DCF5DF.


Border color

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

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

This div border color is #DCF5DF.


Opacity

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

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

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

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

This text has shadow with #DCF5DF color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #DCF5DF on black background.


Color preview on white background

This text has color #DCF5DF on white background.



Black color preview on #DCF5DF background

This text has black color on #DCF5DF background.


White color preview on #DCF5DF background

This text has white color on #DCF5DF background.