COLOR #DCE6D0

HEX: #DCE6D0
RGB: (220,230,208)

Color info

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

RGB color model

#DCE6D0 color RGB value is (220,230,208).

  • red value is 220;
  • green value is 230;
  • blue value is 208.
RGB:
(220,230,208)
(86%,90%,82%)

RGB channels and saturation

R 220 of 255 = 86%
G 230 of 255 = 90%
B 208 of 255 = 82%

220
230
208

R + G + B ~ 86%. #DCE6D0 is light color.

Portions of RGB colors in percentages

R + G + B =
220 + 230 + 208 = 658 (100%)
R 220 of 658 ~ 33.43%
G 230 of 658 ~ 34.95%
B 208 of 658 ~ 31.61%

%33.43
%34.95
%31.61

CMYK color model

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

  • cyan value is 4.35%
  • magenta value is 0.00%
  • yellow value is 9.57%
  • key color value is 9.80%
CMYK:
(4,0,10,10)
C4M0Y10K10 
(4%,0%,10%,10%)
(0.04/0.00/0.10/0.10)	

CMYK percentages

%4.35
%0
%9.57
%9.8

Codes

Color #DCE6D0 in popluar color models

DCE6D0
RGB220230208
HSL87°30.56%85.88%
HSB/HSV87°9.57%90.20%
CMYK4.35%0.00%9.57%
9.80%

Color #DCE6D0 in popluar number systems.

HEXDCE6D0
Decimal220230208
Binary110111001110011011010000
Octal334346320

Shades and tints

Shades of #DCE6D0

#DCE6D0
(220,230,208)
#C8D2BE
(200,210,190)
#B4BEAC
(180,190,172)
#A0AA9A
(160,170,154)
#8C9688
(140,150,136)
#788276
(120,130,118)
#646E64
(100,110,100)
#505A52
(80,90,82)
#3C4640
(60,70,64)
#28322E
(40,50,46)
#141E1C
(20,30,28)
#000000
(0,0,0)

Tints of #DCE6D0

#DCE6D0
(220,230,208)
#DFE8D4
(223,232,212)
#E2EAD8
(226,234,216)
#E5ECDC
(229,236,220)
#E8EEE0
(232,238,224)
#EBF0E4
(235,240,228)
#EEF2E8
(238,242,232)
#F1F4EC
(241,244,236)
#F4F6F0
(244,246,240)
#F7F8F4
(247,248,244)
#FAFAF8
(250,250,248)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #DCE6D0; }

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

This text font color is #DCE6D0.


Background Color

.myBgColor { background-color: #DCE6D0; }

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

This div background color is #DCE6D0.


Border color

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

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

This div border color is #DCE6D0.


Opacity

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

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

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

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

This text has shadow with #DCE6D0 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #DCE6D0 on black background.


Color preview on white background

This text has color #DCE6D0 on white background.



Black color preview on #DCE6D0 background

This text has black color on #DCE6D0 background.


White color preview on #DCE6D0 background

This text has white color on #DCE6D0 background.