COLOR #DCE3EA

HEX: #DCE3EA
RGB: (220,227,234)

Color info

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

RGB color model

#DCE3EA color RGB value is (220,227,234).

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

RGB channels and saturation

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

220
227
234

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

Portions of RGB colors in percentages

R + G + B =
220 + 227 + 234 = 681 (100%)
R 220 of 681 ~ 32.31%
G 227 of 681 ~ 33.33%
B 234 of 681 ~ 34.36%

%32.31
%33.33
%34.36

CMYK color model

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

  • cyan value is 5.98%
  • magenta value is 2.99%
  • 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
%2.99
%0
%8.24

Codes

Color #DCE3EA in popluar color models

DCE3EA
RGB220227234
HSL210°25.00%89.02%
HSB/HSV210°5.98%91.76%
CMYK5.98%2.99%0.00%
8.24%

Color #DCE3EA in popluar number systems.

HEXDCE3EA
Decimal220227234
Binary110111001110001111101010
Octal334343352

Shades and tints

Shades of #DCE3EA

#DCE3EA
(220,227,234)
#C8CFD5
(200,207,213)
#B4BBC0
(180,187,192)
#A0A7AB
(160,167,171)
#8C9396
(140,147,150)
#787F81
(120,127,129)
#646B6C
(100,107,108)
#505757
(80,87,87)
#3C4342
(60,67,66)
#282F2D
(40,47,45)
#141B18
(20,27,24)
#000000
(0,0,0)

Tints of #DCE3EA

#DCE3EA
(220,227,234)
#DFE5EB
(223,229,235)
#E2E7EC
(226,231,236)
#E5E9ED
(229,233,237)
#E8EBEE
(232,235,238)
#EBEDEF
(235,237,239)
#EEEFF0
(238,239,240)
#F1F1F1
(241,241,241)
#F4F3F2
(244,243,242)
#F7F5F3
(247,245,243)
#FAF7F4
(250,247,244)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #DCE3EA; }

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

This text font color is #DCE3EA.


Background Color

.myBgColor { background-color: #DCE3EA; }

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

This div background color is #DCE3EA.


Border color

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

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

This div border color is #DCE3EA.


Opacity

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

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

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

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

This text has shadow with #DCE3EA color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #DCE3EA on black background.


Color preview on white background

This text has color #DCE3EA on white background.



Black color preview on #DCE3EA background

This text has black color on #DCE3EA background.


White color preview on #DCE3EA background

This text has white color on #DCE3EA background.