COLOR #DCF7EE

HEX: #DCF7EE
RGB: (220,247,238)

Color info

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

RGB color model

#DCF7EE color RGB value is (220,247,238).

  • red value is 220;
  • green value is 247;
  • blue value is 238.
RGB:
(220,247,238)
(86%,97%,93%)

RGB channels and saturation

R 220 of 255 = 86%
G 247 of 255 = 97%
B 238 of 255 = 93%

220
247
238

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

Portions of RGB colors in percentages

R + G + B =
220 + 247 + 238 = 705 (100%)
R 220 of 705 ~ 31.21%
G 247 of 705 ~ 35.04%
B 238 of 705 ~ 33.76%

%31.21
%35.04
%33.76

CMYK color model

#DCF7EE color CMYK value is (11,0,4,3).

  • cyan value is 10.93%
  • magenta value is 0.00%
  • yellow value is 3.64%
  • key color value is 3.14%
CMYK:
(11,0,4,3)
C11M0Y4K3 
(11%,0%,4%,3%)
(0.11/0.00/0.04/0.03)	

CMYK percentages

%10.93
%0
%3.64
%3.14

Codes

Color #DCF7EE in popluar color models

DCF7EE
RGB220247238
HSL160°62.79%91.57%
HSB/HSV160°10.93%96.86%
CMYK10.93%0.00%3.64%
3.14%

Color #DCF7EE in popluar number systems.

HEXDCF7EE
Decimal220247238
Binary110111001111011111101110
Octal334367356

Shades and tints

Shades of #DCF7EE

#DCF7EE
(220,247,238)
#C8E1D9
(200,225,217)
#B4CBC4
(180,203,196)
#A0B5AF
(160,181,175)
#8C9F9A
(140,159,154)
#788985
(120,137,133)
#647370
(100,115,112)
#505D5B
(80,93,91)
#3C4746
(60,71,70)
#283131
(40,49,49)
#141B1C
(20,27,28)
#000000
(0,0,0)

Tints of #DCF7EE

#DCF7EE
(220,247,238)
#DFF7EF
(223,247,239)
#E2F7F0
(226,247,240)
#E5F7F1
(229,247,241)
#E8F7F2
(232,247,242)
#EBF7F3
(235,247,243)
#EEF7F4
(238,247,244)
#F1F7F5
(241,247,245)
#F4F7F6
(244,247,246)
#F7F7F7
(247,247,247)
#FAF7F8
(250,247,248)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #DCF7EE color. Also use rgb(220,247,238) instead hex code.

Text Font Color

.myTextColor { color: #DCF7EE; }

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

This text font color is #DCF7EE.


Background Color

.myBgColor { background-color: #DCF7EE; }

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

This div background color is #DCF7EE.


Border color

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

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

This div border color is #DCF7EE.


Opacity

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

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

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

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

This text has shadow with #DCF7EE color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #DCF7EE on black background.


Color preview on white background

This text has color #DCF7EE on white background.



Black color preview on #DCF7EE background

This text has black color on #DCF7EE background.


White color preview on #DCF7EE background

This text has white color on #DCF7EE background.