COLOR #DCE6CA

HEX: #DCE6CA RGB: (220,230,202)

Color info

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

RGB color model

#DCE6CA color RGB value is (220,230,202).

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

RGB channels and saturation

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

220
230
202

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

Portions of RGB colors in percentages

R + G + B = 220 + 230 + 202 = 652 (100%)
R 220 of 652 ~ 33.74%
G 230 of 652 ~ 35.28%
B 202 of 652 ~ 30.98'%

%33.74
%35.28
%30.98

CMYK color model

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

  • cyan value is 4.35%
  • magenta value is 0.00%
  • yellow value is 12.17%
  • key color value is 9.80%

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

CMYK percentages

%4.35
%0
%12.17
%9.8

Codes

Color #DCE6CA in popluar color models

DC E6 CA
RGB 220 230 202
HSL 81° 35.90% 84.71%
HSB/HSV 81° 12.17% 90.20%
CMYK 4.35% 0.00% 12.17%
9.80%

Color #DCE6CA in popluar number systems.

HEX DC E6 CA
Decimal 220 230 202
Binary 11011100 11100110 11001010
Octal 334 346 312

Shades and tints

Shades of #DCE6CA

#DCE6CA
(220,230,202)
#C8D2B8
(200,210,184)
#B4BEA6
(180,190,166)
#A0AA94
(160,170,148)
#8C9682
(140,150,130)
#788270
(120,130,112)
#646E5E
(100,110,94)
#505A4C
(80,90,76)
#3C463A
(60,70,58)
#283228
(40,50,40)
#141E16
(20,30,22)
#000000
(0,0,0)

Tints of #DCE6CA

#DCE6CA
(220,230,202)
#DFE8CE
(223,232,206)
#E2EAD2
(226,234,210)
#E5ECD6
(229,236,214)
#E8EEDA
(232,238,218)
#EBF0DE
(235,240,222)
#EEF2E2
(238,242,226)
#F1F4E6
(241,244,230)
#F4F6EA
(244,246,234)
#F7F8EE
(247,248,238)
#FAFAF2
(250,250,242)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #DCE6CA; }

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

This text font color is #DCE6CA.

Background Color

.myBgColor { background-color: #DCE6CA; }

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

This div background color is #DCE6CA.

Border color

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

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

This div border color is #DCE6CA.

Opacity

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

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

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

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

This text has shadow with #DCE6CA color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #DCE6CA.

Preview

Color preview on black background

This text has color #DCE6CA on black background.


Color preview on white background

This text has color #DCE6CA on white background.


Black color preview on #DCE6CA background

This text has black color on #DCE6CA background.


White color preview on #DCE6CA background

This text has white color on #DCE6CA background.


Related colors

Complementary color

Complementary color for #hex is #231935.


I love getcolorcode.com

Triadic colors

1 #CADCE6 and #E6CADC with #DCE6CA are triadic colors.

2 #CAE6DC and #E6DCCA with #DCE6CA are triadic colors.