COLOR #DCE7E6

HEX: #DCE7E6 RGB: (220,231,230)

Color info

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

RGB color model

#DCE7E6 color RGB value is (220,231,230).

RGB: (220,231,230) (86%, 91%, 90%)

RGB channels and saturation

R 220 of 255 = 86%
G 231 of 255 = 91%
B 230 of 255 = 90%

220
231
230

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

Portions of RGB colors in percentages

R + G + B = 220 + 231 + 230 = 681 (100%)
R 220 of 681 ~ 32.31%
G 231 of 681 ~ 33.92%
B 230 of 681 ~ 33.77'%

%32.31
%33.92
%33.77

CMYK color model

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

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

CMYK: (5,0,0,9)
C5M0Y0K9 (5%, 0%, 0%, 9%)
(0.05 / 0.00 / 0.00 / 0.09)

CMYK percentages

%4.76
%0
%0.43
%9.41

Codes

Color #DCE7E6 in popluar color models

DC E7 E6
RGB 220 231 230
HSL 175° 18.64% 88.43%
HSB/HSV 175° 4.76% 90.59%
CMYK 4.76% 0.00% 0.43%
9.41%

Color #DCE7E6 in popluar number systems.

HEX DC E7 E6
Decimal 220 231 230
Binary 11011100 11100111 11100110
Octal 334 347 346

Shades and tints

Shades of #DCE7E6

#DCE7E6
(220,231,230)
#C8D2D2
(200,210,210)
#B4BDBE
(180,189,190)
#A0A8AA
(160,168,170)
#8C9396
(140,147,150)
#787E82
(120,126,130)
#64696E
(100,105,110)
#50545A
(80,84,90)
#3C3F46
(60,63,70)
#282A32
(40,42,50)
#14151E
(20,21,30)
#000000
(0,0,0)

Tints of #DCE7E6

#DCE7E6
(220,231,230)
#DFE9E8
(223,233,232)
#E2EBEA
(226,235,234)
#E5EDEC
(229,237,236)
#E8EFEE
(232,239,238)
#EBF1F0
(235,241,240)
#EEF3F2
(238,243,242)
#F1F5F4
(241,245,244)
#F4F7F6
(244,247,246)
#F7F9F8
(247,249,248)
#FAFBFA
(250,251,250)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #DCE7E6; }

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

This text font color is #DCE7E6.

Background Color

.myBgColor { background-color: #DCE7E6; }

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

This div background color is #DCE7E6.

Border color

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

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

This div border color is #DCE7E6.

Opacity

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

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

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

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

This text has shadow with #DCE7E6 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #DCE7E6.

Preview

Color preview on black background

This text has color #DCE7E6 on black background.


Color preview on white background

This text has color #DCE7E6 on white background.


Black color preview on #DCE7E6 background

This text has black color on #DCE7E6 background.


White color preview on #DCE7E6 background

This text has white color on #DCE7E6 background.


Related colors

Complementary color

Complementary color for #hex is #231819.


I love getcolorcode.com

Triadic colors

1 #E6DCE7 and #E7E6DC with #DCE7E6 are triadic colors.

2 #E6E7DC and #E7DCE6 with #DCE7E6 are triadic colors.