COLOR #DCF1D7

HEX: #DCF1D7
RGB: (220,241,215)

Color info

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

RGB color model

#DCF1D7 color RGB value is (220,241,215).

  • red value is 220;
  • green value is 241;
  • blue value is 215.
RGB:
(220,241,215)
(86%,95%,84%)

RGB channels and saturation

R 220 of 255 = 86%
G 241 of 255 = 95%
B 215 of 255 = 84%

220
241
215

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

Portions of RGB colors in percentages

R + G + B =
220 + 241 + 215 = 676 (100%)
R 220 of 676 ~ 32.54%
G 241 of 676 ~ 35.65%
B 215 of 676 ~ 31.8%

%32.54
%35.65
%31.8

CMYK color model

#DCF1D7 color CMYK value is (9,0,11,5).

  • cyan value is 8.71%
  • magenta value is 0.00%
  • yellow value is 10.79%
  • key color value is 5.49%
CMYK:
(9,0,11,5)
C9M0Y11K5 
(9%,0%,11%,5%)
(0.09/0.00/0.11/0.05)	

CMYK percentages

%8.71
%0
%10.79
%5.49

Codes

Color #DCF1D7 in popluar color models

DCF1D7
RGB220241215
HSL108°48.15%89.41%
HSB/HSV108°10.79%94.51%
CMYK8.71%0.00%10.79%
5.49%

Color #DCF1D7 in popluar number systems.

HEXDCF1D7
Decimal220241215
Binary110111001111000111010111
Octal334361327

Shades and tints

Shades of #DCF1D7

#DCF1D7
(220,241,215)
#C8DCC4
(200,220,196)
#B4C7B1
(180,199,177)
#A0B29E
(160,178,158)
#8C9D8B
(140,157,139)
#788878
(120,136,120)
#647365
(100,115,101)
#505E52
(80,94,82)
#3C493F
(60,73,63)
#28342C
(40,52,44)
#141F19
(20,31,25)
#000000
(0,0,0)

Tints of #DCF1D7

#DCF1D7
(220,241,215)
#DFF2DA
(223,242,218)
#E2F3DD
(226,243,221)
#E5F4E0
(229,244,224)
#E8F5E3
(232,245,227)
#EBF6E6
(235,246,230)
#EEF7E9
(238,247,233)
#F1F8EC
(241,248,236)
#F4F9EF
(244,249,239)
#F7FAF2
(247,250,242)
#FAFBF5
(250,251,245)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #DCF1D7 color. Also use rgb(220,241,215) instead hex code.

Text Font Color

.myTextColor { color: #DCF1D7; }

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

This text font color is #DCF1D7.


Background Color

.myBgColor { background-color: #DCF1D7; }

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

This div background color is #DCF1D7.


Border color

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

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

This div border color is #DCF1D7.


Opacity

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

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

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

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

This text has shadow with #DCF1D7 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #DCF1D7 on black background.


Color preview on white background

This text has color #DCF1D7 on white background.



Black color preview on #DCF1D7 background

This text has black color on #DCF1D7 background.


White color preview on #DCF1D7 background

This text has white color on #DCF1D7 background.