COLOR #D9FCE5

HEX: #D9FCE5
RGB: (217,252,229)

Color info

#D9FCE5 contains red, green and blue colors in about the same proportion. Web safe color of #D9FCE5 is #CCFFCC (or #CFC).

RGB color model

#D9FCE5 color RGB value is (217,252,229).

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

RGB channels and saturation

R 217 of 255 = 85%
G 252 of 255 = 99%
B 229 of 255 = 90%

217
252
229

R + G + B ~ 91%. #D9FCE5 is light color.

Portions of RGB colors in percentages

R + G + B =
217 + 252 + 229 = 698 (100%)
R 217 of 698 ~ 31.09%
G 252 of 698 ~ 36.1%
B 229 of 698 ~ 32.81%

%31.09
%36.1
%32.81

CMYK color model

#D9FCE5 color CMYK value is (14,0,9,1).

  • cyan value is 13.89%
  • magenta value is 0.00%
  • yellow value is 9.13%
  • key color value is 1.18%
CMYK:
(14,0,9,1)
C14M0Y9K1 
(14%,0%,9%,1%)
(0.14/0.00/0.09/0.01)	

CMYK percentages

%13.89
%0
%9.13
%1.18

Codes

Color #D9FCE5 in popluar color models

D9FCE5
RGB217252229
HSL141°85.37%91.96%
HSB/HSV141°13.89%98.82%
CMYK13.89%0.00%9.13%
1.18%

Color #D9FCE5 in popluar number systems.

HEXD9FCE5
Decimal217252229
Binary110110011111110011100101
Octal331374345

Shades and tints

Shades of #D9FCE5

#D9FCE5
(217,252,229)
#C6E6D1
(198,230,209)
#B3D0BD
(179,208,189)
#A0BAA9
(160,186,169)
#8DA495
(141,164,149)
#7A8E81
(122,142,129)
#67786D
(103,120,109)
#546259
(84,98,89)
#414C45
(65,76,69)
#2E3631
(46,54,49)
#1B201D
(27,32,29)
#000000
(0,0,0)

Tints of #D9FCE5

#D9FCE5
(217,252,229)
#DCFCE7
(220,252,231)
#DFFCE9
(223,252,233)
#E2FCEB
(226,252,235)
#E5FCED
(229,252,237)
#E8FCEF
(232,252,239)
#EBFCF1
(235,252,241)
#EEFCF3
(238,252,243)
#F1FCF5
(241,252,245)
#F4FCF7
(244,252,247)
#F7FCF9
(247,252,249)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #D9FCE5; }

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

This text font color is #D9FCE5.


Background Color

.myBgColor { background-color: #D9FCE5; }

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

This div background color is #D9FCE5.


Border color

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

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

This div border color is #D9FCE5.


Opacity

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

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

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

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

This text has shadow with #D9FCE5 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #D9FCE5 on black background.


Color preview on white background

This text has color #D9FCE5 on white background.



Black color preview on #D9FCE5 background

This text has black color on #D9FCE5 background.


White color preview on #D9FCE5 background

This text has white color on #D9FCE5 background.