COLOR #D4D6BA

HEX: #D4D6BA
RGB: (212,214,186)

Color info

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

RGB color model

#D4D6BA color RGB value is (212,214,186).

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

RGB channels and saturation

R 212 of 255 = 83%
G 214 of 255 = 84%
B 186 of 255 = 73%

212
214
186

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

Portions of RGB colors in percentages

R + G + B =
212 + 214 + 186 = 612 (100%)
R 212 of 612 ~ 34.64%
G 214 of 612 ~ 34.97%
B 186 of 612 ~ 30.39%

%34.64
%34.97
%30.39

CMYK color model

#D4D6BA color CMYK value is (1,0,13,16).

  • cyan value is 0.93%
  • magenta value is 0.00%
  • yellow value is 13.08%
  • key color value is 16.08%
CMYK:
(1,0,13,16)
C1M0Y13K16 
(1%,0%,13%,16%)
(0.01/0.00/0.13/0.16)	

CMYK percentages

%0.93
%0
%13.08
%16.08

Codes

Color #D4D6BA in popluar color models

D4D6BA
RGB212214186
HSL64°25.45%78.43%
HSB/HSV64°13.08%83.92%
CMYK0.93%0.00%13.08%
16.08%

Color #D4D6BA in popluar number systems.

HEXD4D6BA
Decimal212214186
Binary110101001101011010111010
Octal324326272

Shades and tints

Shades of #D4D6BA

#D4D6BA
(212,214,186)
#C1C3AA
(193,195,170)
#AEB09A
(174,176,154)
#9B9D8A
(155,157,138)
#888A7A
(136,138,122)
#75776A
(117,119,106)
#62645A
(98,100,90)
#4F514A
(79,81,74)
#3C3E3A
(60,62,58)
#292B2A
(41,43,42)
#16181A
(22,24,26)
#000000
(0,0,0)

Tints of #D4D6BA

#D4D6BA
(212,214,186)
#D7D9C0
(215,217,192)
#DADCC6
(218,220,198)
#DDDFCC
(221,223,204)
#E0E2D2
(224,226,210)
#E3E5D8
(227,229,216)
#E6E8DE
(230,232,222)
#E9EBE4
(233,235,228)
#ECEEEA
(236,238,234)
#EFF1F0
(239,241,240)
#F2F4F6
(242,244,246)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #D4D6BA; }

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

This text font color is #D4D6BA.


Background Color

.myBgColor { background-color: #D4D6BA; }

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

This div background color is #D4D6BA.


Border color

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

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

This div border color is #D4D6BA.


Opacity

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

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

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

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

This text has shadow with #D4D6BA color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #D4D6BA on black background.


Color preview on white background

This text has color #D4D6BA on white background.



Black color preview on #D4D6BA background

This text has black color on #D4D6BA background.


White color preview on #D4D6BA background

This text has white color on #D4D6BA background.