COLOR #DCF1D3

HEX: #DCF1D3
RGB: (220,241,211)

Color info

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

RGB color model

#DCF1D3 color RGB value is (220,241,211).

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

RGB channels and saturation

R 220 of 255 = 86%
G 241 of 255 = 95%
B 211 of 255 = 83%

220
241
211

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

Portions of RGB colors in percentages

R + G + B =
220 + 241 + 211 = 672 (100%)
R 220 of 672 ~ 32.74%
G 241 of 672 ~ 35.86%
B 211 of 672 ~ 31.4%

%32.74
%35.86
%31.4

CMYK color model

#DCF1D3 color CMYK value is (9,0,12,5).

  • cyan value is 8.71%
  • magenta value is 0.00%
  • yellow value is 12.45%
  • key color value is 5.49%
CMYK:
(9,0,12,5)
C9M0Y12K5 
(9%,0%,12%,5%)
(0.09/0.00/0.12/0.05)	

CMYK percentages

%8.71
%0
%12.45
%5.49

Codes

Color #DCF1D3 in popluar color models

DCF1D3
RGB220241211
HSL102°51.72%88.63%
HSB/HSV102°12.45%94.51%
CMYK8.71%0.00%12.45%
5.49%

Color #DCF1D3 in popluar number systems.

HEXDCF1D3
Decimal220241211
Binary110111001111000111010011
Octal334361323

Shades and tints

Shades of #DCF1D3

#DCF1D3
(220,241,211)
#C8DCC0
(200,220,192)
#B4C7AD
(180,199,173)
#A0B29A
(160,178,154)
#8C9D87
(140,157,135)
#788874
(120,136,116)
#647361
(100,115,97)
#505E4E
(80,94,78)
#3C493B
(60,73,59)
#283428
(40,52,40)
#141F15
(20,31,21)
#000000
(0,0,0)

Tints of #DCF1D3

#DCF1D3
(220,241,211)
#DFF2D7
(223,242,215)
#E2F3DB
(226,243,219)
#E5F4DF
(229,244,223)
#E8F5E3
(232,245,227)
#EBF6E7
(235,246,231)
#EEF7EB
(238,247,235)
#F1F8EF
(241,248,239)
#F4F9F3
(244,249,243)
#F7FAF7
(247,250,247)
#FAFBFB
(250,251,251)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #DCF1D3; }

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

This text font color is #DCF1D3.


Background Color

.myBgColor { background-color: #DCF1D3; }

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

This div background color is #DCF1D3.


Border color

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

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

This div border color is #DCF1D3.


Opacity

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

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

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

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

This text has shadow with #DCF1D3 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #DCF1D3 on black background.


Color preview on white background

This text has color #DCF1D3 on white background.



Black color preview on #DCF1D3 background

This text has black color on #DCF1D3 background.


White color preview on #DCF1D3 background

This text has white color on #DCF1D3 background.