COLOR #DCE7D3

HEX: #DCE7D3
RGB: (220,231,211)

Color info

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

RGB color model

#DCE7D3 color RGB value is (220,231,211).

  • red value is 220;
  • green value is 231;
  • blue value is 211.
RGB:
(220,231,211)
(86%,91%,83%)

RGB channels and saturation

R 220 of 255 = 86%
G 231 of 255 = 91%
B 211 of 255 = 83%

220
231
211

R + G + B ~ 87%. #DCE7D3 is light color.

Portions of RGB colors in percentages

R + G + B =
220 + 231 + 211 = 662 (100%)
R 220 of 662 ~ 33.23%
G 231 of 662 ~ 34.89%
B 211 of 662 ~ 31.87%

%33.23
%34.89
%31.87

CMYK color model

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

  • cyan value is 4.76%
  • magenta value is 0.00%
  • yellow value is 8.66%
  • key color value is 9.41%
CMYK:
(5,0,9,9)
C5M0Y9K9 
(5%,0%,9%,9%)
(0.05/0.00/0.09/0.09)	

CMYK percentages

%4.76
%0
%8.66
%9.41

Codes

Color #DCE7D3 in popluar color models

DCE7D3
RGB220231211
HSL93°29.41%86.67%
HSB/HSV93°8.66%90.59%
CMYK4.76%0.00%8.66%
9.41%

Color #DCE7D3 in popluar number systems.

HEXDCE7D3
Decimal220231211
Binary110111001110011111010011
Octal334347323

Shades and tints

Shades of #DCE7D3

#DCE7D3
(220,231,211)
#C8D2C0
(200,210,192)
#B4BDAD
(180,189,173)
#A0A89A
(160,168,154)
#8C9387
(140,147,135)
#787E74
(120,126,116)
#646961
(100,105,97)
#50544E
(80,84,78)
#3C3F3B
(60,63,59)
#282A28
(40,42,40)
#141515
(20,21,21)
#000000
(0,0,0)

Tints of #DCE7D3

#DCE7D3
(220,231,211)
#DFE9D7
(223,233,215)
#E2EBDB
(226,235,219)
#E5EDDF
(229,237,223)
#E8EFE3
(232,239,227)
#EBF1E7
(235,241,231)
#EEF3EB
(238,243,235)
#F1F5EF
(241,245,239)
#F4F7F3
(244,247,243)
#F7F9F7
(247,249,247)
#FAFBFB
(250,251,251)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #DCE7D3; }

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

This text font color is #DCE7D3.


Background Color

.myBgColor { background-color: #DCE7D3; }

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

This div background color is #DCE7D3.


Border color

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

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

This div border color is #DCE7D3.


Opacity

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

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

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

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

This text has shadow with #DCE7D3 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #DCE7D3 on black background.


Color preview on white background

This text has color #DCE7D3 on white background.



Black color preview on #DCE7D3 background

This text has black color on #DCE7D3 background.


White color preview on #DCE7D3 background

This text has white color on #DCE7D3 background.