COLOR #D9DFCE

HEX: #D9DFCE RGB: (217,223,206)

Color info

#D9DFCE contains red, green and blue colors in about the same proportion. Web safe color of #D9DFCE is #CCCCCC (or #CCC).

RGB color model

#D9DFCE color RGB value is (217,223,206).

RGB: (217,223,206) (85%, 87%, 81%)

RGB channels and saturation

R 217 of 255 = 85%
G 223 of 255 = 87%
B 206 of 255 = 81%

217
223
206

R + G + B ~ 84%. #D9DFCE is quite light color.

Portions of RGB colors in percentages

R + G + B = 217 + 223 + 206 = 646 (100%)
R 217 of 646 ~ 33.59%
G 223 of 646 ~ 34.52%
B 206 of 646 ~ 31.89'%

%33.59
%34.52
%31.89

CMYK color model

#D9DFCE color CMYK value is (3,0,8,13).

  • cyan value is 2.69%
  • magenta value is 0.00%
  • yellow value is 7.62%
  • key color value is 12.55%
CMYK: (3,0,8,13) C3M0Y8K13 (3%,0%,8%,13%) (0.03/0.00/0.08/0.13) 

CMYK percentages

%2.69
%0
%7.62
%12.55

Codes

Color #D9DFCE in popluar color models

D9 DF CE
RGB 217 223 206
HSL 81° 20.99% 84.12%
HSB/HSV 81° 7.62% 87.45%
CMYK 2.69% 0.00% 7.62%
12.55%

Color #D9DFCE in popluar number systems.

HEX D9 DF CE
Decimal 217 223 206
Binary 11011001 11011111 11001110
Octal 331 337 316

Shades and tints

Shades of #D9DFCE

#D9DFCE
(217,223,206)
#C6CBBC
(198,203,188)
#B3B7AA
(179,183,170)
#A0A398
(160,163,152)
#8D8F86
(141,143,134)
#7A7B74
(122,123,116)
#676762
(103,103,98)
#545350
(84,83,80)
#413F3E
(65,63,62)
#2E2B2C
(46,43,44)
#1B171A
(27,23,26)
#000000
(0,0,0)

Tints of #D9DFCE

#D9DFCE
(217,223,206)
#DCE1D2
(220,225,210)
#DFE3D6
(223,227,214)
#E2E5DA
(226,229,218)
#E5E7DE
(229,231,222)
#E8E9E2
(232,233,226)
#EBEBE6
(235,235,230)
#EEEDEA
(238,237,234)
#F1EFEE
(241,239,238)
#F4F1F2
(244,241,242)
#F7F3F6
(247,243,246)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #D9DFCE; }

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

This text font color is #D9DFCE.

Background Color

.myBgColor { background-color: #D9DFCE; }

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

This div background color is #D9DFCE.

Border color

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

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

This div border color is #D9DFCE.

Opacity

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

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

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

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

This text has shadow with #D9DFCE color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #D9DFCE.

Preview

Color preview on black background

This text has color #D9DFCE on black background.


Color preview on white background

This text has color #D9DFCE on white background.


Black color preview on #D9DFCE background

This text has black color on #D9DFCE background.


White color preview on #D9DFCE background

This text has white color on #D9DFCE background.


Related colors

Complementary color

Complementary color for #hex is #262031.


I love getcolorcode.com

Triadic colors

1 #CED9DF and #DFCED9 with #D9DFCE are triadic colors.

2 #CEDFD9 and #DFD9CE with #D9DFCE are triadic colors.