COLOR #DCF3F7

HEX: #DCF3F7
RGB: (220,243,247)

Color info

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

RGB color model

#DCF3F7 color RGB value is (220,243,247).

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

RGB channels and saturation

R 220 of 255 = 86%
G 243 of 255 = 95%
B 247 of 255 = 97%

220
243
247

R + G + B ~ 93%. #DCF3F7 is light color.

Portions of RGB colors in percentages

R + G + B =
220 + 243 + 247 = 710 (100%)
R 220 of 710 ~ 30.99%
G 243 of 710 ~ 34.23%
B 247 of 710 ~ 34.79%

%30.99
%34.23
%34.79

CMYK color model

#DCF3F7 color CMYK value is (11,2,0,3).

  • cyan value is 10.93%
  • magenta value is 1.62%
  • yellow value is 0.00%
  • key color value is 3.14%
CMYK:
(11,2,0,3)
C11M2Y0K3 
(11%,2%,0%,3%)
(0.11/0.02/0.00/0.03)	

CMYK percentages

%10.93
%1.62
%0
%3.14

Codes

Color #DCF3F7 in popluar color models

DCF3F7
RGB220243247
HSL189°62.79%91.57%
HSB/HSV189°10.93%96.86%
CMYK10.93%1.62%0.00%
3.14%

Color #DCF3F7 in popluar number systems.

HEXDCF3F7
Decimal220243247
Binary110111001111001111110111
Octal334363367

Shades and tints

Shades of #DCF3F7

#DCF3F7
(220,243,247)
#C8DDE1
(200,221,225)
#B4C7CB
(180,199,203)
#A0B1B5
(160,177,181)
#8C9B9F
(140,155,159)
#788589
(120,133,137)
#646F73
(100,111,115)
#50595D
(80,89,93)
#3C4347
(60,67,71)
#282D31
(40,45,49)
#14171B
(20,23,27)
#000000
(0,0,0)

Tints of #DCF3F7

#DCF3F7
(220,243,247)
#DFF4F7
(223,244,247)
#E2F5F7
(226,245,247)
#E5F6F7
(229,246,247)
#E8F7F7
(232,247,247)
#EBF8F7
(235,248,247)
#EEF9F7
(238,249,247)
#F1FAF7
(241,250,247)
#F4FBF7
(244,251,247)
#F7FCF7
(247,252,247)
#FAFDF7
(250,253,247)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #DCF3F7; }

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

This text font color is #DCF3F7.


Background Color

.myBgColor { background-color: #DCF3F7; }

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

This div background color is #DCF3F7.


Border color

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

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

This div border color is #DCF3F7.


Opacity

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

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

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

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

This text has shadow with #DCF3F7 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #DCF3F7 on black background.


Color preview on white background

This text has color #DCF3F7 on white background.



Black color preview on #DCF3F7 background

This text has black color on #DCF3F7 background.


White color preview on #DCF3F7 background

This text has white color on #DCF3F7 background.