COLOR #DCE3FB

HEX: #DCE3FB
RGB: (220,227,251)

Color info

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

RGB color model

#DCE3FB color RGB value is (220,227,251).

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

RGB channels and saturation

R 220 of 255 = 86%
G 227 of 255 = 89%
B 251 of 255 = 98%

220
227
251

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

Portions of RGB colors in percentages

R + G + B =
220 + 227 + 251 = 698 (100%)
R 220 of 698 ~ 31.52%
G 227 of 698 ~ 32.52%
B 251 of 698 ~ 35.96%

%31.52
%32.52
%35.96

CMYK color model

#DCE3FB color CMYK value is (12,10,0,2).

  • cyan value is 12.35%
  • magenta value is 9.56%
  • yellow value is 0.00%
  • key color value is 1.57%
CMYK:
(12,10,0,2)
C12M10Y0K2 
(12%,10%,0%,2%)
(0.12/0.10/0.00/0.02)	

CMYK percentages

%12.35
%9.56
%0
%1.57

Codes

Color #DCE3FB in popluar color models

DCE3FB
RGB220227251
HSL226°79.49%92.35%
HSB/HSV226°12.35%98.43%
CMYK12.35%9.56%0.00%
1.57%

Color #DCE3FB in popluar number systems.

HEXDCE3FB
Decimal220227251
Binary110111001110001111111011
Octal334343373

Shades and tints

Shades of #DCE3FB

#DCE3FB
(220,227,251)
#C8CFE5
(200,207,229)
#B4BBCF
(180,187,207)
#A0A7B9
(160,167,185)
#8C93A3
(140,147,163)
#787F8D
(120,127,141)
#646B77
(100,107,119)
#505761
(80,87,97)
#3C434B
(60,67,75)
#282F35
(40,47,53)
#141B1F
(20,27,31)
#000000
(0,0,0)

Tints of #DCE3FB

#DCE3FB
(220,227,251)
#DFE5FB
(223,229,251)
#E2E7FB
(226,231,251)
#E5E9FB
(229,233,251)
#E8EBFB
(232,235,251)
#EBEDFB
(235,237,251)
#EEEFFB
(238,239,251)
#F1F1FB
(241,241,251)
#F4F3FB
(244,243,251)
#F7F5FB
(247,245,251)
#FAF7FB
(250,247,251)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #DCE3FB; }

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

This text font color is #DCE3FB.


Background Color

.myBgColor { background-color: #DCE3FB; }

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

This div background color is #DCE3FB.


Border color

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

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

This div border color is #DCE3FB.


Opacity

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

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

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

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

This text has shadow with #DCE3FB color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #DCE3FB on black background.


Color preview on white background

This text has color #DCE3FB on white background.



Black color preview on #DCE3FB background

This text has black color on #DCE3FB background.


White color preview on #DCE3FB background

This text has white color on #DCE3FB background.