COLOR #DCEBF9

HEX: #DCEBF9
RGB: (220,235,249)

Color info

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

RGB color model

#DCEBF9 color RGB value is (220,235,249).

  • red value is 220;
  • green value is 235;
  • blue value is 249.
RGB:
(220,235,249)
(86%,92%,98%)

RGB channels and saturation

R 220 of 255 = 86%
G 235 of 255 = 92%
B 249 of 255 = 98%

220
235
249

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

Portions of RGB colors in percentages

R + G + B =
220 + 235 + 249 = 704 (100%)
R 220 of 704 ~ 31.25%
G 235 of 704 ~ 33.38%
B 249 of 704 ~ 35.37%

%31.25
%33.38
%35.37

CMYK color model

#DCEBF9 color CMYK value is (12,6,0,2).

  • cyan value is 11.65%
  • magenta value is 5.62%
  • yellow value is 0.00%
  • key color value is 2.35%
CMYK:
(12,6,0,2)
C12M6Y0K2 
(12%,6%,0%,2%)
(0.12/0.06/0.00/0.02)	

CMYK percentages

%11.65
%5.62
%0
%2.35

Codes

Color #DCEBF9 in popluar color models

DCEBF9
RGB220235249
HSL209°70.73%91.96%
HSB/HSV209°11.65%97.65%
CMYK11.65%5.62%0.00%
2.35%

Color #DCEBF9 in popluar number systems.

HEXDCEBF9
Decimal220235249
Binary110111001110101111111001
Octal334353371

Shades and tints

Shades of #DCEBF9

#DCEBF9
(220,235,249)
#C8D6E3
(200,214,227)
#B4C1CD
(180,193,205)
#A0ACB7
(160,172,183)
#8C97A1
(140,151,161)
#78828B
(120,130,139)
#646D75
(100,109,117)
#50585F
(80,88,95)
#3C4349
(60,67,73)
#282E33
(40,46,51)
#14191D
(20,25,29)
#000000
(0,0,0)

Tints of #DCEBF9

#DCEBF9
(220,235,249)
#DFECF9
(223,236,249)
#E2EDF9
(226,237,249)
#E5EEF9
(229,238,249)
#E8EFF9
(232,239,249)
#EBF0F9
(235,240,249)
#EEF1F9
(238,241,249)
#F1F2F9
(241,242,249)
#F4F3F9
(244,243,249)
#F7F4F9
(247,244,249)
#FAF5F9
(250,245,249)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #DCEBF9 color. Also use rgb(220,235,249) instead hex code.

Text Font Color

.myTextColor { color: #DCEBF9; }

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

This text font color is #DCEBF9.


Background Color

.myBgColor { background-color: #DCEBF9; }

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

This div background color is #DCEBF9.


Border color

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

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

This div border color is #DCEBF9.


Opacity

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

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

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

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

This text has shadow with #DCEBF9 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #DCEBF9 on black background.


Color preview on white background

This text has color #DCEBF9 on white background.



Black color preview on #DCEBF9 background

This text has black color on #DCEBF9 background.


White color preview on #DCEBF9 background

This text has white color on #DCEBF9 background.