COLOR #DCF0CC

HEX: #DCF0CC
RGB: (220,240,204)

Color info

#DCF0CC contains red, green and blue colors in about the same proportion. Web safe color of #DCF0CC is #CCFFCC (or #CFC).

RGB color model

#DCF0CC color RGB value is (220,240,204).

  • red value is 220;
  • green value is 240;
  • blue value is 204.
RGB:
(220,240,204)
(86%,94%,80%)

RGB channels and saturation

R 220 of 255 = 86%
G 240 of 255 = 94%
B 204 of 255 = 80%

220
240
204

R + G + B ~ 87%. #DCF0CC is light color.

Portions of RGB colors in percentages

R + G + B =
220 + 240 + 204 = 664 (100%)
R 220 of 664 ~ 33.13%
G 240 of 664 ~ 36.14%
B 204 of 664 ~ 30.72%

%33.13
%36.14
%30.72

CMYK color model

#DCF0CC color CMYK value is (8,0,15,6).

  • cyan value is 8.33%
  • magenta value is 0.00%
  • yellow value is 15.00%
  • key color value is 5.88%
CMYK:
(8,0,15,6)
C8M0Y15K6 
(8%,0%,15%,6%)
(0.08/0.00/0.15/0.06)	

CMYK percentages

%8.33
%0
%15
%5.88

Codes

Color #DCF0CC in popluar color models

DCF0CC
RGB220240204
HSL93°54.55%87.06%
HSB/HSV93°15.00%94.12%
CMYK8.33%0.00%15.00%
5.88%

Color #DCF0CC in popluar number systems.

HEXDCF0CC
Decimal220240204
Binary110111001111000011001100
Octal334360314

Shades and tints

Shades of #DCF0CC

#DCF0CC
(220,240,204)
#C8DBBA
(200,219,186)
#B4C6A8
(180,198,168)
#A0B196
(160,177,150)
#8C9C84
(140,156,132)
#788772
(120,135,114)
#647260
(100,114,96)
#505D4E
(80,93,78)
#3C483C
(60,72,60)
#28332A
(40,51,42)
#141E18
(20,30,24)
#000000
(0,0,0)

Tints of #DCF0CC

#DCF0CC
(220,240,204)
#DFF1D0
(223,241,208)
#E2F2D4
(226,242,212)
#E5F3D8
(229,243,216)
#E8F4DC
(232,244,220)
#EBF5E0
(235,245,224)
#EEF6E4
(238,246,228)
#F1F7E8
(241,247,232)
#F4F8EC
(244,248,236)
#F7F9F0
(247,249,240)
#FAFAF4
(250,250,244)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #DCF0CC color. Also use rgb(220,240,204) instead hex code.

Text Font Color

.myTextColor { color: #DCF0CC; }

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

This text font color is #DCF0CC.


Background Color

.myBgColor { background-color: #DCF0CC; }

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

This div background color is #DCF0CC.


Border color

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

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

This div border color is #DCF0CC.


Opacity

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

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

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

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

This text has shadow with #DCF0CC color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #DCF0CC on black background.


Color preview on white background

This text has color #DCF0CC on white background.



Black color preview on #DCF0CC background

This text has black color on #DCF0CC background.


White color preview on #DCF0CC background

This text has white color on #DCF0CC background.