COLOR #DCFAF2

HEX: #DCFAF2
RGB: (220,250,242)

Color info

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

RGB color model

#DCFAF2 color RGB value is (220,250,242).

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

RGB channels and saturation

R 220 of 255 = 86%
G 250 of 255 = 98%
B 242 of 255 = 95%

220
250
242

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

Portions of RGB colors in percentages

R + G + B =
220 + 250 + 242 = 712 (100%)
R 220 of 712 ~ 30.9%
G 250 of 712 ~ 35.11%
B 242 of 712 ~ 33.99%

%30.9
%35.11
%33.99

CMYK color model

#DCFAF2 color CMYK value is (12,0,3,2).

  • cyan value is 12.00%
  • magenta value is 0.00%
  • yellow value is 3.20%
  • key color value is 1.96%
CMYK:
(12,0,3,2)
C12M0Y3K2 
(12%,0%,3%,2%)
(0.12/0.00/0.03/0.02)	

CMYK percentages

%12
%0
%3.2
%1.96

Codes

Color #DCFAF2 in popluar color models

DCFAF2
RGB220250242
HSL164°75.00%92.16%
HSB/HSV164°12.00%98.04%
CMYK12.00%0.00%3.20%
1.96%

Color #DCFAF2 in popluar number systems.

HEXDCFAF2
Decimal220250242
Binary110111001111101011110010
Octal334372362

Shades and tints

Shades of #DCFAF2

#DCFAF2
(220,250,242)
#C8E4DC
(200,228,220)
#B4CEC6
(180,206,198)
#A0B8B0
(160,184,176)
#8CA29A
(140,162,154)
#788C84
(120,140,132)
#64766E
(100,118,110)
#506058
(80,96,88)
#3C4A42
(60,74,66)
#28342C
(40,52,44)
#141E16
(20,30,22)
#000000
(0,0,0)

Tints of #DCFAF2

#DCFAF2
(220,250,242)
#DFFAF3
(223,250,243)
#E2FAF4
(226,250,244)
#E5FAF5
(229,250,245)
#E8FAF6
(232,250,246)
#EBFAF7
(235,250,247)
#EEFAF8
(238,250,248)
#F1FAF9
(241,250,249)
#F4FAFA
(244,250,250)
#F7FAFB
(247,250,251)
#FAFAFC
(250,250,252)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #DCFAF2; }

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

This text font color is #DCFAF2.


Background Color

.myBgColor { background-color: #DCFAF2; }

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

This div background color is #DCFAF2.


Border color

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

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

This div border color is #DCFAF2.


Opacity

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

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

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

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

This text has shadow with #DCFAF2 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #DCFAF2 on black background.


Color preview on white background

This text has color #DCFAF2 on white background.



Black color preview on #DCFAF2 background

This text has black color on #DCFAF2 background.


White color preview on #DCFAF2 background

This text has white color on #DCFAF2 background.