COLOR #D9EACE

HEX: #D9EACE RGB: (217,234,206)

Color info

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

RGB color model

#D9EACE color RGB value is (217,234,206).

RGB: (217,234,206) (85%, 92%, 81%)

RGB channels and saturation

R 217 of 255 = 85%
G 234 of 255 = 92%
B 206 of 255 = 81%

217
234
206

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

Portions of RGB colors in percentages

R + G + B = 217 + 234 + 206 = 657 (100%)
R 217 of 657 ~ 33.03%
G 234 of 657 ~ 35.62%
B 206 of 657 ~ 31.35'%

%33.03
%35.62
%31.35

CMYK color model

#D9EACE color CMYK value is (7,0,12,8).

  • cyan value is 7.26%
  • magenta value is 0.00%
  • yellow value is 11.97%
  • key color value is 8.24%

CMYK: (7,0,12,8)
C7M0Y12K8 (7%, 0%, 12%, 8%)
(0.07 / 0.00 / 0.12 / 0.08)

CMYK percentages

%7.26
%0
%11.97
%8.24

Codes

Color #D9EACE in popluar color models

D9 EA CE
RGB 217 234 206
HSL 96° 40.00% 86.27%
HSB/HSV 96° 11.97% 91.76%
CMYK 7.26% 0.00% 11.97%
8.24%

Color #D9EACE in popluar number systems.

HEX D9 EA CE
Decimal 217 234 206
Binary 11011001 11101010 11001110
Octal 331 352 316

Shades and tints

Shades of #D9EACE

#D9EACE
(217,234,206)
#C6D5BC
(198,213,188)
#B3C0AA
(179,192,170)
#A0AB98
(160,171,152)
#8D9686
(141,150,134)
#7A8174
(122,129,116)
#676C62
(103,108,98)
#545750
(84,87,80)
#41423E
(65,66,62)
#2E2D2C
(46,45,44)
#1B181A
(27,24,26)
#000000
(0,0,0)

Tints of #D9EACE

#D9EACE
(217,234,206)
#DCEBD2
(220,235,210)
#DFECD6
(223,236,214)
#E2EDDA
(226,237,218)
#E5EEDE
(229,238,222)
#E8EFE2
(232,239,226)
#EBF0E6
(235,240,230)
#EEF1EA
(238,241,234)
#F1F2EE
(241,242,238)
#F4F3F2
(244,243,242)
#F7F4F6
(247,244,246)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #D9EACE; }

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

This text font color is #D9EACE.

Background Color

.myBgColor { background-color: #D9EACE; }

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

This div background color is #D9EACE.

Border color

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

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

This div border color is #D9EACE.

Opacity

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

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

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

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

This text has shadow with #D9EACE color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #D9EACE.

Preview

Color preview on black background

This text has color #D9EACE on black background.


Color preview on white background

This text has color #D9EACE on white background.


Black color preview on #D9EACE background

This text has black color on #D9EACE background.


White color preview on #D9EACE background

This text has white color on #D9EACE background.


Related colors

Complementary color

Complementary color for #hex is #261531.


I love getcolorcode.com

Triadic colors

1 #CED9EA and #EACED9 with #D9EACE are triadic colors.

2 #CEEAD9 and #EAD9CE with #D9EACE are triadic colors.