COLOR #DCE6CF

HEX: #DCE6CF RGB: (220,230,207)

Color info

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

RGB color model

#DCE6CF color RGB value is (220,230,207).

RGB: (220,230,207) (86%, 90%, 81%)

RGB channels and saturation

R 220 of 255 = 86%
G 230 of 255 = 90%
B 207 of 255 = 81%

220
230
207

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

Portions of RGB colors in percentages

R + G + B = 220 + 230 + 207 = 657 (100%)
R 220 of 657 ~ 33.49%
G 230 of 657 ~ 35.01%
B 207 of 657 ~ 31.51'%

%33.49
%35.01
%31.51

CMYK color model

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

  • cyan value is 4.35%
  • magenta value is 0.00%
  • yellow value is 10.00%
  • 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
%10
%9.8

Codes

Color #DCE6CF in popluar color models

DC E6 CF
RGB 220 230 207
HSL 86° 31.51% 85.69%
HSB/HSV 86° 10.00% 90.20%
CMYK 4.35% 0.00% 10.00%
9.80%

Color #DCE6CF in popluar number systems.

HEX DC E6 CF
Decimal 220 230 207
Binary 11011100 11100110 11001111
Octal 334 346 317

Shades and tints

Shades of #DCE6CF

#DCE6CF
(220,230,207)
#C8D2BD
(200,210,189)
#B4BEAB
(180,190,171)
#A0AA99
(160,170,153)
#8C9687
(140,150,135)
#788275
(120,130,117)
#646E63
(100,110,99)
#505A51
(80,90,81)
#3C463F
(60,70,63)
#28322D
(40,50,45)
#141E1B
(20,30,27)
#000000
(0,0,0)

Tints of #DCE6CF

#DCE6CF
(220,230,207)
#DFE8D3
(223,232,211)
#E2EAD7
(226,234,215)
#E5ECDB
(229,236,219)
#E8EEDF
(232,238,223)
#EBF0E3
(235,240,227)
#EEF2E7
(238,242,231)
#F1F4EB
(241,244,235)
#F4F6EF
(244,246,239)
#F7F8F3
(247,248,243)
#FAFAF7
(250,250,247)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #DCE6CF; }

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

This text font color is #DCE6CF.

Background Color

.myBgColor { background-color: #DCE6CF; }

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

This div background color is #DCE6CF.

Border color

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

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

This div border color is #DCE6CF.

Opacity

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

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

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

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

This text has shadow with #DCE6CF color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #DCE6CF.

Preview

Color preview on black background

This text has color #DCE6CF on black background.


Color preview on white background

This text has color #DCE6CF on white background.


Black color preview on #DCE6CF background

This text has black color on #DCE6CF background.


White color preview on #DCE6CF background

This text has white color on #DCE6CF background.


Related colors

Complementary color

Complementary color for #hex is #231930.


I love getcolorcode.com

Triadic colors

1 #CFDCE6 and #E6CFDC with #DCE6CF are triadic colors.

2 #CFE6DC and #E6DCCF with #DCE6CF are triadic colors.