COLOR #D9FCED

HEX: #D9FCED
RGB: (217,252,237)

Color info

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

RGB color model

#D9FCED color RGB value is (217,252,237).

  • red value is 217;
  • green value is 252;
  • blue value is 237.
RGB:
(217,252,237)
(85%,99%,93%)

RGB channels and saturation

R 217 of 255 = 85%
G 252 of 255 = 99%
B 237 of 255 = 93%

217
252
237

R + G + B ~ 92%. #D9FCED is light color.

Portions of RGB colors in percentages

R + G + B =
217 + 252 + 237 = 706 (100%)
R 217 of 706 ~ 30.74%
G 252 of 706 ~ 35.69%
B 237 of 706 ~ 33.57%

%30.74
%35.69
%33.57

CMYK color model

#D9FCED color CMYK value is (14,0,6,1).

  • cyan value is 13.89%
  • magenta value is 0.00%
  • yellow value is 5.95%
  • key color value is 1.18%
CMYK:
(14,0,6,1)
C14M0Y6K1 
(14%,0%,6%,1%)
(0.14/0.00/0.06/0.01)	

CMYK percentages

%13.89
%0
%5.95
%1.18

Codes

Color #D9FCED in popluar color models

D9FCED
RGB217252237
HSL154°85.37%91.96%
HSB/HSV154°13.89%98.82%
CMYK13.89%0.00%5.95%
1.18%

Color #D9FCED in popluar number systems.

HEXD9FCED
Decimal217252237
Binary110110011111110011101101
Octal331374355

Shades and tints

Shades of #D9FCED

#D9FCED
(217,252,237)
#C6E6D8
(198,230,216)
#B3D0C3
(179,208,195)
#A0BAAE
(160,186,174)
#8DA499
(141,164,153)
#7A8E84
(122,142,132)
#67786F
(103,120,111)
#54625A
(84,98,90)
#414C45
(65,76,69)
#2E3630
(46,54,48)
#1B201B
(27,32,27)
#000000
(0,0,0)

Tints of #D9FCED

#D9FCED
(217,252,237)
#DCFCEE
(220,252,238)
#DFFCEF
(223,252,239)
#E2FCF0
(226,252,240)
#E5FCF1
(229,252,241)
#E8FCF2
(232,252,242)
#EBFCF3
(235,252,243)
#EEFCF4
(238,252,244)
#F1FCF5
(241,252,245)
#F4FCF6
(244,252,246)
#F7FCF7
(247,252,247)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #D9FCED; }

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

This text font color is #D9FCED.


Background Color

.myBgColor { background-color: #D9FCED; }

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

This div background color is #D9FCED.


Border color

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

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

This div border color is #D9FCED.


Opacity

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

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

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

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

This text has shadow with #D9FCED color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #D9FCED on black background.


Color preview on white background

This text has color #D9FCED on white background.



Black color preview on #D9FCED background

This text has black color on #D9FCED background.


White color preview on #D9FCED background

This text has white color on #D9FCED background.