COLOR #DCF0DA

HEX: #DCF0DA RGB: (220,240,218)

Color info

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

RGB color model

#DCF0DA color RGB value is (220,240,218).

RGB: (220,240,218) (86%, 94%, 85%)

RGB channels and saturation

R 220 of 255 = 86%
G 240 of 255 = 94%
B 218 of 255 = 85%

220
240
218

R + G + B ~ 88%. #DCF0DA is light color.

Portions of RGB colors in percentages

R + G + B = 220 + 240 + 218 = 678 (100%)
R 220 of 678 ~ 32.45%
G 240 of 678 ~ 35.4%
B 218 of 678 ~ 32.15'%

%32.45
%35.4
%32.15

CMYK color model

#DCF0DA color CMYK value is (8,0,9,6).

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

CMYK: (8,0,9,6)
C8M0Y9K6 (8%, 0%, 9%, 6%)
(0.08 / 0.00 / 0.09 / 0.06)

CMYK percentages

%8.33
%0
%9.17
%5.88

Codes

Color #DCF0DA in popluar color models

DC F0 DA
RGB 220 240 218
HSL 115° 42.31% 89.80%
HSB/HSV 115° 9.17% 94.12%
CMYK 8.33% 0.00% 9.17%
5.88%

Color #DCF0DA in popluar number systems.

HEX DC F0 DA
Decimal 220 240 218
Binary 11011100 11110000 11011010
Octal 334 360 332

Shades and tints

Shades of #DCF0DA

#DCF0DA
(220,240,218)
#C8DBC7
(200,219,199)
#B4C6B4
(180,198,180)
#A0B1A1
(160,177,161)
#8C9C8E
(140,156,142)
#78877B
(120,135,123)
#647268
(100,114,104)
#505D55
(80,93,85)
#3C4842
(60,72,66)
#28332F
(40,51,47)
#141E1C
(20,30,28)
#000000
(0,0,0)

Tints of #DCF0DA

#DCF0DA
(220,240,218)
#DFF1DD
(223,241,221)
#E2F2E0
(226,242,224)
#E5F3E3
(229,243,227)
#E8F4E6
(232,244,230)
#EBF5E9
(235,245,233)
#EEF6EC
(238,246,236)
#F1F7EF
(241,247,239)
#F4F8F2
(244,248,242)
#F7F9F5
(247,249,245)
#FAFAF8
(250,250,248)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #DCF0DA; }

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

This text font color is #DCF0DA.

Background Color

.myBgColor { background-color: #DCF0DA; }

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

This div background color is #DCF0DA.

Border color

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

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

This div border color is #DCF0DA.

Opacity

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

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

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

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

This text has shadow with #DCF0DA color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #DCF0DA.

Preview

Color preview on black background

This text has color #DCF0DA on black background.


Color preview on white background

This text has color #DCF0DA on white background.


Black color preview on #DCF0DA background

This text has black color on #DCF0DA background.


White color preview on #DCF0DA background

This text has white color on #DCF0DA background.


Related colors

Complementary color

Complementary color for #hex is #230F25.


I love getcolorcode.com

Triadic colors

1 #DADCF0 and #F0DADC with #DCF0DA are triadic colors.

2 #DAF0DC and #F0DCDA with #DCF0DA are triadic colors.