COLOR #DCEFD5

HEX: #DCEFD5 RGB: (220,239,213)

Color info

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

RGB color model

#DCEFD5 color RGB value is (220,239,213).

RGB: (220,239,213) (86%, 94%, 84%)

RGB channels and saturation

R 220 of 255 = 86%
G 239 of 255 = 94%
B 213 of 255 = 84%

220
239
213

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

Portions of RGB colors in percentages

R + G + B = 220 + 239 + 213 = 672 (100%)
R 220 of 672 ~ 32.74%
G 239 of 672 ~ 35.57%
B 213 of 672 ~ 31.7'%

%32.74
%35.57
%31.7

CMYK color model

#DCEFD5 color CMYK value is (8,0,11,6).

  • cyan value is 7.95%
  • magenta value is 0.00%
  • yellow value is 10.88%
  • key color value is 6.27%

CMYK: (8,0,11,6)
C8M0Y11K6 (8%, 0%, 11%, 6%)
(0.08 / 0.00 / 0.11 / 0.06)

CMYK percentages

%7.95
%0
%10.88
%6.27

Codes

Color #DCEFD5 in popluar color models

DC EF D5
RGB 220 239 213
HSL 104° 44.83% 88.63%
HSB/HSV 104° 10.88% 93.73%
CMYK 7.95% 0.00% 10.88%
6.27%

Color #DCEFD5 in popluar number systems.

HEX DC EF D5
Decimal 220 239 213
Binary 11011100 11101111 11010101
Octal 334 357 325

Shades and tints

Shades of #DCEFD5

#DCEFD5
(220,239,213)
#C8DAC2
(200,218,194)
#B4C5AF
(180,197,175)
#A0B09C
(160,176,156)
#8C9B89
(140,155,137)
#788676
(120,134,118)
#647163
(100,113,99)
#505C50
(80,92,80)
#3C473D
(60,71,61)
#28322A
(40,50,42)
#141D17
(20,29,23)
#000000
(0,0,0)

Tints of #DCEFD5

#DCEFD5
(220,239,213)
#DFF0D8
(223,240,216)
#E2F1DB
(226,241,219)
#E5F2DE
(229,242,222)
#E8F3E1
(232,243,225)
#EBF4E4
(235,244,228)
#EEF5E7
(238,245,231)
#F1F6EA
(241,246,234)
#F4F7ED
(244,247,237)
#F7F8F0
(247,248,240)
#FAF9F3
(250,249,243)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #DCEFD5 color. Also use rgb(220,239,213) instead hex code.

Text Font Color

.myTextColor { color: #DCEFD5; }

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

This text font color is #DCEFD5.

Background Color

.myBgColor { background-color: #DCEFD5; }

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

This div background color is #DCEFD5.

Border color

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

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

This div border color is #DCEFD5.

Opacity

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

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

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

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

This text has shadow with #DCEFD5 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #DCEFD5.

Preview

Color preview on black background

This text has color #DCEFD5 on black background.


Color preview on white background

This text has color #DCEFD5 on white background.


Black color preview on #DCEFD5 background

This text has black color on #DCEFD5 background.


White color preview on #DCEFD5 background

This text has white color on #DCEFD5 background.


Related colors

Complementary color

Complementary color for #hex is #23102A.


I love getcolorcode.com

Triadic colors

1 #D5DCEF and #EFD5DC with #DCEFD5 are triadic colors.

2 #D5EFDC and #EFDCD5 with #DCEFD5 are triadic colors.