COLOR #D9FFCE

HEX: #D9FFCE
RGB: (217,255,206)

Color info

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

RGB color model

#D9FFCE color RGB value is (217,255,206).

  • red value is 217;
  • green value is 255;
  • blue value is 206.
RGB:
(217,255,206)
(85%,100%,81%)

RGB channels and saturation

R 217 of 255 = 85%
G 255 of 255 = 100%
B 206 of 255 = 81%

217
255
206

R + G + B ~ 89%. #D9FFCE is light color.

Portions of RGB colors in percentages

R + G + B =
217 + 255 + 206 = 678 (100%)
R 217 of 678 ~ 32.01%
G 255 of 678 ~ 37.61%
B 206 of 678 ~ 30.38%

%32.01
%37.61
%30.38

CMYK color model

#D9FFCE color CMYK value is (15,0,19,0).

  • cyan value is 14.90%
  • magenta value is 0.00%
  • yellow value is 19.22%
  • key color value is 0.00%
CMYK:
(15,0,19,0)
C15M0Y19K0 
(15%,0%,19%,0%)
(0.15/0.00/0.19/0.00)	

CMYK percentages

%14.9
%0
%19.22
%0

Codes

Color #D9FFCE in popluar color models

D9FFCE
RGB217255206
HSL107°100.00%90.39%
HSB/HSV107°19.22%100.00%
CMYK14.90%0.00%19.22%
0.00%

Color #D9FFCE in popluar number systems.

HEXD9FFCE
Decimal217255206
Binary110110011111111111001110
Octal331377316

Shades and tints

Shades of #D9FFCE

#D9FFCE
(217,255,206)
#C6E8BC
(198,232,188)
#B3D1AA
(179,209,170)
#A0BA98
(160,186,152)
#8DA386
(141,163,134)
#7A8C74
(122,140,116)
#677562
(103,117,98)
#545E50
(84,94,80)
#41473E
(65,71,62)
#2E302C
(46,48,44)
#1B191A
(27,25,26)
#000000
(0,0,0)

Tints of #D9FFCE

#D9FFCE
(217,255,206)
#DCFFD2
(220,255,210)
#DFFFD6
(223,255,214)
#E2FFDA
(226,255,218)
#E5FFDE
(229,255,222)
#E8FFE2
(232,255,226)
#EBFFE6
(235,255,230)
#EEFFEA
(238,255,234)
#F1FFEE
(241,255,238)
#F4FFF2
(244,255,242)
#F7FFF6
(247,255,246)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #D9FFCE color. Also use rgb(217,255,206) instead hex code.

Text Font Color

.myTextColor { color: #D9FFCE; }

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

This text font color is #D9FFCE.


Background Color

.myBgColor { background-color: #D9FFCE; }

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

This div background color is #D9FFCE.


Border color

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

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

This div border color is #D9FFCE.


Opacity

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

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

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

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

This text has shadow with #D9FFCE color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #D9FFCE on black background.


Color preview on white background

This text has color #D9FFCE on white background.



Black color preview on #D9FFCE background

This text has black color on #D9FFCE background.


White color preview on #D9FFCE background

This text has white color on #D9FFCE background.