COLOR #D9FCF1

HEX: #D9FCF1 RGB: (217,252,241)

Color info

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

RGB color model

#D9FCF1 color RGB value is (217,252,241).

RGB: (217,252,241) (85%, 99%, 95%)

RGB channels and saturation

R 217 of 255 = 85%
G 252 of 255 = 99%
B 241 of 255 = 95%

217
252
241

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

Portions of RGB colors in percentages

R + G + B = 217 + 252 + 241 = 710 (100%)
R 217 of 710 ~ 30.56%
G 252 of 710 ~ 35.49%
B 241 of 710 ~ 33.94'%

%30.56
%35.49
%33.94

CMYK color model

#D9FCF1 color CMYK value is (14,0,4,1).

  • cyan value is 13.89%
  • magenta value is 0.00%
  • yellow value is 4.37%
  • key color value is 1.18%

CMYK: (14,0,4,1)
C14M0Y4K1 (14%, 0%, 4%, 1%)
(0.14 / 0.00 / 0.04 / 0.01)

CMYK percentages

%13.89
%0
%4.37
%1.18

Codes

Color #D9FCF1 in popluar color models

D9 FC F1
RGB 217 252 241
HSL 161° 85.37% 91.96%
HSB/HSV 161° 13.89% 98.82%
CMYK 13.89% 0.00% 4.37%
1.18%

Color #D9FCF1 in popluar number systems.

HEX D9 FC F1
Decimal 217 252 241
Binary 11011001 11111100 11110001
Octal 331 374 361

Shades and tints

Shades of #D9FCF1

#D9FCF1
(217,252,241)
#C6E6DC
(198,230,220)
#B3D0C7
(179,208,199)
#A0BAB2
(160,186,178)
#8DA49D
(141,164,157)
#7A8E88
(122,142,136)
#677873
(103,120,115)
#54625E
(84,98,94)
#414C49
(65,76,73)
#2E3634
(46,54,52)
#1B201F
(27,32,31)
#000000
(0,0,0)

Tints of #D9FCF1

#D9FCF1
(217,252,241)
#DCFCF2
(220,252,242)
#DFFCF3
(223,252,243)
#E2FCF4
(226,252,244)
#E5FCF5
(229,252,245)
#E8FCF6
(232,252,246)
#EBFCF7
(235,252,247)
#EEFCF8
(238,252,248)
#F1FCF9
(241,252,249)
#F4FCFA
(244,252,250)
#F7FCFB
(247,252,251)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #D9FCF1 color. Also use rgb(217,252,241) instead hex code.

Text Font Color

.myTextColor { color: #D9FCF1; }

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

This text font color is #D9FCF1.

Background Color

.myBgColor { background-color: #D9FCF1; }

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

This div background color is #D9FCF1.

Border color

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

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

This div border color is #D9FCF1.

Opacity

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

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

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

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

This text has shadow with #D9FCF1 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #D9FCF1.

Preview

Color preview on black background

This text has color #D9FCF1 on black background.


Color preview on white background

This text has color #D9FCF1 on white background.


Black color preview on #D9FCF1 background

This text has black color on #D9FCF1 background.


White color preview on #D9FCF1 background

This text has white color on #D9FCF1 background.


Related colors

Complementary color

Complementary color for #hex is #26030E.


I love getcolorcode.com

Triadic colors

1 #F1D9FC and #FCF1D9 with #D9FCF1 are triadic colors.

2 #F1FCD9 and #FCD9F1 with #D9FCF1 are triadic colors.