COLOR #DCF8EA

HEX: #DCF8EA
RGB: (220,248,234)

Color info

#DCF8EA contains red, green and blue colors in about the same proportion. Web safe color of #DCF8EA is #CCFFFF (or #CFF).

RGB color model

#DCF8EA color RGB value is (220,248,234).

  • red value is 220;
  • green value is 248;
  • blue value is 234.
RGB:
(220,248,234)
(86%,97%,92%)

RGB channels and saturation

R 220 of 255 = 86%
G 248 of 255 = 97%
B 234 of 255 = 92%

220
248
234

R + G + B ~ 92%. #DCF8EA is light color.

Portions of RGB colors in percentages

R + G + B =
220 + 248 + 234 = 702 (100%)
R 220 of 702 ~ 31.34%
G 248 of 702 ~ 35.33%
B 234 of 702 ~ 33.33%

%31.34
%35.33
%33.33

CMYK color model

#DCF8EA color CMYK value is (11,0,6,3).

  • cyan value is 11.29%
  • magenta value is 0.00%
  • yellow value is 5.65%
  • key color value is 2.75%
CMYK:
(11,0,6,3)
C11M0Y6K3 
(11%,0%,6%,3%)
(0.11/0.00/0.06/0.03)	

CMYK percentages

%11.29
%0
%5.65
%2.75

Codes

Color #DCF8EA in popluar color models

DCF8EA
RGB220248234
HSL150°66.67%91.76%
HSB/HSV150°11.29%97.25%
CMYK11.29%0.00%5.65%
2.75%

Color #DCF8EA in popluar number systems.

HEXDCF8EA
Decimal220248234
Binary110111001111100011101010
Octal334370352

Shades and tints

Shades of #DCF8EA

#DCF8EA
(220,248,234)
#C8E2D5
(200,226,213)
#B4CCC0
(180,204,192)
#A0B6AB
(160,182,171)
#8CA096
(140,160,150)
#788A81
(120,138,129)
#64746C
(100,116,108)
#505E57
(80,94,87)
#3C4842
(60,72,66)
#28322D
(40,50,45)
#141C18
(20,28,24)
#000000
(0,0,0)

Tints of #DCF8EA

#DCF8EA
(220,248,234)
#DFF8EB
(223,248,235)
#E2F8EC
(226,248,236)
#E5F8ED
(229,248,237)
#E8F8EE
(232,248,238)
#EBF8EF
(235,248,239)
#EEF8F0
(238,248,240)
#F1F8F1
(241,248,241)
#F4F8F2
(244,248,242)
#F7F8F3
(247,248,243)
#FAF8F4
(250,248,244)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #DCF8EA color. Also use rgb(220,248,234) instead hex code.

Text Font Color

.myTextColor { color: #DCF8EA; }

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

This text font color is #DCF8EA.


Background Color

.myBgColor { background-color: #DCF8EA; }

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

This div background color is #DCF8EA.


Border color

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

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

This div border color is #DCF8EA.


Opacity

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

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

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

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

This text has shadow with #DCF8EA color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #DCF8EA on black background.


Color preview on white background

This text has color #DCF8EA on white background.



Black color preview on #DCF8EA background

This text has black color on #DCF8EA background.


White color preview on #DCF8EA background

This text has white color on #DCF8EA background.