COLOR #DCF2EE

HEX: #DCF2EE
RGB: (220,242,238)

Color info

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

RGB color model

#DCF2EE color RGB value is (220,242,238).

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

RGB channels and saturation

R 220 of 255 = 86%
G 242 of 255 = 95%
B 238 of 255 = 93%

220
242
238

R + G + B ~ 91%. #DCF2EE is light color.

Portions of RGB colors in percentages

R + G + B =
220 + 242 + 238 = 700 (100%)
R 220 of 700 ~ 31.43%
G 242 of 700 ~ 34.57%
B 238 of 700 ~ 34%

%31.43
%34.57
%34

CMYK color model

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

  • cyan value is 9.09%
  • magenta value is 0.00%
  • yellow value is 1.65%
  • key color value is 5.10%
CMYK:
(9,0,2,5)
C9M0Y2K5 
(9%,0%,2%,5%)
(0.09/0.00/0.02/0.05)	

CMYK percentages

%9.09
%0
%1.65
%5.1

Codes

Color #DCF2EE in popluar color models

DCF2EE
RGB220242238
HSL169°45.83%90.59%
HSB/HSV169°9.09%94.90%
CMYK9.09%0.00%1.65%
5.10%

Color #DCF2EE in popluar number systems.

HEXDCF2EE
Decimal220242238
Binary110111001111001011101110
Octal334362356

Shades and tints

Shades of #DCF2EE

#DCF2EE
(220,242,238)
#C8DCD9
(200,220,217)
#B4C6C4
(180,198,196)
#A0B0AF
(160,176,175)
#8C9A9A
(140,154,154)
#788485
(120,132,133)
#646E70
(100,110,112)
#50585B
(80,88,91)
#3C4246
(60,66,70)
#282C31
(40,44,49)
#14161C
(20,22,28)
#000000
(0,0,0)

Tints of #DCF2EE

#DCF2EE
(220,242,238)
#DFF3EF
(223,243,239)
#E2F4F0
(226,244,240)
#E5F5F1
(229,245,241)
#E8F6F2
(232,246,242)
#EBF7F3
(235,247,243)
#EEF8F4
(238,248,244)
#F1F9F5
(241,249,245)
#F4FAF6
(244,250,246)
#F7FBF7
(247,251,247)
#FAFCF8
(250,252,248)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #DCF2EE; }

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

This text font color is #DCF2EE.


Background Color

.myBgColor { background-color: #DCF2EE; }

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

This div background color is #DCF2EE.


Border color

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

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

This div border color is #DCF2EE.


Opacity

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

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

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

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

This text has shadow with #DCF2EE color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #DCF2EE on black background.


Color preview on white background

This text has color #DCF2EE on white background.



Black color preview on #DCF2EE background

This text has black color on #DCF2EE background.


White color preview on #DCF2EE background

This text has white color on #DCF2EE background.