COLOR #DCEBEF

HEX: #DCEBEF
RGB: (220,235,239)

Color info

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

RGB color model

#DCEBEF color RGB value is (220,235,239).

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

RGB channels and saturation

R 220 of 255 = 86%
G 235 of 255 = 92%
B 239 of 255 = 94%

220
235
239

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

Portions of RGB colors in percentages

R + G + B =
220 + 235 + 239 = 694 (100%)
R 220 of 694 ~ 31.7%
G 235 of 694 ~ 33.86%
B 239 of 694 ~ 34.44%

%31.7
%33.86
%34.44

CMYK color model

#DCEBEF color CMYK value is (8,2,0,6).

  • cyan value is 7.95%
  • magenta value is 1.67%
  • yellow value is 0.00%
  • key color value is 6.27%
CMYK:
(8,2,0,6)
C8M2Y0K6 
(8%,2%,0%,6%)
(0.08/0.02/0.00/0.06)	

CMYK percentages

%7.95
%1.67
%0
%6.27

Codes

Color #DCEBEF in popluar color models

DCEBEF
RGB220235239
HSL193°37.25%90.00%
HSB/HSV193°7.95%93.73%
CMYK7.95%1.67%0.00%
6.27%

Color #DCEBEF in popluar number systems.

HEXDCEBEF
Decimal220235239
Binary110111001110101111101111
Octal334353357

Shades and tints

Shades of #DCEBEF

#DCEBEF
(220,235,239)
#C8D6DA
(200,214,218)
#B4C1C5
(180,193,197)
#A0ACB0
(160,172,176)
#8C979B
(140,151,155)
#788286
(120,130,134)
#646D71
(100,109,113)
#50585C
(80,88,92)
#3C4347
(60,67,71)
#282E32
(40,46,50)
#14191D
(20,25,29)
#000000
(0,0,0)

Tints of #DCEBEF

#DCEBEF
(220,235,239)
#DFECF0
(223,236,240)
#E2EDF1
(226,237,241)
#E5EEF2
(229,238,242)
#E8EFF3
(232,239,243)
#EBF0F4
(235,240,244)
#EEF1F5
(238,241,245)
#F1F2F6
(241,242,246)
#F4F3F7
(244,243,247)
#F7F4F8
(247,244,248)
#FAF5F9
(250,245,249)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #DCEBEF; }

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

This text font color is #DCEBEF.


Background Color

.myBgColor { background-color: #DCEBEF; }

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

This div background color is #DCEBEF.


Border color

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

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

This div border color is #DCEBEF.


Opacity

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

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

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

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

This text has shadow with #DCEBEF color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #DCEBEF on black background.


Color preview on white background

This text has color #DCEBEF on white background.



Black color preview on #DCEBEF background

This text has black color on #DCEBEF background.


White color preview on #DCEBEF background

This text has white color on #DCEBEF background.