COLOR #D6D3BA

HEX: #D6D3BA
RGB: (214,211,186)

Color info

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

RGB color model

#D6D3BA color RGB value is (214,211,186).

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

RGB channels and saturation

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

214
211
186

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

Portions of RGB colors in percentages

R + G + B =
214 + 211 + 186 = 611 (100%)
R 214 of 611 ~ 35.02%
G 211 of 611 ~ 34.53%
B 186 of 611 ~ 30.44%

%35.02
%34.53
%30.44

CMYK color model

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

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

CMYK percentages

%0
%1.4
%13.08
%16.08

Codes

Color #D6D3BA in popluar color models

D6D3BA
RGB214211186
HSL54°25.45%78.43%
HSB/HSV54°13.08%83.92%
CMYK0.00%1.40%13.08%
16.08%

Color #D6D3BA in popluar number systems.

HEXD6D3BA
Decimal214211186
Binary110101101101001110111010
Octal326323272

Shades and tints

Shades of #D6D3BA

#D6D3BA
(214,211,186)
#C3C0AA
(195,192,170)
#B0AD9A
(176,173,154)
#9D9A8A
(157,154,138)
#8A877A
(138,135,122)
#77746A
(119,116,106)
#64615A
(100,97,90)
#514E4A
(81,78,74)
#3E3B3A
(62,59,58)
#2B282A
(43,40,42)
#18151A
(24,21,26)
#000000
(0,0,0)

Tints of #D6D3BA

#D6D3BA
(214,211,186)
#D9D7C0
(217,215,192)
#DCDBC6
(220,219,198)
#DFDFCC
(223,223,204)
#E2E3D2
(226,227,210)
#E5E7D8
(229,231,216)
#E8EBDE
(232,235,222)
#EBEFE4
(235,239,228)
#EEF3EA
(238,243,234)
#F1F7F0
(241,247,240)
#F4FBF6
(244,251,246)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #D6D3BA; }

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

This text font color is #D6D3BA.


Background Color

.myBgColor { background-color: #D6D3BA; }

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

This div background color is #D6D3BA.


Border color

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

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

This div border color is #D6D3BA.


Opacity

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

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

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

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

This text has shadow with #D6D3BA color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #D6D3BA on black background.


Color preview on white background

This text has color #D6D3BA on white background.



Black color preview on #D6D3BA background

This text has black color on #D6D3BA background.


White color preview on #D6D3BA background

This text has white color on #D6D3BA background.