COLOR #D6D9BE

HEX: #D6D9BE
RGB: (214,217,190)

Color info

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

RGB color model

#D6D9BE color RGB value is (214,217,190).

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

RGB channels and saturation

R 214 of 255 = 84%
G 217 of 255 = 85%
B 190 of 255 = 75%

214
217
190

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

Portions of RGB colors in percentages

R + G + B =
214 + 217 + 190 = 621 (100%)
R 214 of 621 ~ 34.46%
G 217 of 621 ~ 34.94%
B 190 of 621 ~ 30.6%

%34.46
%34.94
%30.6

CMYK color model

#D6D9BE color CMYK value is (1,0,12,15).

  • cyan value is 1.38%
  • magenta value is 0.00%
  • yellow value is 12.44%
  • key color value is 14.90%
CMYK:
(1,0,12,15)
C1M0Y12K15 
(1%,0%,12%,15%)
(0.01/0.00/0.12/0.15)	

CMYK percentages

%1.38
%0
%12.44
%14.9

Codes

Color #D6D9BE in popluar color models

D6D9BE
RGB214217190
HSL67°26.21%79.80%
HSB/HSV67°12.44%85.10%
CMYK1.38%0.00%12.44%
14.90%

Color #D6D9BE in popluar number systems.

HEXD6D9BE
Decimal214217190
Binary110101101101100110111110
Octal326331276

Shades and tints

Shades of #D6D9BE

#D6D9BE
(214,217,190)
#C3C6AD
(195,198,173)
#B0B39C
(176,179,156)
#9DA08B
(157,160,139)
#8A8D7A
(138,141,122)
#777A69
(119,122,105)
#646758
(100,103,88)
#515447
(81,84,71)
#3E4136
(62,65,54)
#2B2E25
(43,46,37)
#181B14
(24,27,20)
#000000
(0,0,0)

Tints of #D6D9BE

#D6D9BE
(214,217,190)
#D9DCC3
(217,220,195)
#DCDFC8
(220,223,200)
#DFE2CD
(223,226,205)
#E2E5D2
(226,229,210)
#E5E8D7
(229,232,215)
#E8EBDC
(232,235,220)
#EBEEE1
(235,238,225)
#EEF1E6
(238,241,230)
#F1F4EB
(241,244,235)
#F4F7F0
(244,247,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #D6D9BE; }

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

This text font color is #D6D9BE.


Background Color

.myBgColor { background-color: #D6D9BE; }

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

This div background color is #D6D9BE.


Border color

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

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

This div border color is #D6D9BE.


Opacity

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

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

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

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

This text has shadow with #D6D9BE color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #D6D9BE on black background.


Color preview on white background

This text has color #D6D9BE on white background.



Black color preview on #D6D9BE background

This text has black color on #D6D9BE background.


White color preview on #D6D9BE background

This text has white color on #D6D9BE background.