COLOR #D4DBC9

HEX: #D4DBC9 RGB: (212,219,201)

Color info

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

RGB color model

#D4DBC9 color RGB value is (212,219,201).

RGB: (212,219,201) (83%, 86%, 79%)

RGB channels and saturation

R 212 of 255 = 83%
G 219 of 255 = 86%
B 201 of 255 = 79%

212
219
201

R + G + B ~ 83%. #D4DBC9 is quite light color.

Portions of RGB colors in percentages

R + G + B = 212 + 219 + 201 = 632 (100%)
R 212 of 632 ~ 33.54%
G 219 of 632 ~ 34.65%
B 201 of 632 ~ 31.8'%

%33.54
%34.65
%31.8

CMYK color model

#D4DBC9 color CMYK value is (3,0,8,14).

  • cyan value is 3.20%
  • magenta value is 0.00%
  • yellow value is 8.22%
  • key color value is 14.12%

CMYK: (3,0,8,14)
C3M0Y8K14 (3%, 0%, 8%, 14%)
(0.03 / 0.00 / 0.08 / 0.14)

CMYK percentages

%3.2
%0
%8.22
%14.12

Codes

Color #D4DBC9 in popluar color models

D4 DB C9
RGB 212 219 201
HSL 83° 20.00% 82.35%
HSB/HSV 83° 8.22% 85.88%
CMYK 3.20% 0.00% 8.22%
14.12%

Color #D4DBC9 in popluar number systems.

HEX D4 DB C9
Decimal 212 219 201
Binary 11010100 11011011 11001001
Octal 324 333 311

Shades and tints

Shades of #D4DBC9

#D4DBC9
(212,219,201)
#C1C8B7
(193,200,183)
#AEB5A5
(174,181,165)
#9BA293
(155,162,147)
#888F81
(136,143,129)
#757C6F
(117,124,111)
#62695D
(98,105,93)
#4F564B
(79,86,75)
#3C4339
(60,67,57)
#293027
(41,48,39)
#161D15
(22,29,21)
#000000
(0,0,0)

Tints of #D4DBC9

#D4DBC9
(212,219,201)
#D7DECD
(215,222,205)
#DAE1D1
(218,225,209)
#DDE4D5
(221,228,213)
#E0E7D9
(224,231,217)
#E3EADD
(227,234,221)
#E6EDE1
(230,237,225)
#E9F0E5
(233,240,229)
#ECF3E9
(236,243,233)
#EFF6ED
(239,246,237)
#F2F9F1
(242,249,241)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #D4DBC9 color. Also use rgb(212,219,201) instead hex code.

Text Font Color

.myTextColor { color: #D4DBC9; }

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

This text font color is #D4DBC9.

Background Color

.myBgColor { background-color: #D4DBC9; }

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

This div background color is #D4DBC9.

Border color

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

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

This div border color is #D4DBC9.

Opacity

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

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

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

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

This text has shadow with #D4DBC9 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #D4DBC9.

Preview

Color preview on black background

This text has color #D4DBC9 on black background.


Color preview on white background

This text has color #D4DBC9 on white background.


Black color preview on #D4DBC9 background

This text has black color on #D4DBC9 background.


White color preview on #D4DBC9 background

This text has white color on #D4DBC9 background.


Related colors

Complementary color

Complementary color for #hex is #2B2436.


I love getcolorcode.com

Triadic colors

1 #C9D4DB and #DBC9D4 with #D4DBC9 are triadic colors.

2 #C9DBD4 and #DBD4C9 with #D4DBC9 are triadic colors.