COLOR #DCE3F1

HEX: #DCE3F1
RGB: (220,227,241)

Color info

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

RGB color model

#DCE3F1 color RGB value is (220,227,241).

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

RGB channels and saturation

R 220 of 255 = 86%
G 227 of 255 = 89%
B 241 of 255 = 95%

220
227
241

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

Portions of RGB colors in percentages

R + G + B =
220 + 227 + 241 = 688 (100%)
R 220 of 688 ~ 31.98%
G 227 of 688 ~ 32.99%
B 241 of 688 ~ 35.03%

%31.98
%32.99
%35.03

CMYK color model

#DCE3F1 color CMYK value is (9,6,0,5).

  • cyan value is 8.71%
  • magenta value is 5.81%
  • yellow value is 0.00%
  • key color value is 5.49%
CMYK:
(9,6,0,5)
C9M6Y0K5 
(9%,6%,0%,5%)
(0.09/0.06/0.00/0.05)	

CMYK percentages

%8.71
%5.81
%0
%5.49

Codes

Color #DCE3F1 in popluar color models

DCE3F1
RGB220227241
HSL220°42.86%90.39%
HSB/HSV220°8.71%94.51%
CMYK8.71%5.81%0.00%
5.49%

Color #DCE3F1 in popluar number systems.

HEXDCE3F1
Decimal220227241
Binary110111001110001111110001
Octal334343361

Shades and tints

Shades of #DCE3F1

#DCE3F1
(220,227,241)
#C8CFDC
(200,207,220)
#B4BBC7
(180,187,199)
#A0A7B2
(160,167,178)
#8C939D
(140,147,157)
#787F88
(120,127,136)
#646B73
(100,107,115)
#50575E
(80,87,94)
#3C4349
(60,67,73)
#282F34
(40,47,52)
#141B1F
(20,27,31)
#000000
(0,0,0)

Tints of #DCE3F1

#DCE3F1
(220,227,241)
#DFE5F2
(223,229,242)
#E2E7F3
(226,231,243)
#E5E9F4
(229,233,244)
#E8EBF5
(232,235,245)
#EBEDF6
(235,237,246)
#EEEFF7
(238,239,247)
#F1F1F8
(241,241,248)
#F4F3F9
(244,243,249)
#F7F5FA
(247,245,250)
#FAF7FB
(250,247,251)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #DCE3F1; }

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

This text font color is #DCE3F1.


Background Color

.myBgColor { background-color: #DCE3F1; }

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

This div background color is #DCE3F1.


Border color

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

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

This div border color is #DCE3F1.


Opacity

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

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

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

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

This text has shadow with #DCE3F1 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #DCE3F1 on black background.


Color preview on white background

This text has color #DCE3F1 on white background.



Black color preview on #DCE3F1 background

This text has black color on #DCE3F1 background.


White color preview on #DCE3F1 background

This text has white color on #DCE3F1 background.