COLOR #DCF8C1

HEX: #DCF8C1
RGB: (220,248,193)

Color info

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

RGB color model

#DCF8C1 color RGB value is (220,248,193).

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

RGB channels and saturation

R 220 of 255 = 86%
G 248 of 255 = 97%
B 193 of 255 = 76%

220
248
193

R + G + B ~ 86%. #DCF8C1 is light color.

Portions of RGB colors in percentages

R + G + B =
220 + 248 + 193 = 661 (100%)
R 220 of 661 ~ 33.28%
G 248 of 661 ~ 37.52%
B 193 of 661 ~ 29.2%

%33.28
%37.52
%29.2

CMYK color model

#DCF8C1 color CMYK value is (11,0,22,3).

  • cyan value is 11.29%
  • magenta value is 0.00%
  • yellow value is 22.18%
  • key color value is 2.75%
CMYK:
(11,0,22,3)
C11M0Y22K3 
(11%,0%,22%,3%)
(0.11/0.00/0.22/0.03)	

CMYK percentages

%11.29
%0
%22.18
%2.75

Codes

Color #DCF8C1 in popluar color models

DCF8C1
RGB220248193
HSL91°79.71%86.47%
HSB/HSV91°22.18%97.25%
CMYK11.29%0.00%22.18%
2.75%

Color #DCF8C1 in popluar number systems.

HEXDCF8C1
Decimal220248193
Binary110111001111100011000001
Octal334370301

Shades and tints

Shades of #DCF8C1

#DCF8C1
(220,248,193)
#C8E2B0
(200,226,176)
#B4CC9F
(180,204,159)
#A0B68E
(160,182,142)
#8CA07D
(140,160,125)
#788A6C
(120,138,108)
#64745B
(100,116,91)
#505E4A
(80,94,74)
#3C4839
(60,72,57)
#283228
(40,50,40)
#141C17
(20,28,23)
#000000
(0,0,0)

Tints of #DCF8C1

#DCF8C1
(220,248,193)
#DFF8C6
(223,248,198)
#E2F8CB
(226,248,203)
#E5F8D0
(229,248,208)
#E8F8D5
(232,248,213)
#EBF8DA
(235,248,218)
#EEF8DF
(238,248,223)
#F1F8E4
(241,248,228)
#F4F8E9
(244,248,233)
#F7F8EE
(247,248,238)
#FAF8F3
(250,248,243)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #DCF8C1; }

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

This text font color is #DCF8C1.


Background Color

.myBgColor { background-color: #DCF8C1; }

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

This div background color is #DCF8C1.


Border color

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

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

This div border color is #DCF8C1.


Opacity

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

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

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

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

This text has shadow with #DCF8C1 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #DCF8C1 on black background.


Color preview on white background

This text has color #DCF8C1 on white background.



Black color preview on #DCF8C1 background

This text has black color on #DCF8C1 background.


White color preview on #DCF8C1 background

This text has white color on #DCF8C1 background.