COLOR #D6D9BA

HEX: #D6D9BA
RGB: (214,217,186)

Color info

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

RGB color model

#D6D9BA color RGB value is (214,217,186).

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

RGB channels and saturation

R 214 of 255 = 84%
G 217 of 255 = 85%
B 186 of 255 = 73%

214
217
186

R + G + B ~ 81%. #D6D9BA is quite light color.

Portions of RGB colors in percentages

R + G + B =
214 + 217 + 186 = 617 (100%)
R 214 of 617 ~ 34.68%
G 217 of 617 ~ 35.17%
B 186 of 617 ~ 30.15%

%34.68
%35.17
%30.15

CMYK color model

#D6D9BA color CMYK value is (1,0,14,15).

  • cyan value is 1.38%
  • magenta value is 0.00%
  • yellow value is 14.29%
  • key color value is 14.90%
CMYK:
(1,0,14,15)
C1M0Y14K15 
(1%,0%,14%,15%)
(0.01/0.00/0.14/0.15)	

CMYK percentages

%1.38
%0
%14.29
%14.9

Codes

Color #D6D9BA in popluar color models

D6D9BA
RGB214217186
HSL66°28.97%79.02%
HSB/HSV66°14.29%85.10%
CMYK1.38%0.00%14.29%
14.90%

Color #D6D9BA in popluar number systems.

HEXD6D9BA
Decimal214217186
Binary110101101101100110111010
Octal326331272

Shades and tints

Shades of #D6D9BA

#D6D9BA
(214,217,186)
#C3C6AA
(195,198,170)
#B0B39A
(176,179,154)
#9DA08A
(157,160,138)
#8A8D7A
(138,141,122)
#777A6A
(119,122,106)
#64675A
(100,103,90)
#51544A
(81,84,74)
#3E413A
(62,65,58)
#2B2E2A
(43,46,42)
#181B1A
(24,27,26)
#000000
(0,0,0)

Tints of #D6D9BA

#D6D9BA
(214,217,186)
#D9DCC0
(217,220,192)
#DCDFC6
(220,223,198)
#DFE2CC
(223,226,204)
#E2E5D2
(226,229,210)
#E5E8D8
(229,232,216)
#E8EBDE
(232,235,222)
#EBEEE4
(235,238,228)
#EEF1EA
(238,241,234)
#F1F4F0
(241,244,240)
#F4F7F6
(244,247,246)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #D6D9BA; }

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

This text font color is #D6D9BA.


Background Color

.myBgColor { background-color: #D6D9BA; }

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

This div background color is #D6D9BA.


Border color

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

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

This div border color is #D6D9BA.


Opacity

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

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

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

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

This text has shadow with #D6D9BA color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #D6D9BA on black background.


Color preview on white background

This text has color #D6D9BA on white background.



Black color preview on #D6D9BA background

This text has black color on #D6D9BA background.


White color preview on #D6D9BA background

This text has white color on #D6D9BA background.