COLOR #DCE2C0

HEX: #DCE2C0 RGB: (220,226,192)

Color info

#DCE2C0 contains red, green and blue colors in about the same proportion. Web safe color of #DCE2C0 is #CCCCCC (or #CCC).

RGB color model

#DCE2C0 color RGB value is (220,226,192).

RGB: (220,226,192) (86%, 89%, 75%)

RGB channels and saturation

R 220 of 255 = 86%
G 226 of 255 = 89%
B 192 of 255 = 75%

220
226
192

R + G + B ~ 83%. #DCE2C0 is quite light color.

Portions of RGB colors in percentages

R + G + B = 220 + 226 + 192 = 638 (100%)
R 220 of 638 ~ 34.48%
G 226 of 638 ~ 35.42%
B 192 of 638 ~ 30.09'%

%34.48
%35.42
%30.09

CMYK color model

#DCE2C0 color CMYK value is (3,0,15,11).

  • cyan value is 2.65%
  • magenta value is 0.00%
  • yellow value is 15.04%
  • key color value is 11.37%

CMYK: (3,0,15,11)
C3M0Y15K11 (3%, 0%, 15%, 11%)
(0.03 / 0.00 / 0.15 / 0.11)

CMYK percentages

%2.65
%0
%15.04
%11.37

Codes

Color #DCE2C0 in popluar color models

DC E2 C0
RGB 220 226 192
HSL 71° 36.96% 81.96%
HSB/HSV 71° 15.04% 88.63%
CMYK 2.65% 0.00% 15.04%
11.37%

Color #DCE2C0 in popluar number systems.

HEX DC E2 C0
Decimal 220 226 192
Binary 11011100 11100010 11000000
Octal 334 342 300

Shades and tints

Shades of #DCE2C0

#DCE2C0
(220,226,192)
#C8CEAF
(200,206,175)
#B4BA9E
(180,186,158)
#A0A68D
(160,166,141)
#8C927C
(140,146,124)
#787E6B
(120,126,107)
#646A5A
(100,106,90)
#505649
(80,86,73)
#3C4238
(60,66,56)
#282E27
(40,46,39)
#141A16
(20,26,22)
#000000
(0,0,0)

Tints of #DCE2C0

#DCE2C0
(220,226,192)
#DFE4C5
(223,228,197)
#E2E6CA
(226,230,202)
#E5E8CF
(229,232,207)
#E8EAD4
(232,234,212)
#EBECD9
(235,236,217)
#EEEEDE
(238,238,222)
#F1F0E3
(241,240,227)
#F4F2E8
(244,242,232)
#F7F4ED
(247,244,237)
#FAF6F2
(250,246,242)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #DCE2C0 color. Also use rgb(220,226,192) instead hex code.

Text Font Color

.myTextColor { color: #DCE2C0; }

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

This text font color is #DCE2C0.

Background Color

.myBgColor { background-color: #DCE2C0; }

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

This div background color is #DCE2C0.

Border color

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

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

This div border color is #DCE2C0.

Opacity

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

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

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

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

This text has shadow with #DCE2C0 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #DCE2C0.

Preview

Color preview on black background

This text has color #DCE2C0 on black background.


Color preview on white background

This text has color #DCE2C0 on white background.


Black color preview on #DCE2C0 background

This text has black color on #DCE2C0 background.


White color preview on #DCE2C0 background

This text has white color on #DCE2C0 background.


Related colors

Complementary color

Complementary color for #hex is #231D3F.


I love getcolorcode.com

Triadic colors

1 #C0DCE2 and #E2C0DC with #DCE2C0 are triadic colors.

2 #C0E2DC and #E2DCC0 with #DCE2C0 are triadic colors.