COLOR #DCE9FD

HEX: #DCE9FD
RGB: (220,233,253)

Color info

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

RGB color model

#DCE9FD color RGB value is (220,233,253).

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

RGB channels and saturation

R 220 of 255 = 86%
G 233 of 255 = 91%
B 253 of 255 = 99%

220
233
253

R + G + B ~ 92%. #DCE9FD is light color.

Portions of RGB colors in percentages

R + G + B =
220 + 233 + 253 = 706 (100%)
R 220 of 706 ~ 31.16%
G 233 of 706 ~ 33%
B 253 of 706 ~ 35.84%

%31.16
%33
%35.84

CMYK color model

#DCE9FD color CMYK value is (13,8,0,1).

  • cyan value is 13.04%
  • magenta value is 7.91%
  • yellow value is 0.00%
  • key color value is 0.78%
CMYK:
(13,8,0,1)
C13M8Y0K1 
(13%,8%,0%,1%)
(0.13/0.08/0.00/0.01)	

CMYK percentages

%13.04
%7.91
%0
%0.78

Codes

Color #DCE9FD in popluar color models

DCE9FD
RGB220233253
HSL216°89.19%92.75%
HSB/HSV216°13.04%99.22%
CMYK13.04%7.91%0.00%
0.78%

Color #DCE9FD in popluar number systems.

HEXDCE9FD
Decimal220233253
Binary110111001110100111111101
Octal334351375

Shades and tints

Shades of #DCE9FD

#DCE9FD
(220,233,253)
#C8D4E6
(200,212,230)
#B4BFCF
(180,191,207)
#A0AAB8
(160,170,184)
#8C95A1
(140,149,161)
#78808A
(120,128,138)
#646B73
(100,107,115)
#50565C
(80,86,92)
#3C4145
(60,65,69)
#282C2E
(40,44,46)
#141717
(20,23,23)
#000000
(0,0,0)

Tints of #DCE9FD

#DCE9FD
(220,233,253)
#DFEBFD
(223,235,253)
#E2EDFD
(226,237,253)
#E5EFFD
(229,239,253)
#E8F1FD
(232,241,253)
#EBF3FD
(235,243,253)
#EEF5FD
(238,245,253)
#F1F7FD
(241,247,253)
#F4F9FD
(244,249,253)
#F7FBFD
(247,251,253)
#FAFDFD
(250,253,253)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #DCE9FD; }

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

This text font color is #DCE9FD.


Background Color

.myBgColor { background-color: #DCE9FD; }

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

This div background color is #DCE9FD.


Border color

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

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

This div border color is #DCE9FD.


Opacity

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

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

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

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

This text has shadow with #DCE9FD color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #DCE9FD on black background.


Color preview on white background

This text has color #DCE9FD on white background.



Black color preview on #DCE9FD background

This text has black color on #DCE9FD background.


White color preview on #DCE9FD background

This text has white color on #DCE9FD background.