COLOR #DCE8EC

HEX: #DCE8EC RGB: (220,232,236)

Color info

#DCE8EC contains red, green and blue colors in about the same proportion. Web safe color of #DCE8EC is #CCFFFF (or #CFF).

RGB color model

#DCE8EC color RGB value is (220,232,236).

RGB: (220,232,236) (86%, 91%, 93%)

RGB channels and saturation

R 220 of 255 = 86%
G 232 of 255 = 91%
B 236 of 255 = 93%

220
232
236

R + G + B ~ 90%. #DCE8EC is light color.

Portions of RGB colors in percentages

R + G + B = 220 + 232 + 236 = 688 (100%)
R 220 of 688 ~ 31.98%
G 232 of 688 ~ 33.72%
B 236 of 688 ~ 34.3'%

%31.98
%33.72
%34.3

CMYK color model

#DCE8EC color CMYK value is (7,2,0,7).

  • cyan value is 6.78%
  • magenta value is 1.69%
  • yellow value is 0.00%
  • key color value is 7.45%

CMYK: (7,2,0,7)
C7M2Y0K7 (7%, 2%, 0%, 7%)
(0.07 / 0.02 / 0.00 / 0.07)

CMYK percentages

%6.78
%1.69
%0
%7.45

Codes

Color #DCE8EC in popluar color models

DC E8 EC
RGB 220 232 236
HSL 195° 29.63% 89.41%
HSB/HSV 195° 6.78% 92.55%
CMYK 6.78% 1.69% 0.00%
7.45%

Color #DCE8EC in popluar number systems.

HEX DC E8 EC
Decimal 220 232 236
Binary 11011100 11101000 11101100
Octal 334 350 354

Shades and tints

Shades of #DCE8EC

#DCE8EC
(220,232,236)
#C8D3D7
(200,211,215)
#B4BEC2
(180,190,194)
#A0A9AD
(160,169,173)
#8C9498
(140,148,152)
#787F83
(120,127,131)
#646A6E
(100,106,110)
#505559
(80,85,89)
#3C4044
(60,64,68)
#282B2F
(40,43,47)
#14161A
(20,22,26)
#000000
(0,0,0)

Tints of #DCE8EC

#DCE8EC
(220,232,236)
#DFEAED
(223,234,237)
#E2ECEE
(226,236,238)
#E5EEEF
(229,238,239)
#E8F0F0
(232,240,240)
#EBF2F1
(235,242,241)
#EEF4F2
(238,244,242)
#F1F6F3
(241,246,243)
#F4F8F4
(244,248,244)
#F7FAF5
(247,250,245)
#FAFCF6
(250,252,246)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #DCE8EC color. Also use rgb(220,232,236) instead hex code.

Text Font Color

.myTextColor { color: #DCE8EC; }

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

This text font color is #DCE8EC.

Background Color

.myBgColor { background-color: #DCE8EC; }

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

This div background color is #DCE8EC.

Border color

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

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

This div border color is #DCE8EC.

Opacity

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

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

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

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

This text has shadow with #DCE8EC color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #DCE8EC.

Preview

Color preview on black background

This text has color #DCE8EC on black background.


Color preview on white background

This text has color #DCE8EC on white background.


Black color preview on #DCE8EC background

This text has black color on #DCE8EC background.


White color preview on #DCE8EC background

This text has white color on #DCE8EC background.


Related colors

Complementary color

Complementary color for #hex is #231713.


I love getcolorcode.com

Triadic colors

1 #ECDCE8 and #E8ECDC with #DCE8EC are triadic colors.

2 #ECE8DC and #E8DCEC with #DCE8EC are triadic colors.