COLOR #D9EECE

HEX: #D9EECE
RGB: (217,238,206)

Color info

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

RGB color model

#D9EECE color RGB value is (217,238,206).

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

RGB channels and saturation

R 217 of 255 = 85%
G 238 of 255 = 93%
B 206 of 255 = 81%

217
238
206

R + G + B ~ 86%. #D9EECE is light color.

Portions of RGB colors in percentages

R + G + B =
217 + 238 + 206 = 661 (100%)
R 217 of 661 ~ 32.83%
G 238 of 661 ~ 36.01%
B 206 of 661 ~ 31.16%

%32.83
%36.01
%31.16

CMYK color model

#D9EECE color CMYK value is (9,0,13,7).

  • cyan value is 8.82%
  • magenta value is 0.00%
  • yellow value is 13.45%
  • key color value is 6.67%
CMYK:
(9,0,13,7)
C9M0Y13K7 
(9%,0%,13%,7%)
(0.09/0.00/0.13/0.07)	

CMYK percentages

%8.82
%0
%13.45
%6.67

Codes

Color #D9EECE in popluar color models

D9EECE
RGB217238206
HSL99°48.48%87.06%
HSB/HSV99°13.45%93.33%
CMYK8.82%0.00%13.45%
6.67%

Color #D9EECE in popluar number systems.

HEXD9EECE
Decimal217238206
Binary110110011110111011001110
Octal331356316

Shades and tints

Shades of #D9EECE

#D9EECE
(217,238,206)
#C6D9BC
(198,217,188)
#B3C4AA
(179,196,170)
#A0AF98
(160,175,152)
#8D9A86
(141,154,134)
#7A8574
(122,133,116)
#677062
(103,112,98)
#545B50
(84,91,80)
#41463E
(65,70,62)
#2E312C
(46,49,44)
#1B1C1A
(27,28,26)
#000000
(0,0,0)

Tints of #D9EECE

#D9EECE
(217,238,206)
#DCEFD2
(220,239,210)
#DFF0D6
(223,240,214)
#E2F1DA
(226,241,218)
#E5F2DE
(229,242,222)
#E8F3E2
(232,243,226)
#EBF4E6
(235,244,230)
#EEF5EA
(238,245,234)
#F1F6EE
(241,246,238)
#F4F7F2
(244,247,242)
#F7F8F6
(247,248,246)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #D9EECE; }

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

This text font color is #D9EECE.


Background Color

.myBgColor { background-color: #D9EECE; }

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

This div background color is #D9EECE.


Border color

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

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

This div border color is #D9EECE.


Opacity

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

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

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

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

This text has shadow with #D9EECE color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #D9EECE on black background.


Color preview on white background

This text has color #D9EECE on white background.



Black color preview on #D9EECE background

This text has black color on #D9EECE background.


White color preview on #D9EECE background

This text has white color on #D9EECE background.