COLOR #D4D9BA

HEX: #D4D9BA
RGB: (212,217,186)

Color info

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

RGB color model

#D4D9BA color RGB value is (212,217,186).

  • red value is 212;
  • green value is 217;
  • blue value is 186.
RGB:
(212,217,186)
(83%,85%,73%)

RGB channels and saturation

R 212 of 255 = 83%
G 217 of 255 = 85%
B 186 of 255 = 73%

212
217
186

R + G + B ~ 80%. #D4D9BA is quite light color.

Portions of RGB colors in percentages

R + G + B =
212 + 217 + 186 = 615 (100%)
R 212 of 615 ~ 34.47%
G 217 of 615 ~ 35.28%
B 186 of 615 ~ 30.24%

%34.47
%35.28
%30.24

CMYK color model

#D4D9BA color CMYK value is (2,0,14,15).

  • cyan value is 2.30%
  • magenta value is 0.00%
  • yellow value is 14.29%
  • key color value is 14.90%
CMYK:
(2,0,14,15)
C2M0Y14K15 
(2%,0%,14%,15%)
(0.02/0.00/0.14/0.15)	

CMYK percentages

%2.3
%0
%14.29
%14.9

Codes

Color #D4D9BA in popluar color models

D4D9BA
RGB212217186
HSL70°28.97%79.02%
HSB/HSV70°14.29%85.10%
CMYK2.30%0.00%14.29%
14.90%

Color #D4D9BA in popluar number systems.

HEXD4D9BA
Decimal212217186
Binary110101001101100110111010
Octal324331272

Shades and tints

Shades of #D4D9BA

#D4D9BA
(212,217,186)
#C1C6AA
(193,198,170)
#AEB39A
(174,179,154)
#9BA08A
(155,160,138)
#888D7A
(136,141,122)
#757A6A
(117,122,106)
#62675A
(98,103,90)
#4F544A
(79,84,74)
#3C413A
(60,65,58)
#292E2A
(41,46,42)
#161B1A
(22,27,26)
#000000
(0,0,0)

Tints of #D4D9BA

#D4D9BA
(212,217,186)
#D7DCC0
(215,220,192)
#DADFC6
(218,223,198)
#DDE2CC
(221,226,204)
#E0E5D2
(224,229,210)
#E3E8D8
(227,232,216)
#E6EBDE
(230,235,222)
#E9EEE4
(233,238,228)
#ECF1EA
(236,241,234)
#EFF4F0
(239,244,240)
#F2F7F6
(242,247,246)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #D4D9BA color. Also use rgb(212,217,186) instead hex code.

Text Font Color

.myTextColor { color: #D4D9BA; }

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

This text font color is #D4D9BA.


Background Color

.myBgColor { background-color: #D4D9BA; }

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

This div background color is #D4D9BA.


Border color

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

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

This div border color is #D4D9BA.


Opacity

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

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

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

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

This text has shadow with #D4D9BA color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #D4D9BA on black background.


Color preview on white background

This text has color #D4D9BA on white background.



Black color preview on #D4D9BA background

This text has black color on #D4D9BA background.


White color preview on #D4D9BA background

This text has white color on #D4D9BA background.