COLOR #DCE6EE

HEX: #DCE6EE
RGB: (220,230,238)

Color info

#DCE6EE contains red, green and blue colors in about the same proportion. Web safe color of #DCE6EE is #CCCCFF (or #CCF).

RGB color model

#DCE6EE color RGB value is (220,230,238).

  • red value is 220;
  • green value is 230;
  • blue value is 238.
RGB:
(220,230,238)
(86%,90%,93%)

RGB channels and saturation

R 220 of 255 = 86%
G 230 of 255 = 90%
B 238 of 255 = 93%

220
230
238

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

Portions of RGB colors in percentages

R + G + B =
220 + 230 + 238 = 688 (100%)
R 220 of 688 ~ 31.98%
G 230 of 688 ~ 33.43%
B 238 of 688 ~ 34.59%

%31.98
%33.43
%34.59

CMYK color model

#DCE6EE color CMYK value is (8,3,0,7).

  • cyan value is 7.56%
  • magenta value is 3.36%
  • yellow value is 0.00%
  • key color value is 6.67%
CMYK:
(8,3,0,7)
C8M3Y0K7 
(8%,3%,0%,7%)
(0.08/0.03/0.00/0.07)	

CMYK percentages

%7.56
%3.36
%0
%6.67

Codes

Color #DCE6EE in popluar color models

DCE6EE
RGB220230238
HSL207°34.62%89.80%
HSB/HSV207°7.56%93.33%
CMYK7.56%3.36%0.00%
6.67%

Color #DCE6EE in popluar number systems.

HEXDCE6EE
Decimal220230238
Binary110111001110011011101110
Octal334346356

Shades and tints

Shades of #DCE6EE

#DCE6EE
(220,230,238)
#C8D2D9
(200,210,217)
#B4BEC4
(180,190,196)
#A0AAAF
(160,170,175)
#8C969A
(140,150,154)
#788285
(120,130,133)
#646E70
(100,110,112)
#505A5B
(80,90,91)
#3C4646
(60,70,70)
#283231
(40,50,49)
#141E1C
(20,30,28)
#000000
(0,0,0)

Tints of #DCE6EE

#DCE6EE
(220,230,238)
#DFE8EF
(223,232,239)
#E2EAF0
(226,234,240)
#E5ECF1
(229,236,241)
#E8EEF2
(232,238,242)
#EBF0F3
(235,240,243)
#EEF2F4
(238,242,244)
#F1F4F5
(241,244,245)
#F4F6F6
(244,246,246)
#F7F8F7
(247,248,247)
#FAFAF8
(250,250,248)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #DCE6EE; }

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

This text font color is #DCE6EE.


Background Color

.myBgColor { background-color: #DCE6EE; }

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

This div background color is #DCE6EE.


Border color

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

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

This div border color is #DCE6EE.


Opacity

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

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

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

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

This text has shadow with #DCE6EE color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #DCE6EE on black background.


Color preview on white background

This text has color #DCE6EE on white background.



Black color preview on #DCE6EE background

This text has black color on #DCE6EE background.


White color preview on #DCE6EE background

This text has white color on #DCE6EE background.