COLOR #DCF9EE

HEX: #DCF9EE
RGB: (220,249,238)

Color info

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

RGB color model

#DCF9EE color RGB value is (220,249,238).

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

RGB channels and saturation

R 220 of 255 = 86%
G 249 of 255 = 98%
B 238 of 255 = 93%

220
249
238

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

Portions of RGB colors in percentages

R + G + B =
220 + 249 + 238 = 707 (100%)
R 220 of 707 ~ 31.12%
G 249 of 707 ~ 35.22%
B 238 of 707 ~ 33.66%

%31.12
%35.22
%33.66

CMYK color model

#DCF9EE color CMYK value is (12,0,4,2).

  • cyan value is 11.65%
  • magenta value is 0.00%
  • yellow value is 4.42%
  • key color value is 2.35%
CMYK:
(12,0,4,2)
C12M0Y4K2 
(12%,0%,4%,2%)
(0.12/0.00/0.04/0.02)	

CMYK percentages

%11.65
%0
%4.42
%2.35

Codes

Color #DCF9EE in popluar color models

DCF9EE
RGB220249238
HSL157°70.73%91.96%
HSB/HSV157°11.65%97.65%
CMYK11.65%0.00%4.42%
2.35%

Color #DCF9EE in popluar number systems.

HEXDCF9EE
Decimal220249238
Binary110111001111100111101110
Octal334371356

Shades and tints

Shades of #DCF9EE

#DCF9EE
(220,249,238)
#C8E3D9
(200,227,217)
#B4CDC4
(180,205,196)
#A0B7AF
(160,183,175)
#8CA19A
(140,161,154)
#788B85
(120,139,133)
#647570
(100,117,112)
#505F5B
(80,95,91)
#3C4946
(60,73,70)
#283331
(40,51,49)
#141D1C
(20,29,28)
#000000
(0,0,0)

Tints of #DCF9EE

#DCF9EE
(220,249,238)
#DFF9EF
(223,249,239)
#E2F9F0
(226,249,240)
#E5F9F1
(229,249,241)
#E8F9F2
(232,249,242)
#EBF9F3
(235,249,243)
#EEF9F4
(238,249,244)
#F1F9F5
(241,249,245)
#F4F9F6
(244,249,246)
#F7F9F7
(247,249,247)
#FAF9F8
(250,249,248)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #DCF9EE; }

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

This text font color is #DCF9EE.


Background Color

.myBgColor { background-color: #DCF9EE; }

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

This div background color is #DCF9EE.


Border color

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

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

This div border color is #DCF9EE.


Opacity

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

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

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

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

This text has shadow with #DCF9EE color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #DCF9EE on black background.


Color preview on white background

This text has color #DCF9EE on white background.



Black color preview on #DCF9EE background

This text has black color on #DCF9EE background.


White color preview on #DCF9EE background

This text has white color on #DCF9EE background.