COLOR #DCE3FC

HEX: #DCE3FC
RGB: (220,227,252)

Color info

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

RGB color model

#DCE3FC color RGB value is (220,227,252).

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

RGB channels and saturation

R 220 of 255 = 86%
G 227 of 255 = 89%
B 252 of 255 = 99%

220
227
252

R + G + B ~ 91%. #DCE3FC is light color.

Portions of RGB colors in percentages

R + G + B =
220 + 227 + 252 = 699 (100%)
R 220 of 699 ~ 31.47%
G 227 of 699 ~ 32.47%
B 252 of 699 ~ 36.05%

%31.47
%32.47
%36.05

CMYK color model

#DCE3FC color CMYK value is (13,10,0,1).

  • cyan value is 12.70%
  • magenta value is 9.92%
  • yellow value is 0.00%
  • key color value is 1.18%
CMYK:
(13,10,0,1)
C13M10Y0K1 
(13%,10%,0%,1%)
(0.13/0.10/0.00/0.01)	

CMYK percentages

%12.7
%9.92
%0
%1.18

Codes

Color #DCE3FC in popluar color models

DCE3FC
RGB220227252
HSL227°84.21%92.55%
HSB/HSV227°12.70%98.82%
CMYK12.70%9.92%0.00%
1.18%

Color #DCE3FC in popluar number systems.

HEXDCE3FC
Decimal220227252
Binary110111001110001111111100
Octal334343374

Shades and tints

Shades of #DCE3FC

#DCE3FC
(220,227,252)
#C8CFE6
(200,207,230)
#B4BBD0
(180,187,208)
#A0A7BA
(160,167,186)
#8C93A4
(140,147,164)
#787F8E
(120,127,142)
#646B78
(100,107,120)
#505762
(80,87,98)
#3C434C
(60,67,76)
#282F36
(40,47,54)
#141B20
(20,27,32)
#000000
(0,0,0)

Tints of #DCE3FC

#DCE3FC
(220,227,252)
#DFE5FC
(223,229,252)
#E2E7FC
(226,231,252)
#E5E9FC
(229,233,252)
#E8EBFC
(232,235,252)
#EBEDFC
(235,237,252)
#EEEFFC
(238,239,252)
#F1F1FC
(241,241,252)
#F4F3FC
(244,243,252)
#F7F5FC
(247,245,252)
#FAF7FC
(250,247,252)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #DCE3FC; }

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

This text font color is #DCE3FC.


Background Color

.myBgColor { background-color: #DCE3FC; }

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

This div background color is #DCE3FC.


Border color

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

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

This div border color is #DCE3FC.


Opacity

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

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

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

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

This text has shadow with #DCE3FC color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #DCE3FC on black background.


Color preview on white background

This text has color #DCE3FC on white background.



Black color preview on #DCE3FC background

This text has black color on #DCE3FC background.


White color preview on #DCE3FC background

This text has white color on #DCE3FC background.