COLOR #DCF3E0

HEX: #DCF3E0 RGB: (220,243,224)

Color info

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

RGB color model

#DCF3E0 color RGB value is (220,243,224).

RGB: (220,243,224) (86%, 95%, 88%)

RGB channels and saturation

R 220 of 255 = 86%
G 243 of 255 = 95%
B 224 of 255 = 88%

220
243
224

R + G + B ~ 90%. #DCF3E0 is light color.

Portions of RGB colors in percentages

R + G + B = 220 + 243 + 224 = 687 (100%)
R 220 of 687 ~ 32.02%
G 243 of 687 ~ 35.37%
B 224 of 687 ~ 32.61'%

%32.02
%35.37
%32.61

CMYK color model

#DCF3E0 color CMYK value is (9,0,8,5).

  • cyan value is 9.47%
  • magenta value is 0.00%
  • yellow value is 7.82%
  • key color value is 4.71%
CMYK: (9,0,8,5) C9M0Y8K5 (9%,0%,8%,5%) (0.09/0.00/0.08/0.05) 

CMYK percentages

%9.47
%0
%7.82
%4.71

Codes

Color #DCF3E0 in popluar color models

DC F3 E0
RGB 220 243 224
HSL 130° 48.94% 90.78%
HSB/HSV 130° 9.47% 95.29%
CMYK 9.47% 0.00% 7.82%
4.71%

Color #DCF3E0 in popluar number systems.

HEX DC F3 E0
Decimal 220 243 224
Binary 11011100 11110011 11100000
Octal 334 363 340

Shades and tints

Shades of #DCF3E0

#DCF3E0
(220,243,224)
#C8DDCC
(200,221,204)
#B4C7B8
(180,199,184)
#A0B1A4
(160,177,164)
#8C9B90
(140,155,144)
#78857C
(120,133,124)
#646F68
(100,111,104)
#505954
(80,89,84)
#3C4340
(60,67,64)
#282D2C
(40,45,44)
#141718
(20,23,24)
#000000
(0,0,0)

Tints of #DCF3E0

#DCF3E0
(220,243,224)
#DFF4E2
(223,244,226)
#E2F5E4
(226,245,228)
#E5F6E6
(229,246,230)
#E8F7E8
(232,247,232)
#EBF8EA
(235,248,234)
#EEF9EC
(238,249,236)
#F1FAEE
(241,250,238)
#F4FBF0
(244,251,240)
#F7FCF2
(247,252,242)
#FAFDF4
(250,253,244)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #DCF3E0; }

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

This text font color is #DCF3E0.

Background Color

.myBgColor { background-color: #DCF3E0; }

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

This div background color is #DCF3E0.

Border color

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

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

This div border color is #DCF3E0.

Opacity

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

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

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

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

This text has shadow with #DCF3E0 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #DCF3E0.

Preview

Color preview on black background

This text has color #DCF3E0 on black background.


Color preview on white background

This text has color #DCF3E0 on white background.


Black color preview on #DCF3E0 background

This text has black color on #DCF3E0 background.


White color preview on #DCF3E0 background

This text has white color on #DCF3E0 background.


Related colors

Complementary color

Complementary color for #hex is #230C1F.


I love getcolorcode.com

Triadic colors

1 #E0DCF3 and #F3E0DC with #DCF3E0 are triadic colors.

2 #E0F3DC and #F3DCE0 with #DCF3E0 are triadic colors.