COLOR #DCF1E0

HEX: #DCF1E0
RGB: (220,241,224)

Color info

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

RGB color model

#DCF1E0 color RGB value is (220,241,224).

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

RGB channels and saturation

R 220 of 255 = 86%
G 241 of 255 = 95%
B 224 of 255 = 88%

220
241
224

R + G + B ~ 90%. #DCF1E0 is light color.

Portions of RGB colors in percentages

R + G + B =
220 + 241 + 224 = 685 (100%)
R 220 of 685 ~ 32.12%
G 241 of 685 ~ 35.18%
B 224 of 685 ~ 32.7%

%32.12
%35.18
%32.7

CMYK color model

#DCF1E0 color CMYK value is (9,0,7,5).

  • cyan value is 8.71%
  • magenta value is 0.00%
  • yellow value is 7.05%
  • key color value is 5.49%
CMYK:
(9,0,7,5)
C9M0Y7K5 
(9%,0%,7%,5%)
(0.09/0.00/0.07/0.05)	

CMYK percentages

%8.71
%0
%7.05
%5.49

Codes

Color #DCF1E0 in popluar color models

DCF1E0
RGB220241224
HSL131°42.86%90.39%
HSB/HSV131°8.71%94.51%
CMYK8.71%0.00%7.05%
5.49%

Color #DCF1E0 in popluar number systems.

HEXDCF1E0
Decimal220241224
Binary110111001111000111100000
Octal334361340

Shades and tints

Shades of #DCF1E0

#DCF1E0
(220,241,224)
#C8DCCC
(200,220,204)
#B4C7B8
(180,199,184)
#A0B2A4
(160,178,164)
#8C9D90
(140,157,144)
#78887C
(120,136,124)
#647368
(100,115,104)
#505E54
(80,94,84)
#3C4940
(60,73,64)
#28342C
(40,52,44)
#141F18
(20,31,24)
#000000
(0,0,0)

Tints of #DCF1E0

#DCF1E0
(220,241,224)
#DFF2E2
(223,242,226)
#E2F3E4
(226,243,228)
#E5F4E6
(229,244,230)
#E8F5E8
(232,245,232)
#EBF6EA
(235,246,234)
#EEF7EC
(238,247,236)
#F1F8EE
(241,248,238)
#F4F9F0
(244,249,240)
#F7FAF2
(247,250,242)
#FAFBF4
(250,251,244)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #DCF1E0; }

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

This text font color is #DCF1E0.


Background Color

.myBgColor { background-color: #DCF1E0; }

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

This div background color is #DCF1E0.


Border color

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

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

This div border color is #DCF1E0.


Opacity

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

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

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

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

This text has shadow with #DCF1E0 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #DCF1E0 on black background.


Color preview on white background

This text has color #DCF1E0 on white background.



Black color preview on #DCF1E0 background

This text has black color on #DCF1E0 background.


White color preview on #DCF1E0 background

This text has white color on #DCF1E0 background.