COLOR #DCE9EE

HEX: #DCE9EE
RGB: (220,233,238)

Color info

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

RGB color model

#DCE9EE color RGB value is (220,233,238).

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

RGB channels and saturation

R 220 of 255 = 86%
G 233 of 255 = 91%
B 238 of 255 = 93%

220
233
238

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

Portions of RGB colors in percentages

R + G + B =
220 + 233 + 238 = 691 (100%)
R 220 of 691 ~ 31.84%
G 233 of 691 ~ 33.72%
B 238 of 691 ~ 34.44%

%31.84
%33.72
%34.44

CMYK color model

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

  • cyan value is 7.56%
  • magenta value is 2.10%
  • yellow value is 0.00%
  • key color value is 6.67%
CMYK: (8,2,0,7) C8M2Y0K7 (8%,2%,0%,7%) (0.08/0.02/0.00/0.07)

CMYK percentages

%7.56
%2.1
%0
%6.67

Codes

Color #DCE9EE in popluar color models

DCE9EE
RGB220233238
HSL197°34.62%89.80%
HSB/HSV197°7.56%93.33%
CMYK7.56%2.10%0.00%
6.67%

Color #DCE9EE in popluar number systems.

HEXDCE9EE
Decimal220233238
Binary110111001110100111101110
Octal334351356

Shades and tints

Shades of #DCE9EE

#DCE9EE
(220,233,238)
#C8D4D9
(200,212,217)
#B4BFC4
(180,191,196)
#A0AAAF
(160,170,175)
#8C959A
(140,149,154)
#788085
(120,128,133)
#646B70
(100,107,112)
#50565B
(80,86,91)
#3C4146
(60,65,70)
#282C31
(40,44,49)
#14171C
(20,23,28)
#000000
(0,0,0)

Tints of #DCE9EE

#DCE9EE
(220,233,238)
#DFEBEF
(223,235,239)
#E2EDF0
(226,237,240)
#E5EFF1
(229,239,241)
#E8F1F2
(232,241,242)
#EBF3F3
(235,243,243)
#EEF5F4
(238,245,244)
#F1F7F5
(241,247,245)
#F4F9F6
(244,249,246)
#F7FBF7
(247,251,247)
#FAFDF8
(250,253,248)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #DCE9EE; }

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

This text font color is #DCE9EE.


Background Color

.myBgColor { background-color: #DCE9EE; }

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

This div background color is #DCE9EE.


Border color

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

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

This div border color is #DCE9EE.


Opacity

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

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

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

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

This text has shadow with #DCE9EE color.

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

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

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


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

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

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


Div box shadow color

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

Preview

Color preview on black background

This text has color #DCE9EE on black background.


Color preview on white background

This text has color #DCE9EE on white background.



Black color preview on #DCE9EE background

This text has black color on #DCE9EE background.


White color preview on #DCE9EE background

This text has white color on #DCE9EE background.