COLOR #DCFEF7

HEX: #DCFEF7
RGB: (220,254,247)

Color info

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

RGB color model

#DCFEF7 color RGB value is (220,254,247).

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

RGB channels and saturation

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

220
254
247

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

Portions of RGB colors in percentages

R + G + B =
220 + 254 + 247 = 721 (100%)
R 220 of 721 ~ 30.51%
G 254 of 721 ~ 35.23%
B 247 of 721 ~ 34.26%

%30.51
%35.23
%34.26

CMYK color model

#DCFEF7 color CMYK value is (13,0,3,0).

  • cyan value is 13.39%
  • magenta value is 0.00%
  • yellow value is 2.76%
  • key color value is 0.39%
CMYK:
(13,0,3,0)
C13M0Y3K0 
(13%,0%,3%,0%)
(0.13/0.00/0.03/0.00)	

CMYK percentages

%13.39
%0
%2.76
%0.39

Codes

Color #DCFEF7 in popluar color models

DCFEF7
RGB220254247
HSL168°94.44%92.94%
HSB/HSV168°13.39%99.61%
CMYK13.39%0.00%2.76%
0.39%

Color #DCFEF7 in popluar number systems.

HEXDCFEF7
Decimal220254247
Binary110111001111111011110111
Octal334376367

Shades and tints

Shades of #DCFEF7

#DCFEF7
(220,254,247)
#C8E7E1
(200,231,225)
#B4D0CB
(180,208,203)
#A0B9B5
(160,185,181)
#8CA29F
(140,162,159)
#788B89
(120,139,137)
#647473
(100,116,115)
#505D5D
(80,93,93)
#3C4647
(60,70,71)
#282F31
(40,47,49)
#14181B
(20,24,27)
#000000
(0,0,0)

Tints of #DCFEF7

#DCFEF7
(220,254,247)
#DFFEF7
(223,254,247)
#E2FEF7
(226,254,247)
#E5FEF7
(229,254,247)
#E8FEF7
(232,254,247)
#EBFEF7
(235,254,247)
#EEFEF7
(238,254,247)
#F1FEF7
(241,254,247)
#F4FEF7
(244,254,247)
#F7FEF7
(247,254,247)
#FAFEF7
(250,254,247)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #DCFEF7; }

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

This text font color is #DCFEF7.


Background Color

.myBgColor { background-color: #DCFEF7; }

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

This div background color is #DCFEF7.


Border color

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

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

This div border color is #DCFEF7.


Opacity

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

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

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

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

This text has shadow with #DCFEF7 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #DCFEF7 on black background.


Color preview on white background

This text has color #DCFEF7 on white background.



Black color preview on #DCFEF7 background

This text has black color on #DCFEF7 background.


White color preview on #DCFEF7 background

This text has white color on #DCFEF7 background.