COLOR #DCFDD3

HEX: #DCFDD3
RGB: (220,253,211)

Color info

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

RGB color model

#DCFDD3 color RGB value is (220,253,211).

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

RGB channels and saturation

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

220
253
211

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

Portions of RGB colors in percentages

R + G + B =
220 + 253 + 211 = 684 (100%)
R 220 of 684 ~ 32.16%
G 253 of 684 ~ 36.99%
B 211 of 684 ~ 30.85%

%32.16
%36.99
%30.85

CMYK color model

#DCFDD3 color CMYK value is (13,0,17,1).

  • cyan value is 13.04%
  • magenta value is 0.00%
  • yellow value is 16.60%
  • key color value is 0.78%
CMYK:
(13,0,17,1)
C13M0Y17K1 
(13%,0%,17%,1%)
(0.13/0.00/0.17/0.01)	

CMYK percentages

%13.04
%0
%16.6
%0.78

Codes

Color #DCFDD3 in popluar color models

DCFDD3
RGB220253211
HSL107°91.30%90.98%
HSB/HSV107°16.60%99.22%
CMYK13.04%0.00%16.60%
0.78%

Color #DCFDD3 in popluar number systems.

HEXDCFDD3
Decimal220253211
Binary110111001111110111010011
Octal334375323

Shades and tints

Shades of #DCFDD3

#DCFDD3
(220,253,211)
#C8E6C0
(200,230,192)
#B4CFAD
(180,207,173)
#A0B89A
(160,184,154)
#8CA187
(140,161,135)
#788A74
(120,138,116)
#647361
(100,115,97)
#505C4E
(80,92,78)
#3C453B
(60,69,59)
#282E28
(40,46,40)
#141715
(20,23,21)
#000000
(0,0,0)

Tints of #DCFDD3

#DCFDD3
(220,253,211)
#DFFDD7
(223,253,215)
#E2FDDB
(226,253,219)
#E5FDDF
(229,253,223)
#E8FDE3
(232,253,227)
#EBFDE7
(235,253,231)
#EEFDEB
(238,253,235)
#F1FDEF
(241,253,239)
#F4FDF3
(244,253,243)
#F7FDF7
(247,253,247)
#FAFDFB
(250,253,251)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #DCFDD3; }

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

This text font color is #DCFDD3.


Background Color

.myBgColor { background-color: #DCFDD3; }

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

This div background color is #DCFDD3.


Border color

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

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

This div border color is #DCFDD3.


Opacity

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

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

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

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

This text has shadow with #DCFDD3 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #DCFDD3 on black background.


Color preview on white background

This text has color #DCFDD3 on white background.



Black color preview on #DCFDD3 background

This text has black color on #DCFDD3 background.


White color preview on #DCFDD3 background

This text has white color on #DCFDD3 background.