COLOR #DCF0D1

HEX: #DCF0D1 RGB: (220,240,209)

Color info

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

RGB color model

#DCF0D1 color RGB value is (220,240,209).

RGB: (220,240,209) (86%, 94%, 82%)

RGB channels and saturation

R 220 of 255 = 86%
G 240 of 255 = 94%
B 209 of 255 = 82%

220
240
209

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

Portions of RGB colors in percentages

R + G + B = 220 + 240 + 209 = 669 (100%)
R 220 of 669 ~ 32.88%
G 240 of 669 ~ 35.87%
B 209 of 669 ~ 31.24'%

%32.88
%35.87
%31.24

CMYK color model

#DCF0D1 color CMYK value is (8,0,13,6).

  • cyan value is 8.33%
  • magenta value is 0.00%
  • yellow value is 12.92%
  • key color value is 5.88%

CMYK: (8,0,13,6)
C8M0Y13K6 (8%, 0%, 13%, 6%)
(0.08 / 0.00 / 0.13 / 0.06)

CMYK percentages

%8.33
%0
%12.92
%5.88

Codes

Color #DCF0D1 in popluar color models

DC F0 D1
RGB 220 240 209
HSL 99° 50.82% 88.04%
HSB/HSV 99° 12.92% 94.12%
CMYK 8.33% 0.00% 12.92%
5.88%

Color #DCF0D1 in popluar number systems.

HEX DC F0 D1
Decimal 220 240 209
Binary 11011100 11110000 11010001
Octal 334 360 321

Shades and tints

Shades of #DCF0D1

#DCF0D1
(220,240,209)
#C8DBBE
(200,219,190)
#B4C6AB
(180,198,171)
#A0B198
(160,177,152)
#8C9C85
(140,156,133)
#788772
(120,135,114)
#64725F
(100,114,95)
#505D4C
(80,93,76)
#3C4839
(60,72,57)
#283326
(40,51,38)
#141E13
(20,30,19)
#000000
(0,0,0)

Tints of #DCF0D1

#DCF0D1
(220,240,209)
#DFF1D5
(223,241,213)
#E2F2D9
(226,242,217)
#E5F3DD
(229,243,221)
#E8F4E1
(232,244,225)
#EBF5E5
(235,245,229)
#EEF6E9
(238,246,233)
#F1F7ED
(241,247,237)
#F4F8F1
(244,248,241)
#F7F9F5
(247,249,245)
#FAFAF9
(250,250,249)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #DCF0D1; }

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

This text font color is #DCF0D1.

Background Color

.myBgColor { background-color: #DCF0D1; }

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

This div background color is #DCF0D1.

Border color

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

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

This div border color is #DCF0D1.

Opacity

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

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

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

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

This text has shadow with #DCF0D1 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #DCF0D1.

Preview

Color preview on black background

This text has color #DCF0D1 on black background.


Color preview on white background

This text has color #DCF0D1 on white background.


Black color preview on #DCF0D1 background

This text has black color on #DCF0D1 background.


White color preview on #DCF0D1 background

This text has white color on #DCF0D1 background.


Related colors

Complementary color

Complementary color for #hex is #230F2E.


I love getcolorcode.com

Triadic colors

1 #D1DCF0 and #F0D1DC with #DCF0D1 are triadic colors.

2 #D1F0DC and #F0DCD1 with #DCF0D1 are triadic colors.