COLOR #DCF2E1

HEX: #DCF2E1
RGB: (220,242,225)

Color info

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

RGB color model

#DCF2E1 color RGB value is (220,242,225).

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

RGB channels and saturation

R 220 of 255 = 86%
G 242 of 255 = 95%
B 225 of 255 = 88%

220
242
225

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

Portions of RGB colors in percentages

R + G + B =
220 + 242 + 225 = 687 (100%)
R 220 of 687 ~ 32.02%
G 242 of 687 ~ 35.23%
B 225 of 687 ~ 32.75%

%32.02
%35.23
%32.75

CMYK color model

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

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

CMYK percentages

%9.09
%0
%7.02
%5.1

Codes

Color #DCF2E1 in popluar color models

DCF2E1
RGB220242225
HSL134°45.83%90.59%
HSB/HSV134°9.09%94.90%
CMYK9.09%0.00%7.02%
5.10%

Color #DCF2E1 in popluar number systems.

HEXDCF2E1
Decimal220242225
Binary110111001111001011100001
Octal334362341

Shades and tints

Shades of #DCF2E1

#DCF2E1
(220,242,225)
#C8DCCD
(200,220,205)
#B4C6B9
(180,198,185)
#A0B0A5
(160,176,165)
#8C9A91
(140,154,145)
#78847D
(120,132,125)
#646E69
(100,110,105)
#505855
(80,88,85)
#3C4241
(60,66,65)
#282C2D
(40,44,45)
#141619
(20,22,25)
#000000
(0,0,0)

Tints of #DCF2E1

#DCF2E1
(220,242,225)
#DFF3E3
(223,243,227)
#E2F4E5
(226,244,229)
#E5F5E7
(229,245,231)
#E8F6E9
(232,246,233)
#EBF7EB
(235,247,235)
#EEF8ED
(238,248,237)
#F1F9EF
(241,249,239)
#F4FAF1
(244,250,241)
#F7FBF3
(247,251,243)
#FAFCF5
(250,252,245)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #DCF2E1 color. Also use rgb(220,242,225) instead hex code.

Text Font Color

.myTextColor { color: #DCF2E1; }

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

This text font color is #DCF2E1.


Background Color

.myBgColor { background-color: #DCF2E1; }

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

This div background color is #DCF2E1.


Border color

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

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

This div border color is #DCF2E1.


Opacity

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

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

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

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

This text has shadow with #DCF2E1 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #DCF2E1 on black background.


Color preview on white background

This text has color #DCF2E1 on white background.



Black color preview on #DCF2E1 background

This text has black color on #DCF2E1 background.


White color preview on #DCF2E1 background

This text has white color on #DCF2E1 background.