COLOR #DCE2EA

HEX: #DCE2EA
RGB: (220,226,234)

Color info

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

RGB color model

#DCE2EA color RGB value is (220,226,234).

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

RGB channels and saturation

R 220 of 255 = 86%
G 226 of 255 = 89%
B 234 of 255 = 92%

220
226
234

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

Portions of RGB colors in percentages

R + G + B =
220 + 226 + 234 = 680 (100%)
R 220 of 680 ~ 32.35%
G 226 of 680 ~ 33.24%
B 234 of 680 ~ 34.41%

%32.35
%33.24
%34.41

CMYK color model

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

  • cyan value is 5.98%
  • magenta value is 3.42%
  • yellow value is 0.00%
  • key color value is 8.24%
CMYK:
(6,3,0,8)
C6M3Y0K8 
(6%,3%,0%,8%)
(0.06/0.03/0.00/0.08)	

CMYK percentages

%5.98
%3.42
%0
%8.24

Codes

Color #DCE2EA in popluar color models

DCE2EA
RGB220226234
HSL214°25.00%89.02%
HSB/HSV214°5.98%91.76%
CMYK5.98%3.42%0.00%
8.24%

Color #DCE2EA in popluar number systems.

HEXDCE2EA
Decimal220226234
Binary110111001110001011101010
Octal334342352

Shades and tints

Shades of #DCE2EA

#DCE2EA
(220,226,234)
#C8CED5
(200,206,213)
#B4BAC0
(180,186,192)
#A0A6AB
(160,166,171)
#8C9296
(140,146,150)
#787E81
(120,126,129)
#646A6C
(100,106,108)
#505657
(80,86,87)
#3C4242
(60,66,66)
#282E2D
(40,46,45)
#141A18
(20,26,24)
#000000
(0,0,0)

Tints of #DCE2EA

#DCE2EA
(220,226,234)
#DFE4EB
(223,228,235)
#E2E6EC
(226,230,236)
#E5E8ED
(229,232,237)
#E8EAEE
(232,234,238)
#EBECEF
(235,236,239)
#EEEEF0
(238,238,240)
#F1F0F1
(241,240,241)
#F4F2F2
(244,242,242)
#F7F4F3
(247,244,243)
#FAF6F4
(250,246,244)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #DCE2EA; }

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

This text font color is #DCE2EA.


Background Color

.myBgColor { background-color: #DCE2EA; }

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

This div background color is #DCE2EA.


Border color

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

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

This div border color is #DCE2EA.


Opacity

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

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

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

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

This text has shadow with #DCE2EA color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #DCE2EA on black background.


Color preview on white background

This text has color #DCE2EA on white background.



Black color preview on #DCE2EA background

This text has black color on #DCE2EA background.


White color preview on #DCE2EA background

This text has white color on #DCE2EA background.