COLOR #DCE7EF

HEX: #DCE7EF
RGB: (220,231,239)

Color info

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

RGB color model

#DCE7EF color RGB value is (220,231,239).

  • red value is 220;
  • green value is 231;
  • blue value is 239.
RGB:
(220,231,239)
(86%,91%,94%)

RGB channels and saturation

R 220 of 255 = 86%
G 231 of 255 = 91%
B 239 of 255 = 94%

220
231
239

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

Portions of RGB colors in percentages

R + G + B =
220 + 231 + 239 = 690 (100%)
R 220 of 690 ~ 31.88%
G 231 of 690 ~ 33.48%
B 239 of 690 ~ 34.64%

%31.88
%33.48
%34.64

CMYK color model

#DCE7EF color CMYK value is (8,3,0,6).

  • cyan value is 7.95%
  • magenta value is 3.35%
  • yellow value is 0.00%
  • key color value is 6.27%
CMYK:
(8,3,0,6)
C8M3Y0K6 
(8%,3%,0%,6%)
(0.08/0.03/0.00/0.06)	

CMYK percentages

%7.95
%3.35
%0
%6.27

Codes

Color #DCE7EF in popluar color models

DCE7EF
RGB220231239
HSL205°37.25%90.00%
HSB/HSV205°7.95%93.73%
CMYK7.95%3.35%0.00%
6.27%

Color #DCE7EF in popluar number systems.

HEXDCE7EF
Decimal220231239
Binary110111001110011111101111
Octal334347357

Shades and tints

Shades of #DCE7EF

#DCE7EF
(220,231,239)
#C8D2DA
(200,210,218)
#B4BDC5
(180,189,197)
#A0A8B0
(160,168,176)
#8C939B
(140,147,155)
#787E86
(120,126,134)
#646971
(100,105,113)
#50545C
(80,84,92)
#3C3F47
(60,63,71)
#282A32
(40,42,50)
#14151D
(20,21,29)
#000000
(0,0,0)

Tints of #DCE7EF

#DCE7EF
(220,231,239)
#DFE9F0
(223,233,240)
#E2EBF1
(226,235,241)
#E5EDF2
(229,237,242)
#E8EFF3
(232,239,243)
#EBF1F4
(235,241,244)
#EEF3F5
(238,243,245)
#F1F5F6
(241,245,246)
#F4F7F7
(244,247,247)
#F7F9F8
(247,249,248)
#FAFBF9
(250,251,249)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #DCE7EF; }

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

This text font color is #DCE7EF.


Background Color

.myBgColor { background-color: #DCE7EF; }

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

This div background color is #DCE7EF.


Border color

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

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

This div border color is #DCE7EF.


Opacity

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

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

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

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

This text has shadow with #DCE7EF color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #DCE7EF on black background.


Color preview on white background

This text has color #DCE7EF on white background.



Black color preview on #DCE7EF background

This text has black color on #DCE7EF background.


White color preview on #DCE7EF background

This text has white color on #DCE7EF background.