COLOR #DCF3D4

HEX: #DCF3D4 RGB: (220,243,212)

Color info

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

RGB color model

#DCF3D4 color RGB value is (220,243,212).

RGB: (220,243,212) (86%, 95%, 83%)

RGB channels and saturation

R 220 of 255 = 86%
G 243 of 255 = 95%
B 212 of 255 = 83%

220
243
212

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

Portions of RGB colors in percentages

R + G + B = 220 + 243 + 212 = 675 (100%)
R 220 of 675 ~ 32.59%
G 243 of 675 ~ 36%
B 212 of 675 ~ 31.41'%

%32.59
%36
%31.41

CMYK color model

#DCF3D4 color CMYK value is (9,0,13,5).

  • cyan value is 9.47%
  • magenta value is 0.00%
  • yellow value is 12.76%
  • key color value is 4.71%

CMYK: (9,0,13,5)
C9M0Y13K5 (9%, 0%, 13%, 5%)
(0.09 / 0.00 / 0.13 / 0.05)

CMYK percentages

%9.47
%0
%12.76
%4.71

Codes

Color #DCF3D4 in popluar color models

DC F3 D4
RGB 220 243 212
HSL 105° 56.36% 89.22%
HSB/HSV 105° 12.76% 95.29%
CMYK 9.47% 0.00% 12.76%
4.71%

Color #DCF3D4 in popluar number systems.

HEX DC F3 D4
Decimal 220 243 212
Binary 11011100 11110011 11010100
Octal 334 363 324

Shades and tints

Shades of #DCF3D4

#DCF3D4
(220,243,212)
#C8DDC1
(200,221,193)
#B4C7AE
(180,199,174)
#A0B19B
(160,177,155)
#8C9B88
(140,155,136)
#788575
(120,133,117)
#646F62
(100,111,98)
#50594F
(80,89,79)
#3C433C
(60,67,60)
#282D29
(40,45,41)
#141716
(20,23,22)
#000000
(0,0,0)

Tints of #DCF3D4

#DCF3D4
(220,243,212)
#DFF4D7
(223,244,215)
#E2F5DA
(226,245,218)
#E5F6DD
(229,246,221)
#E8F7E0
(232,247,224)
#EBF8E3
(235,248,227)
#EEF9E6
(238,249,230)
#F1FAE9
(241,250,233)
#F4FBEC
(244,251,236)
#F7FCEF
(247,252,239)
#FAFDF2
(250,253,242)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #DCF3D4 color. Also use rgb(220,243,212) instead hex code.

Text Font Color

.myTextColor { color: #DCF3D4; }

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

This text font color is #DCF3D4.

Background Color

.myBgColor { background-color: #DCF3D4; }

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

This div background color is #DCF3D4.

Border color

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

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

This div border color is #DCF3D4.

Opacity

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

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

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

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

This text has shadow with #DCF3D4 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #DCF3D4.

Preview

Color preview on black background

This text has color #DCF3D4 on black background.


Color preview on white background

This text has color #DCF3D4 on white background.


Black color preview on #DCF3D4 background

This text has black color on #DCF3D4 background.


White color preview on #DCF3D4 background

This text has white color on #DCF3D4 background.


Related colors

Complementary color

Complementary color for #hex is #230C2B.


I love getcolorcode.com

Triadic colors

1 #D4DCF3 and #F3D4DC with #DCF3D4 are triadic colors.

2 #D4F3DC and #F3DCD4 with #DCF3D4 are triadic colors.