COLOR #DCF7FA

HEX: #DCF7FA
RGB: (220,247,250)

Color info

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

RGB color model

#DCF7FA color RGB value is (220,247,250).

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

RGB channels and saturation

R 220 of 255 = 86%
G 247 of 255 = 97%
B 250 of 255 = 98%

220
247
250

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

Portions of RGB colors in percentages

R + G + B =
220 + 247 + 250 = 717 (100%)
R 220 of 717 ~ 30.68%
G 247 of 717 ~ 34.45%
B 250 of 717 ~ 34.87%

%30.68
%34.45
%34.87

CMYK color model

#DCF7FA color CMYK value is (12,1,0,2).

  • cyan value is 12.00%
  • magenta value is 1.20%
  • yellow value is 0.00%
  • key color value is 1.96%
CMYK:
(12,1,0,2)
C12M1Y0K2 
(12%,1%,0%,2%)
(0.12/0.01/0.00/0.02)	

CMYK percentages

%12
%1.2
%0
%1.96

Codes

Color #DCF7FA in popluar color models

DCF7FA
RGB220247250
HSL186°75.00%92.16%
HSB/HSV186°12.00%98.04%
CMYK12.00%1.20%0.00%
1.96%

Color #DCF7FA in popluar number systems.

HEXDCF7FA
Decimal220247250
Binary110111001111011111111010
Octal334367372

Shades and tints

Shades of #DCF7FA

#DCF7FA
(220,247,250)
#C8E1E4
(200,225,228)
#B4CBCE
(180,203,206)
#A0B5B8
(160,181,184)
#8C9FA2
(140,159,162)
#78898C
(120,137,140)
#647376
(100,115,118)
#505D60
(80,93,96)
#3C474A
(60,71,74)
#283134
(40,49,52)
#141B1E
(20,27,30)
#000000
(0,0,0)

Tints of #DCF7FA

#DCF7FA
(220,247,250)
#DFF7FA
(223,247,250)
#E2F7FA
(226,247,250)
#E5F7FA
(229,247,250)
#E8F7FA
(232,247,250)
#EBF7FA
(235,247,250)
#EEF7FA
(238,247,250)
#F1F7FA
(241,247,250)
#F4F7FA
(244,247,250)
#F7F7FA
(247,247,250)
#FAF7FA
(250,247,250)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #DCF7FA; }

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

This text font color is #DCF7FA.


Background Color

.myBgColor { background-color: #DCF7FA; }

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

This div background color is #DCF7FA.


Border color

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

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

This div border color is #DCF7FA.


Opacity

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

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

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

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

This text has shadow with #DCF7FA color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #DCF7FA on black background.


Color preview on white background

This text has color #DCF7FA on white background.



Black color preview on #DCF7FA background

This text has black color on #DCF7FA background.


White color preview on #DCF7FA background

This text has white color on #DCF7FA background.