COLOR #DCE2E8

HEX: #DCE2E8
RGB: (220,226,232)

Color info

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

RGB color model

#DCE2E8 color RGB value is (220,226,232).

  • red value is 220;
  • green value is 226;
  • blue value is 232.
RGB:
(220,226,232)
(86%,89%,91%)

RGB channels and saturation

R 220 of 255 = 86%
G 226 of 255 = 89%
B 232 of 255 = 91%

220
226
232

R + G + B ~ 89%. #DCE2E8 is light color.

Portions of RGB colors in percentages

R + G + B =
220 + 226 + 232 = 678 (100%)
R 220 of 678 ~ 32.45%
G 226 of 678 ~ 33.33%
B 232 of 678 ~ 34.22%

%32.45
%33.33
%34.22

CMYK color model

#DCE2E8 color CMYK value is (5,3,0,9).

  • cyan value is 5.17%
  • magenta value is 2.59%
  • yellow value is 0.00%
  • key color value is 9.02%
CMYK:
(5,3,0,9)
C5M3Y0K9 
(5%,3%,0%,9%)
(0.05/0.03/0.00/0.09)	

CMYK percentages

%5.17
%2.59
%0
%9.02

Codes

Color #DCE2E8 in popluar color models

DCE2E8
RGB220226232
HSL210°20.69%88.63%
HSB/HSV210°5.17%90.98%
CMYK5.17%2.59%0.00%
9.02%

Color #DCE2E8 in popluar number systems.

HEXDCE2E8
Decimal220226232
Binary110111001110001011101000
Octal334342350

Shades and tints

Shades of #DCE2E8

#DCE2E8
(220,226,232)
#C8CED3
(200,206,211)
#B4BABE
(180,186,190)
#A0A6A9
(160,166,169)
#8C9294
(140,146,148)
#787E7F
(120,126,127)
#646A6A
(100,106,106)
#505655
(80,86,85)
#3C4240
(60,66,64)
#282E2B
(40,46,43)
#141A16
(20,26,22)
#000000
(0,0,0)

Tints of #DCE2E8

#DCE2E8
(220,226,232)
#DFE4EA
(223,228,234)
#E2E6EC
(226,230,236)
#E5E8EE
(229,232,238)
#E8EAF0
(232,234,240)
#EBECF2
(235,236,242)
#EEEEF4
(238,238,244)
#F1F0F6
(241,240,246)
#F4F2F8
(244,242,248)
#F7F4FA
(247,244,250)
#FAF6FC
(250,246,252)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #DCE2E8; }

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

This text font color is #DCE2E8.


Background Color

.myBgColor { background-color: #DCE2E8; }

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

This div background color is #DCE2E8.


Border color

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

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

This div border color is #DCE2E8.


Opacity

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

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

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

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

This text has shadow with #DCE2E8 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #DCE2E8 on black background.


Color preview on white background

This text has color #DCE2E8 on white background.



Black color preview on #DCE2E8 background

This text has black color on #DCE2E8 background.


White color preview on #DCE2E8 background

This text has white color on #DCE2E8 background.