COLOR #DCE7C2

HEX: #DCE7C2 RGB: (220,231,194)

Color info

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

RGB color model

#DCE7C2 color RGB value is (220,231,194).

RGB: (220,231,194) (86%, 91%, 76%)

RGB channels and saturation

R 220 of 255 = 86%
G 231 of 255 = 91%
B 194 of 255 = 76%

220
231
194

R + G + B ~ 84%. #DCE7C2 is quite light color.

Portions of RGB colors in percentages

R + G + B = 220 + 231 + 194 = 645 (100%)
R 220 of 645 ~ 34.11%
G 231 of 645 ~ 35.81%
B 194 of 645 ~ 30.08'%

%34.11
%35.81
%30.08

CMYK color model

#DCE7C2 color CMYK value is (5,0,16,9).

  • cyan value is 4.76%
  • magenta value is 0.00%
  • yellow value is 16.02%
  • key color value is 9.41%

CMYK: (5,0,16,9)
C5M0Y16K9 (5%, 0%, 16%, 9%)
(0.05 / 0.00 / 0.16 / 0.09)

CMYK percentages

%4.76
%0
%16.02
%9.41

Codes

Color #DCE7C2 in popluar color models

DC E7 C2
RGB 220 231 194
HSL 78° 43.53% 83.33%
HSB/HSV 78° 16.02% 90.59%
CMYK 4.76% 0.00% 16.02%
9.41%

Color #DCE7C2 in popluar number systems.

HEX DC E7 C2
Decimal 220 231 194
Binary 11011100 11100111 11000010
Octal 334 347 302

Shades and tints

Shades of #DCE7C2

#DCE7C2
(220,231,194)
#C8D2B1
(200,210,177)
#B4BDA0
(180,189,160)
#A0A88F
(160,168,143)
#8C937E
(140,147,126)
#787E6D
(120,126,109)
#64695C
(100,105,92)
#50544B
(80,84,75)
#3C3F3A
(60,63,58)
#282A29
(40,42,41)
#141518
(20,21,24)
#000000
(0,0,0)

Tints of #DCE7C2

#DCE7C2
(220,231,194)
#DFE9C7
(223,233,199)
#E2EBCC
(226,235,204)
#E5EDD1
(229,237,209)
#E8EFD6
(232,239,214)
#EBF1DB
(235,241,219)
#EEF3E0
(238,243,224)
#F1F5E5
(241,245,229)
#F4F7EA
(244,247,234)
#F7F9EF
(247,249,239)
#FAFBF4
(250,251,244)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #DCE7C2 color. Also use rgb(220,231,194) instead hex code.

Text Font Color

.myTextColor { color: #DCE7C2; }

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

This text font color is #DCE7C2.

Background Color

.myBgColor { background-color: #DCE7C2; }

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

This div background color is #DCE7C2.

Border color

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

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

This div border color is #DCE7C2.

Opacity

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

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

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

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

This text has shadow with #DCE7C2 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #DCE7C2.

Preview

Color preview on black background

This text has color #DCE7C2 on black background.


Color preview on white background

This text has color #DCE7C2 on white background.


Black color preview on #DCE7C2 background

This text has black color on #DCE7C2 background.


White color preview on #DCE7C2 background

This text has white color on #DCE7C2 background.


Related colors

Complementary color

Complementary color for #hex is #23183D.


I love getcolorcode.com

Triadic colors

1 #C2DCE7 and #E7C2DC with #DCE7C2 are triadic colors.

2 #C2E7DC and #E7DCC2 with #DCE7C2 are triadic colors.