COLOR #DCEFF8

HEX: #DCEFF8
RGB: (220,239,248)

Color info

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

RGB color model

#DCEFF8 color RGB value is (220,239,248).

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

RGB channels and saturation

R 220 of 255 = 86%
G 239 of 255 = 94%
B 248 of 255 = 97%

220
239
248

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

Portions of RGB colors in percentages

R + G + B =
220 + 239 + 248 = 707 (100%)
R 220 of 707 ~ 31.12%
G 239 of 707 ~ 33.8%
B 248 of 707 ~ 35.08%

%31.12
%33.8
%35.08

CMYK color model

#DCEFF8 color CMYK value is (11,4,0,3).

  • cyan value is 11.29%
  • magenta value is 3.63%
  • yellow value is 0.00%
  • key color value is 2.75%
CMYK:
(11,4,0,3)
C11M4Y0K3 
(11%,4%,0%,3%)
(0.11/0.04/0.00/0.03)	

CMYK percentages

%11.29
%3.63
%0
%2.75

Codes

Color #DCEFF8 in popluar color models

DCEFF8
RGB220239248
HSL199°66.67%91.76%
HSB/HSV199°11.29%97.25%
CMYK11.29%3.63%0.00%
2.75%

Color #DCEFF8 in popluar number systems.

HEXDCEFF8
Decimal220239248
Binary110111001110111111111000
Octal334357370

Shades and tints

Shades of #DCEFF8

#DCEFF8
(220,239,248)
#C8DAE2
(200,218,226)
#B4C5CC
(180,197,204)
#A0B0B6
(160,176,182)
#8C9BA0
(140,155,160)
#78868A
(120,134,138)
#647174
(100,113,116)
#505C5E
(80,92,94)
#3C4748
(60,71,72)
#283232
(40,50,50)
#141D1C
(20,29,28)
#000000
(0,0,0)

Tints of #DCEFF8

#DCEFF8
(220,239,248)
#DFF0F8
(223,240,248)
#E2F1F8
(226,241,248)
#E5F2F8
(229,242,248)
#E8F3F8
(232,243,248)
#EBF4F8
(235,244,248)
#EEF5F8
(238,245,248)
#F1F6F8
(241,246,248)
#F4F7F8
(244,247,248)
#F7F8F8
(247,248,248)
#FAF9F8
(250,249,248)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #DCEFF8; }

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

This text font color is #DCEFF8.


Background Color

.myBgColor { background-color: #DCEFF8; }

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

This div background color is #DCEFF8.


Border color

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

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

This div border color is #DCEFF8.


Opacity

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

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

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

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

This text has shadow with #DCEFF8 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #DCEFF8 on black background.


Color preview on white background

This text has color #DCEFF8 on white background.



Black color preview on #DCEFF8 background

This text has black color on #DCEFF8 background.


White color preview on #DCEFF8 background

This text has white color on #DCEFF8 background.