COLOR #D6D8BD

HEX: #D6D8BD
RGB: (214,216,189)

Color info

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

RGB color model

#D6D8BD color RGB value is (214,216,189).

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

RGB channels and saturation

R 214 of 255 = 84%
G 216 of 255 = 85%
B 189 of 255 = 74%

214
216
189

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

Portions of RGB colors in percentages

R + G + B =
214 + 216 + 189 = 619 (100%)
R 214 of 619 ~ 34.57%
G 216 of 619 ~ 34.89%
B 189 of 619 ~ 30.53%

%34.57
%34.89
%30.53

CMYK color model

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

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

CMYK percentages

%0.93
%0
%12.5
%15.29

Codes

Color #D6D8BD in popluar color models

D6D8BD
RGB214216189
HSL64°25.71%79.41%
HSB/HSV64°12.50%84.71%
CMYK0.93%0.00%12.50%
15.29%

Color #D6D8BD in popluar number systems.

HEXD6D8BD
Decimal214216189
Binary110101101101100010111101
Octal326330275

Shades and tints

Shades of #D6D8BD

#D6D8BD
(214,216,189)
#C3C5AC
(195,197,172)
#B0B29B
(176,178,155)
#9D9F8A
(157,159,138)
#8A8C79
(138,140,121)
#777968
(119,121,104)
#646657
(100,102,87)
#515346
(81,83,70)
#3E4035
(62,64,53)
#2B2D24
(43,45,36)
#181A13
(24,26,19)
#000000
(0,0,0)

Tints of #D6D8BD

#D6D8BD
(214,216,189)
#D9DBC3
(217,219,195)
#DCDEC9
(220,222,201)
#DFE1CF
(223,225,207)
#E2E4D5
(226,228,213)
#E5E7DB
(229,231,219)
#E8EAE1
(232,234,225)
#EBEDE7
(235,237,231)
#EEF0ED
(238,240,237)
#F1F3F3
(241,243,243)
#F4F6F9
(244,246,249)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #D6D8BD color. Also use rgb(214,216,189) instead hex code.

Text Font Color

.myTextColor { color: #D6D8BD; }

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

This text font color is #D6D8BD.


Background Color

.myBgColor { background-color: #D6D8BD; }

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

This div background color is #D6D8BD.


Border color

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

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

This div border color is #D6D8BD.


Opacity

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

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

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

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

This text has shadow with #D6D8BD color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #D6D8BD on black background.


Color preview on white background

This text has color #D6D8BD on white background.



Black color preview on #D6D8BD background

This text has black color on #D6D8BD background.


White color preview on #D6D8BD background

This text has white color on #D6D8BD background.