COLOR #D9DDB2

HEX: #D9DDB2 RGB: (217,221,178)

Color info

#D9DDB2 contains red, green and blue colors in about the same proportion. Web safe color of #D9DDB2 is #CCCC99 (or #CC9).

RGB color model

#D9DDB2 color RGB value is (217,221,178).

RGB: (217,221,178) (85%, 87%, 70%)

RGB channels and saturation

R 217 of 255 = 85%
G 221 of 255 = 87%
B 178 of 255 = 70%

217
221
178

R + G + B ~ 81%. #D9DDB2 is quite light color.

Portions of RGB colors in percentages

R + G + B = 217 + 221 + 178 = 616 (100%)
R 217 of 616 ~ 35.23%
G 221 of 616 ~ 35.88%
B 178 of 616 ~ 28.9'%

%35.23
%35.88
%28.9

CMYK color model

#D9DDB2 color CMYK value is (2,0,19,13).

  • cyan value is 1.81%
  • magenta value is 0.00%
  • yellow value is 19.46%
  • key color value is 13.33%

CMYK: (2,0,19,13)
C2M0Y19K13 (2%, 0%, 19%, 13%)
(0.02 / 0.00 / 0.19 / 0.13)

CMYK percentages

%1.81
%0
%19.46
%13.33

Codes

Color #D9DDB2 in popluar color models

D9 DD B2
RGB 217 221 178
HSL 66° 38.74% 78.24%
HSB/HSV 66° 19.46% 86.67%
CMYK 1.81% 0.00% 19.46%
13.33%

Color #D9DDB2 in popluar number systems.

HEX D9 DD B2
Decimal 217 221 178
Binary 11011001 11011101 10110010
Octal 331 335 262

Shades and tints

Shades of #D9DDB2

#D9DDB2
(217,221,178)
#C6C9A2
(198,201,162)
#B3B592
(179,181,146)
#A0A182
(160,161,130)
#8D8D72
(141,141,114)
#7A7962
(122,121,98)
#676552
(103,101,82)
#545142
(84,81,66)
#413D32
(65,61,50)
#2E2922
(46,41,34)
#1B1512
(27,21,18)
#000000
(0,0,0)

Tints of #D9DDB2

#D9DDB2
(217,221,178)
#DCE0B9
(220,224,185)
#DFE3C0
(223,227,192)
#E2E6C7
(226,230,199)
#E5E9CE
(229,233,206)
#E8ECD5
(232,236,213)
#EBEFDC
(235,239,220)
#EEF2E3
(238,242,227)
#F1F5EA
(241,245,234)
#F4F8F1
(244,248,241)
#F7FBF8
(247,251,248)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #D9DDB2 color. Also use rgb(217,221,178) instead hex code.

Text Font Color

.myTextColor { color: #D9DDB2; }

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

This text font color is #D9DDB2.

Background Color

.myBgColor { background-color: #D9DDB2; }

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

This div background color is #D9DDB2.

Border color

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

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

This div border color is #D9DDB2.

Opacity

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

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

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

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

This text has shadow with #D9DDB2 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #D9DDB2.

Preview

Color preview on black background

This text has color #D9DDB2 on black background.


Color preview on white background

This text has color #D9DDB2 on white background.


Black color preview on #D9DDB2 background

This text has black color on #D9DDB2 background.


White color preview on #D9DDB2 background

This text has white color on #D9DDB2 background.


Related colors

Complementary color

Complementary color for #hex is #26224D.


I love getcolorcode.com

Triadic colors

1 #B2D9DD and #DDB2D9 with #D9DDB2 are triadic colors.

2 #B2DDD9 and #DDD9B2 with #D9DDB2 are triadic colors.