COLOR #DCFEF8

HEX: #DCFEF8
RGB: (220,254,248)

Color info

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

RGB color model

#DCFEF8 color RGB value is (220,254,248).

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

RGB channels and saturation

R 220 of 255 = 86%
G 254 of 255 = 100%
B 248 of 255 = 97%

220
254
248

R + G + B ~ 94%. #DCFEF8 is light color.

Portions of RGB colors in percentages

R + G + B =
220 + 254 + 248 = 722 (100%)
R 220 of 722 ~ 30.47%
G 254 of 722 ~ 35.18%
B 248 of 722 ~ 34.35%

%30.47
%35.18
%34.35

CMYK color model

#DCFEF8 color CMYK value is (13,0,2,0).

  • cyan value is 13.39%
  • magenta value is 0.00%
  • yellow value is 2.36%
  • key color value is 0.39%
CMYK:
(13,0,2,0)
C13M0Y2K0 
(13%,0%,2%,0%)
(0.13/0.00/0.02/0.00)	

CMYK percentages

%13.39
%0
%2.36
%0.39

Codes

Color #DCFEF8 in popluar color models

DCFEF8
RGB220254248
HSL169°94.44%92.94%
HSB/HSV169°13.39%99.61%
CMYK13.39%0.00%2.36%
0.39%

Color #DCFEF8 in popluar number systems.

HEXDCFEF8
Decimal220254248
Binary110111001111111011111000
Octal334376370

Shades and tints

Shades of #DCFEF8

#DCFEF8
(220,254,248)
#C8E7E2
(200,231,226)
#B4D0CC
(180,208,204)
#A0B9B6
(160,185,182)
#8CA2A0
(140,162,160)
#788B8A
(120,139,138)
#647474
(100,116,116)
#505D5E
(80,93,94)
#3C4648
(60,70,72)
#282F32
(40,47,50)
#14181C
(20,24,28)
#000000
(0,0,0)

Tints of #DCFEF8

#DCFEF8
(220,254,248)
#DFFEF8
(223,254,248)
#E2FEF8
(226,254,248)
#E5FEF8
(229,254,248)
#E8FEF8
(232,254,248)
#EBFEF8
(235,254,248)
#EEFEF8
(238,254,248)
#F1FEF8
(241,254,248)
#F4FEF8
(244,254,248)
#F7FEF8
(247,254,248)
#FAFEF8
(250,254,248)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #DCFEF8; }

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

This text font color is #DCFEF8.


Background Color

.myBgColor { background-color: #DCFEF8; }

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

This div background color is #DCFEF8.


Border color

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

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

This div border color is #DCFEF8.


Opacity

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

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

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

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

This text has shadow with #DCFEF8 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #DCFEF8 on black background.


Color preview on white background

This text has color #DCFEF8 on white background.



Black color preview on #DCFEF8 background

This text has black color on #DCFEF8 background.


White color preview on #DCFEF8 background

This text has white color on #DCFEF8 background.