COLOR #D9DFC9

HEX: #D9DFC9 RGB: (217,223,201)

Color info

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

RGB color model

#D9DFC9 color RGB value is (217,223,201).

RGB: (217,223,201) (85%, 87%, 79%)

RGB channels and saturation

R 217 of 255 = 85%
G 223 of 255 = 87%
B 201 of 255 = 79%

217
223
201

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

Portions of RGB colors in percentages

R + G + B = 217 + 223 + 201 = 641 (100%)
R 217 of 641 ~ 33.85%
G 223 of 641 ~ 34.79%
B 201 of 641 ~ 31.36'%

%33.85
%34.79
%31.36

CMYK color model

#D9DFC9 color CMYK value is (3,0,10,13).

  • cyan value is 2.69%
  • magenta value is 0.00%
  • yellow value is 9.87%
  • key color value is 12.55%
CMYK: (3,0,10,13) C3M0Y10K13 (3%,0%,10%,13%) (0.03/0.00/0.10/0.13) 

CMYK percentages

%2.69
%0
%9.87
%12.55

Codes

Color #D9DFC9 in popluar color models

D9 DF C9
RGB 217 223 201
HSL 76° 25.58% 83.14%
HSB/HSV 76° 9.87% 87.45%
CMYK 2.69% 0.00% 9.87%
12.55%

Color #D9DFC9 in popluar number systems.

HEX D9 DF C9
Decimal 217 223 201
Binary 11011001 11011111 11001001
Octal 331 337 311

Shades and tints

Shades of #D9DFC9

#D9DFC9
(217,223,201)
#C6CBB7
(198,203,183)
#B3B7A5
(179,183,165)
#A0A393
(160,163,147)
#8D8F81
(141,143,129)
#7A7B6F
(122,123,111)
#67675D
(103,103,93)
#54534B
(84,83,75)
#413F39
(65,63,57)
#2E2B27
(46,43,39)
#1B1715
(27,23,21)
#000000
(0,0,0)

Tints of #D9DFC9

#D9DFC9
(217,223,201)
#DCE1CD
(220,225,205)
#DFE3D1
(223,227,209)
#E2E5D5
(226,229,213)
#E5E7D9
(229,231,217)
#E8E9DD
(232,233,221)
#EBEBE1
(235,235,225)
#EEEDE5
(238,237,229)
#F1EFE9
(241,239,233)
#F4F1ED
(244,241,237)
#F7F3F1
(247,243,241)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #D9DFC9; }

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

This text font color is #D9DFC9.

Background Color

.myBgColor { background-color: #D9DFC9; }

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

This div background color is #D9DFC9.

Border color

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

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

This div border color is #D9DFC9.

Opacity

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

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

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

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

This text has shadow with #D9DFC9 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #D9DFC9.

Preview

Color preview on black background

This text has color #D9DFC9 on black background.


Color preview on white background

This text has color #D9DFC9 on white background.


Black color preview on #D9DFC9 background

This text has black color on #D9DFC9 background.


White color preview on #D9DFC9 background

This text has white color on #D9DFC9 background.


Related colors

Complementary color

Complementary color for #hex is #262036.


I love getcolorcode.com

Triadic colors

1 #C9D9DF and #DFC9D9 with #D9DFC9 are triadic colors.

2 #C9DFD9 and #DFD9C9 with #D9DFC9 are triadic colors.