COLOR #DCE7E3

HEX: #DCE7E3 RGB: (220,231,227)

Color info

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

RGB color model

#DCE7E3 color RGB value is (220,231,227).

RGB: (220,231,227) (86%, 91%, 89%)

RGB channels and saturation

R 220 of 255 = 86%
G 231 of 255 = 91%
B 227 of 255 = 89%

220
231
227

R + G + B ~ 89%. #DCE7E3 is light color.

Portions of RGB colors in percentages

R + G + B = 220 + 231 + 227 = 678 (100%)
R 220 of 678 ~ 32.45%
G 231 of 678 ~ 34.07%
B 227 of 678 ~ 33.48'%

%32.45
%34.07
%33.48

CMYK color model

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

  • cyan value is 4.76%
  • magenta value is 0.00%
  • yellow value is 1.73%
  • key color value is 9.41%

CMYK: (5,0,2,9)
C5M0Y2K9 (5%, 0%, 2%, 9%)
(0.05 / 0.00 / 0.02 / 0.09)

CMYK percentages

%4.76
%0
%1.73
%9.41

Codes

Color #DCE7E3 in popluar color models

DC E7 E3
RGB 220 231 227
HSL 158° 18.64% 88.43%
HSB/HSV 158° 4.76% 90.59%
CMYK 4.76% 0.00% 1.73%
9.41%

Color #DCE7E3 in popluar number systems.

HEX DC E7 E3
Decimal 220 231 227
Binary 11011100 11100111 11100011
Octal 334 347 343

Shades and tints

Shades of #DCE7E3

#DCE7E3
(220,231,227)
#C8D2CF
(200,210,207)
#B4BDBB
(180,189,187)
#A0A8A7
(160,168,167)
#8C9393
(140,147,147)
#787E7F
(120,126,127)
#64696B
(100,105,107)
#505457
(80,84,87)
#3C3F43
(60,63,67)
#282A2F
(40,42,47)
#14151B
(20,21,27)
#000000
(0,0,0)

Tints of #DCE7E3

#DCE7E3
(220,231,227)
#DFE9E5
(223,233,229)
#E2EBE7
(226,235,231)
#E5EDE9
(229,237,233)
#E8EFEB
(232,239,235)
#EBF1ED
(235,241,237)
#EEF3EF
(238,243,239)
#F1F5F1
(241,245,241)
#F4F7F3
(244,247,243)
#F7F9F5
(247,249,245)
#FAFBF7
(250,251,247)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #DCE7E3; }

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

This text font color is #DCE7E3.

Background Color

.myBgColor { background-color: #DCE7E3; }

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

This div background color is #DCE7E3.

Border color

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

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

This div border color is #DCE7E3.

Opacity

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

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

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

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

This text has shadow with #DCE7E3 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #DCE7E3.

Preview

Color preview on black background

This text has color #DCE7E3 on black background.


Color preview on white background

This text has color #DCE7E3 on white background.


Black color preview on #DCE7E3 background

This text has black color on #DCE7E3 background.


White color preview on #DCE7E3 background

This text has white color on #DCE7E3 background.


Related colors

Complementary color

Complementary color for #hex is #23181C.


I love getcolorcode.com

Triadic colors

1 #E3DCE7 and #E7E3DC with #DCE7E3 are triadic colors.

2 #E3E7DC and #E7DCE3 with #DCE7E3 are triadic colors.