COLOR #DCE3DD

HEX: #DCE3DD
RGB: (220,227,221)

Color info

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

RGB color model

#DCE3DD color RGB value is (220,227,221).

  • red value is 220;
  • green value is 227;
  • blue value is 221.
RGB:
(220,227,221)
(86%,89%,87%)

RGB channels and saturation

R 220 of 255 = 86%
G 227 of 255 = 89%
B 221 of 255 = 87%

220
227
221

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

Portions of RGB colors in percentages

R + G + B =
220 + 227 + 221 = 668 (100%)
R 220 of 668 ~ 32.93%
G 227 of 668 ~ 33.98%
B 221 of 668 ~ 33.08%

%32.93
%33.98
%33.08

CMYK color model

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

  • cyan value is 3.08%
  • magenta value is 0.00%
  • yellow value is 2.64%
  • key color value is 10.98%
CMYK:
(3,0,3,11)
C3M0Y3K11 
(3%,0%,3%,11%)
(0.03/0.00/0.03/0.11)	

CMYK percentages

%3.08
%0
%2.64
%10.98

Codes

Color #DCE3DD in popluar color models

DCE3DD
RGB220227221
HSL129°11.11%87.65%
HSB/HSV129°3.08%89.02%
CMYK3.08%0.00%2.64%
10.98%

Color #DCE3DD in popluar number systems.

HEXDCE3DD
Decimal220227221
Binary110111001110001111011101
Octal334343335

Shades and tints

Shades of #DCE3DD

#DCE3DD
(220,227,221)
#C8CFC9
(200,207,201)
#B4BBB5
(180,187,181)
#A0A7A1
(160,167,161)
#8C938D
(140,147,141)
#787F79
(120,127,121)
#646B65
(100,107,101)
#505751
(80,87,81)
#3C433D
(60,67,61)
#282F29
(40,47,41)
#141B15
(20,27,21)
#000000
(0,0,0)

Tints of #DCE3DD

#DCE3DD
(220,227,221)
#DFE5E0
(223,229,224)
#E2E7E3
(226,231,227)
#E5E9E6
(229,233,230)
#E8EBE9
(232,235,233)
#EBEDEC
(235,237,236)
#EEEFEF
(238,239,239)
#F1F1F2
(241,241,242)
#F4F3F5
(244,243,245)
#F7F5F8
(247,245,248)
#FAF7FB
(250,247,251)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #DCE3DD color. Also use rgb(220,227,221) instead hex code.

Text Font Color

.myTextColor { color: #DCE3DD; }

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

This text font color is #DCE3DD.


Background Color

.myBgColor { background-color: #DCE3DD; }

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

This div background color is #DCE3DD.


Border color

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

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

This div border color is #DCE3DD.


Opacity

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

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

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

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

This text has shadow with #DCE3DD color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #DCE3DD on black background.


Color preview on white background

This text has color #DCE3DD on white background.



Black color preview on #DCE3DD background

This text has black color on #DCE3DD background.


White color preview on #DCE3DD background

This text has white color on #DCE3DD background.