COLOR #DCE5CA

HEX: #DCE5CA RGB: (220,229,202)

Color info

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

RGB color model

#DCE5CA color RGB value is (220,229,202).

RGB: (220,229,202) (86%, 90%, 79%)

RGB channels and saturation

R 220 of 255 = 86%
G 229 of 255 = 90%
B 202 of 255 = 79%

220
229
202

R + G + B ~ 85%. #DCE5CA is quite light color.

Portions of RGB colors in percentages

R + G + B = 220 + 229 + 202 = 651 (100%)
R 220 of 651 ~ 33.79%
G 229 of 651 ~ 35.18%
B 202 of 651 ~ 31.03'%

%33.79
%35.18
%31.03

CMYK color model

#DCE5CA color CMYK value is (4,0,12,10).

  • cyan value is 3.93%
  • magenta value is 0.00%
  • yellow value is 11.79%
  • key color value is 10.20%

CMYK: (4,0,12,10)
C4M0Y12K10 (4%, 0%, 12%, 10%)
(0.04 / 0.00 / 0.12 / 0.10)

CMYK percentages

%3.93
%0
%11.79
%10.2

Codes

Color #DCE5CA in popluar color models

DC E5 CA
RGB 220 229 202
HSL 80° 34.18% 84.51%
HSB/HSV 80° 11.79% 89.80%
CMYK 3.93% 0.00% 11.79%
10.20%

Color #DCE5CA in popluar number systems.

HEX DC E5 CA
Decimal 220 229 202
Binary 11011100 11100101 11001010
Octal 334 345 312

Shades and tints

Shades of #DCE5CA

#DCE5CA
(220,229,202)
#C8D1B8
(200,209,184)
#B4BDA6
(180,189,166)
#A0A994
(160,169,148)
#8C9582
(140,149,130)
#788170
(120,129,112)
#646D5E
(100,109,94)
#50594C
(80,89,76)
#3C453A
(60,69,58)
#283128
(40,49,40)
#141D16
(20,29,22)
#000000
(0,0,0)

Tints of #DCE5CA

#DCE5CA
(220,229,202)
#DFE7CE
(223,231,206)
#E2E9D2
(226,233,210)
#E5EBD6
(229,235,214)
#E8EDDA
(232,237,218)
#EBEFDE
(235,239,222)
#EEF1E2
(238,241,226)
#F1F3E6
(241,243,230)
#F4F5EA
(244,245,234)
#F7F7EE
(247,247,238)
#FAF9F2
(250,249,242)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #DCE5CA color. Also use rgb(220,229,202) instead hex code.

Text Font Color

.myTextColor { color: #DCE5CA; }

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

This text font color is #DCE5CA.

Background Color

.myBgColor { background-color: #DCE5CA; }

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

This div background color is #DCE5CA.

Border color

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

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

This div border color is #DCE5CA.

Opacity

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

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

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

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

This text has shadow with #DCE5CA color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #DCE5CA.

Preview

Color preview on black background

This text has color #DCE5CA on black background.


Color preview on white background

This text has color #DCE5CA on white background.


Black color preview on #DCE5CA background

This text has black color on #DCE5CA background.


White color preview on #DCE5CA background

This text has white color on #DCE5CA background.


Related colors

Complementary color

Complementary color for #hex is #231A35.


I love getcolorcode.com

Triadic colors

1 #CADCE5 and #E5CADC with #DCE5CA are triadic colors.

2 #CAE5DC and #E5DCCA with #DCE5CA are triadic colors.