COLOR #D4DBB1

HEX: #D4DBB1
RGB: (212,219,177)

Color info

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

RGB color model

#D4DBB1 color RGB value is (212,219,177).

  • red value is 212;
  • green value is 219;
  • blue value is 177.
RGB:
(212,219,177)
(83%,86%,69%)

RGB channels and saturation

R 212 of 255 = 83%
G 219 of 255 = 86%
B 177 of 255 = 69%

212
219
177

R + G + B ~ 79%. #D4DBB1 is quite light color.

Portions of RGB colors in percentages

R + G + B =
212 + 219 + 177 = 608 (100%)
R 212 of 608 ~ 34.87%
G 219 of 608 ~ 36.02%
B 177 of 608 ~ 29.11%

%34.87
%36.02
%29.11

CMYK color model

#D4DBB1 color CMYK value is (3,0,19,14).

  • cyan value is 3.20%
  • magenta value is 0.00%
  • yellow value is 19.18%
  • key color value is 14.12%
CMYK:
(3,0,19,14)
C3M0Y19K14 
(3%,0%,19%,14%)
(0.03/0.00/0.19/0.14)	

CMYK percentages

%3.2
%0
%19.18
%14.12

Codes

Color #D4DBB1 in popluar color models

D4DBB1
RGB212219177
HSL70°36.84%77.65%
HSB/HSV70°19.18%85.88%
CMYK3.20%0.00%19.18%
14.12%

Color #D4DBB1 in popluar number systems.

HEXD4DBB1
Decimal212219177
Binary110101001101101110110001
Octal324333261

Shades and tints

Shades of #D4DBB1

#D4DBB1
(212,219,177)
#C1C8A1
(193,200,161)
#AEB591
(174,181,145)
#9BA281
(155,162,129)
#888F71
(136,143,113)
#757C61
(117,124,97)
#626951
(98,105,81)
#4F5641
(79,86,65)
#3C4331
(60,67,49)
#293021
(41,48,33)
#161D11
(22,29,17)
#000000
(0,0,0)

Tints of #D4DBB1

#D4DBB1
(212,219,177)
#D7DEB8
(215,222,184)
#DAE1BF
(218,225,191)
#DDE4C6
(221,228,198)
#E0E7CD
(224,231,205)
#E3EAD4
(227,234,212)
#E6EDDB
(230,237,219)
#E9F0E2
(233,240,226)
#ECF3E9
(236,243,233)
#EFF6F0
(239,246,240)
#F2F9F7
(242,249,247)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #D4DBB1; }

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

This text font color is #D4DBB1.


Background Color

.myBgColor { background-color: #D4DBB1; }

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

This div background color is #D4DBB1.


Border color

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

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

This div border color is #D4DBB1.


Opacity

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

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

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

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

This text has shadow with #D4DBB1 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #D4DBB1 on black background.


Color preview on white background

This text has color #D4DBB1 on white background.



Black color preview on #D4DBB1 background

This text has black color on #D4DBB1 background.


White color preview on #D4DBB1 background

This text has white color on #D4DBB1 background.