COLOR #DCFEF9

HEX: #DCFEF9 RGB: (220,254,249)

Color info

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

RGB color model

#DCFEF9 color RGB value is (220,254,249).

RGB: (220,254,249) (86%, 100%, 98%)

RGB channels and saturation

R 220 of 255 = 86%
G 254 of 255 = 100%
B 249 of 255 = 98%

220
254
249

R + G + B ~ 95%. #DCFEF9 is light color.

Portions of RGB colors in percentages

R + G + B = 220 + 254 + 249 = 723 (100%)
R 220 of 723 ~ 30.43%
G 254 of 723 ~ 35.13%
B 249 of 723 ~ 34.44'%

%30.43
%35.13
%34.44

CMYK color model

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

  • cyan value is 13.39%
  • magenta value is 0.00%
  • yellow value is 1.97%
  • 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
%1.97
%0.39

Codes

Color #DCFEF9 in popluar color models

DC FE F9
RGB 220 254 249
HSL 171° 94.44% 92.94%
HSB/HSV 171° 13.39% 99.61%
CMYK 13.39% 0.00% 1.97%
0.39%

Color #DCFEF9 in popluar number systems.

HEX DC FE F9
Decimal 220 254 249
Binary 11011100 11111110 11111001
Octal 334 376 371

Shades and tints

Shades of #DCFEF9

#DCFEF9
(220,254,249)
#C8E7E3
(200,231,227)
#B4D0CD
(180,208,205)
#A0B9B7
(160,185,183)
#8CA2A1
(140,162,161)
#788B8B
(120,139,139)
#647475
(100,116,117)
#505D5F
(80,93,95)
#3C4649
(60,70,73)
#282F33
(40,47,51)
#14181D
(20,24,29)
#000000
(0,0,0)

Tints of #DCFEF9

#DCFEF9
(220,254,249)
#DFFEF9
(223,254,249)
#E2FEF9
(226,254,249)
#E5FEF9
(229,254,249)
#E8FEF9
(232,254,249)
#EBFEF9
(235,254,249)
#EEFEF9
(238,254,249)
#F1FEF9
(241,254,249)
#F4FEF9
(244,254,249)
#F7FEF9
(247,254,249)
#FAFEF9
(250,254,249)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #DCFEF9; }

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

This text font color is #DCFEF9.

Background Color

.myBgColor { background-color: #DCFEF9; }

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

This div background color is #DCFEF9.

Border color

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

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

This div border color is #DCFEF9.

Opacity

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

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

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

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

This text has shadow with #DCFEF9 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #DCFEF9.

Preview

Color preview on black background

This text has color #DCFEF9 on black background.


Color preview on white background

This text has color #DCFEF9 on white background.


Black color preview on #DCFEF9 background

This text has black color on #DCFEF9 background.


White color preview on #DCFEF9 background

This text has white color on #DCFEF9 background.


Related colors

Complementary color

Complementary color for #hex is #230106.


I love getcolorcode.com

Triadic colors

1 #F9DCFE and #FEF9DC with #DCFEF9 are triadic colors.

2 #F9FEDC and #FEDCF9 with #DCFEF9 are triadic colors.