COLOR #DCFCD3

HEX: #DCFCD3
RGB: (220,252,211)

Color info

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

RGB color model

#DCFCD3 color RGB value is (220,252,211).

  • red value is 220;
  • green value is 252;
  • blue value is 211.
RGB:
(220,252,211)
(86%,99%,83%)

RGB channels and saturation

R 220 of 255 = 86%
G 252 of 255 = 99%
B 211 of 255 = 83%

220
252
211

R + G + B ~ 89%. #DCFCD3 is light color.

Portions of RGB colors in percentages

R + G + B =
220 + 252 + 211 = 683 (100%)
R 220 of 683 ~ 32.21%
G 252 of 683 ~ 36.9%
B 211 of 683 ~ 30.89%

%32.21
%36.9
%30.89

CMYK color model

#DCFCD3 color CMYK value is (13,0,16,1).

  • cyan value is 12.70%
  • magenta value is 0.00%
  • yellow value is 16.27%
  • key color value is 1.18%
CMYK:
(13,0,16,1)
C13M0Y16K1 
(13%,0%,16%,1%)
(0.13/0.00/0.16/0.01)	

CMYK percentages

%12.7
%0
%16.27
%1.18

Codes

Color #DCFCD3 in popluar color models

DCFCD3
RGB220252211
HSL107°87.23%90.78%
HSB/HSV107°16.27%98.82%
CMYK12.70%0.00%16.27%
1.18%

Color #DCFCD3 in popluar number systems.

HEXDCFCD3
Decimal220252211
Binary110111001111110011010011
Octal334374323

Shades and tints

Shades of #DCFCD3

#DCFCD3
(220,252,211)
#C8E6C0
(200,230,192)
#B4D0AD
(180,208,173)
#A0BA9A
(160,186,154)
#8CA487
(140,164,135)
#788E74
(120,142,116)
#647861
(100,120,97)
#50624E
(80,98,78)
#3C4C3B
(60,76,59)
#283628
(40,54,40)
#142015
(20,32,21)
#000000
(0,0,0)

Tints of #DCFCD3

#DCFCD3
(220,252,211)
#DFFCD7
(223,252,215)
#E2FCDB
(226,252,219)
#E5FCDF
(229,252,223)
#E8FCE3
(232,252,227)
#EBFCE7
(235,252,231)
#EEFCEB
(238,252,235)
#F1FCEF
(241,252,239)
#F4FCF3
(244,252,243)
#F7FCF7
(247,252,247)
#FAFCFB
(250,252,251)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #DCFCD3 color. Also use rgb(220,252,211) instead hex code.

Text Font Color

.myTextColor { color: #DCFCD3; }

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

This text font color is #DCFCD3.


Background Color

.myBgColor { background-color: #DCFCD3; }

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

This div background color is #DCFCD3.


Border color

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

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

This div border color is #DCFCD3.


Opacity

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

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

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

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

This text has shadow with #DCFCD3 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #DCFCD3 on black background.


Color preview on white background

This text has color #DCFCD3 on white background.



Black color preview on #DCFCD3 background

This text has black color on #DCFCD3 background.


White color preview on #DCFCD3 background

This text has white color on #DCFCD3 background.