COLOR #DCF4D6

HEX: #DCF4D6 RGB: (220,244,214)

Color info

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

RGB color model

#DCF4D6 color RGB value is (220,244,214).

RGB: (220,244,214) (86%, 96%, 84%)

RGB channels and saturation

R 220 of 255 = 86%
G 244 of 255 = 96%
B 214 of 255 = 84%

220
244
214

R + G + B ~ 89%. #DCF4D6 is light color.

Portions of RGB colors in percentages

R + G + B = 220 + 244 + 214 = 678 (100%)
R 220 of 678 ~ 32.45%
G 244 of 678 ~ 35.99%
B 214 of 678 ~ 31.56'%

%32.45
%35.99
%31.56

CMYK color model

#DCF4D6 color CMYK value is (10,0,12,4).

  • cyan value is 9.84%
  • magenta value is 0.00%
  • yellow value is 12.30%
  • key color value is 4.31%

CMYK: (10,0,12,4)
C10M0Y12K4 (10%, 0%, 12%, 4%)
(0.10 / 0.00 / 0.12 / 0.04)

CMYK percentages

%9.84
%0
%12.3
%4.31

Codes

Color #DCF4D6 in popluar color models

DC F4 D6
RGB 220 244 214
HSL 108° 57.69% 89.80%
HSB/HSV 108° 12.30% 95.69%
CMYK 9.84% 0.00% 12.30%
4.31%

Color #DCF4D6 in popluar number systems.

HEX DC F4 D6
Decimal 220 244 214
Binary 11011100 11110100 11010110
Octal 334 364 326

Shades and tints

Shades of #DCF4D6

#DCF4D6
(220,244,214)
#C8DEC3
(200,222,195)
#B4C8B0
(180,200,176)
#A0B29D
(160,178,157)
#8C9C8A
(140,156,138)
#788677
(120,134,119)
#647064
(100,112,100)
#505A51
(80,90,81)
#3C443E
(60,68,62)
#282E2B
(40,46,43)
#141818
(20,24,24)
#000000
(0,0,0)

Tints of #DCF4D6

#DCF4D6
(220,244,214)
#DFF5D9
(223,245,217)
#E2F6DC
(226,246,220)
#E5F7DF
(229,247,223)
#E8F8E2
(232,248,226)
#EBF9E5
(235,249,229)
#EEFAE8
(238,250,232)
#F1FBEB
(241,251,235)
#F4FCEE
(244,252,238)
#F7FDF1
(247,253,241)
#FAFEF4
(250,254,244)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #DCF4D6 color. Also use rgb(220,244,214) instead hex code.

Text Font Color

.myTextColor { color: #DCF4D6; }

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

This text font color is #DCF4D6.

Background Color

.myBgColor { background-color: #DCF4D6; }

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

This div background color is #DCF4D6.

Border color

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

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

This div border color is #DCF4D6.

Opacity

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

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

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

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

This text has shadow with #DCF4D6 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #DCF4D6.

Preview

Color preview on black background

This text has color #DCF4D6 on black background.


Color preview on white background

This text has color #DCF4D6 on white background.


Black color preview on #DCF4D6 background

This text has black color on #DCF4D6 background.


White color preview on #DCF4D6 background

This text has white color on #DCF4D6 background.


Related colors

Complementary color

Complementary color for #hex is #230B29.


I love getcolorcode.com

Triadic colors

1 #D6DCF4 and #F4D6DC with #DCF4D6 are triadic colors.

2 #D6F4DC and #F4DCD6 with #DCF4D6 are triadic colors.