COLOR #D6D9BC

HEX: #D6D9BC
RGB: (214,217,188)

Color info

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

RGB color model

#D6D9BC color RGB value is (214,217,188).

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

RGB channels and saturation

R 214 of 255 = 84%
G 217 of 255 = 85%
B 188 of 255 = 74%

214
217
188

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

Portions of RGB colors in percentages

R + G + B =
214 + 217 + 188 = 619 (100%)
R 214 of 619 ~ 34.57%
G 217 of 619 ~ 35.06%
B 188 of 619 ~ 30.37%

%34.57
%35.06
%30.37

CMYK color model

#D6D9BC color CMYK value is (1,0,13,15).

  • cyan value is 1.38%
  • magenta value is 0.00%
  • yellow value is 13.36%
  • key color value is 14.90%
CMYK:
(1,0,13,15)
C1M0Y13K15 
(1%,0%,13%,15%)
(0.01/0.00/0.13/0.15)	

CMYK percentages

%1.38
%0
%13.36
%14.9

Codes

Color #D6D9BC in popluar color models

D6D9BC
RGB214217188
HSL66°27.62%79.41%
HSB/HSV66°13.36%85.10%
CMYK1.38%0.00%13.36%
14.90%

Color #D6D9BC in popluar number systems.

HEXD6D9BC
Decimal214217188
Binary110101101101100110111100
Octal326331274

Shades and tints

Shades of #D6D9BC

#D6D9BC
(214,217,188)
#C3C6AB
(195,198,171)
#B0B39A
(176,179,154)
#9DA089
(157,160,137)
#8A8D78
(138,141,120)
#777A67
(119,122,103)
#646756
(100,103,86)
#515445
(81,84,69)
#3E4134
(62,65,52)
#2B2E23
(43,46,35)
#181B12
(24,27,18)
#000000
(0,0,0)

Tints of #D6D9BC

#D6D9BC
(214,217,188)
#D9DCC2
(217,220,194)
#DCDFC8
(220,223,200)
#DFE2CE
(223,226,206)
#E2E5D4
(226,229,212)
#E5E8DA
(229,232,218)
#E8EBE0
(232,235,224)
#EBEEE6
(235,238,230)
#EEF1EC
(238,241,236)
#F1F4F2
(241,244,242)
#F4F7F8
(244,247,248)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #D6D9BC; }

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

This text font color is #D6D9BC.


Background Color

.myBgColor { background-color: #D6D9BC; }

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

This div background color is #D6D9BC.


Border color

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

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

This div border color is #D6D9BC.


Opacity

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

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

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

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

This text has shadow with #D6D9BC color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #D6D9BC on black background.


Color preview on white background

This text has color #D6D9BC on white background.



Black color preview on #D6D9BC background

This text has black color on #D6D9BC background.


White color preview on #D6D9BC background

This text has white color on #D6D9BC background.