COLOR #DCF4EC

HEX: #DCF4EC
RGB: (220,244,236)

Color info

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

RGB color model

#DCF4EC color RGB value is (220,244,236).

  • red value is 220;
  • green value is 244;
  • blue value is 236.
RGB:
(220,244,236)
(86%,96%,93%)

RGB channels and saturation

R 220 of 255 = 86%
G 244 of 255 = 96%
B 236 of 255 = 93%

220
244
236

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

Portions of RGB colors in percentages

R + G + B =
220 + 244 + 236 = 700 (100%)
R 220 of 700 ~ 31.43%
G 244 of 700 ~ 34.86%
B 236 of 700 ~ 33.71%

%31.43
%34.86
%33.71

CMYK color model

#DCF4EC color CMYK value is (10,0,3,4).

  • cyan value is 9.84%
  • magenta value is 0.00%
  • yellow value is 3.28%
  • key color value is 4.31%
CMYK:
(10,0,3,4)
C10M0Y3K4 
(10%,0%,3%,4%)
(0.10/0.00/0.03/0.04)	

CMYK percentages

%9.84
%0
%3.28
%4.31

Codes

Color #DCF4EC in popluar color models

DCF4EC
RGB220244236
HSL160°52.17%90.98%
HSB/HSV160°9.84%95.69%
CMYK9.84%0.00%3.28%
4.31%

Color #DCF4EC in popluar number systems.

HEXDCF4EC
Decimal220244236
Binary110111001111010011101100
Octal334364354

Shades and tints

Shades of #DCF4EC

#DCF4EC
(220,244,236)
#C8DED7
(200,222,215)
#B4C8C2
(180,200,194)
#A0B2AD
(160,178,173)
#8C9C98
(140,156,152)
#788683
(120,134,131)
#64706E
(100,112,110)
#505A59
(80,90,89)
#3C4444
(60,68,68)
#282E2F
(40,46,47)
#14181A
(20,24,26)
#000000
(0,0,0)

Tints of #DCF4EC

#DCF4EC
(220,244,236)
#DFF5ED
(223,245,237)
#E2F6EE
(226,246,238)
#E5F7EF
(229,247,239)
#E8F8F0
(232,248,240)
#EBF9F1
(235,249,241)
#EEFAF2
(238,250,242)
#F1FBF3
(241,251,243)
#F4FCF4
(244,252,244)
#F7FDF5
(247,253,245)
#FAFEF6
(250,254,246)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #DCF4EC color. Also use rgb(220,244,236) instead hex code.

Text Font Color

.myTextColor { color: #DCF4EC; }

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

This text font color is #DCF4EC.


Background Color

.myBgColor { background-color: #DCF4EC; }

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

This div background color is #DCF4EC.


Border color

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

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

This div border color is #DCF4EC.


Opacity

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

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

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

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

This text has shadow with #DCF4EC color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #DCF4EC on black background.


Color preview on white background

This text has color #DCF4EC on white background.



Black color preview on #DCF4EC background

This text has black color on #DCF4EC background.


White color preview on #DCF4EC background

This text has white color on #DCF4EC background.