COLOR #DCF1E5

HEX: #DCF1E5
RGB: (220,241,229)

Color info

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

RGB color model

#DCF1E5 color RGB value is (220,241,229).

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

RGB channels and saturation

R 220 of 255 = 86%
G 241 of 255 = 95%
B 229 of 255 = 90%

220
241
229

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

Portions of RGB colors in percentages

R + G + B =
220 + 241 + 229 = 690 (100%)
R 220 of 690 ~ 31.88%
G 241 of 690 ~ 34.93%
B 229 of 690 ~ 33.19%

%31.88
%34.93
%33.19

CMYK color model

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

  • cyan value is 8.71%
  • magenta value is 0.00%
  • yellow value is 4.98%
  • key color value is 5.49%
CMYK:
(9,0,5,5)
C9M0Y5K5 
(9%,0%,5%,5%)
(0.09/0.00/0.05/0.05)	

CMYK percentages

%8.71
%0
%4.98
%5.49

Codes

Color #DCF1E5 in popluar color models

DCF1E5
RGB220241229
HSL146°42.86%90.39%
HSB/HSV146°8.71%94.51%
CMYK8.71%0.00%4.98%
5.49%

Color #DCF1E5 in popluar number systems.

HEXDCF1E5
Decimal220241229
Binary110111001111000111100101
Octal334361345

Shades and tints

Shades of #DCF1E5

#DCF1E5
(220,241,229)
#C8DCD1
(200,220,209)
#B4C7BD
(180,199,189)
#A0B2A9
(160,178,169)
#8C9D95
(140,157,149)
#788881
(120,136,129)
#64736D
(100,115,109)
#505E59
(80,94,89)
#3C4945
(60,73,69)
#283431
(40,52,49)
#141F1D
(20,31,29)
#000000
(0,0,0)

Tints of #DCF1E5

#DCF1E5
(220,241,229)
#DFF2E7
(223,242,231)
#E2F3E9
(226,243,233)
#E5F4EB
(229,244,235)
#E8F5ED
(232,245,237)
#EBF6EF
(235,246,239)
#EEF7F1
(238,247,241)
#F1F8F3
(241,248,243)
#F4F9F5
(244,249,245)
#F7FAF7
(247,250,247)
#FAFBF9
(250,251,249)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #DCF1E5; }

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

This text font color is #DCF1E5.


Background Color

.myBgColor { background-color: #DCF1E5; }

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

This div background color is #DCF1E5.


Border color

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

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

This div border color is #DCF1E5.


Opacity

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

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

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

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

This text has shadow with #DCF1E5 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #DCF1E5 on black background.


Color preview on white background

This text has color #DCF1E5 on white background.



Black color preview on #DCF1E5 background

This text has black color on #DCF1E5 background.


White color preview on #DCF1E5 background

This text has white color on #DCF1E5 background.