COLOR #D6DB9F

HEX: #D6DB9F
RGB: (214,219,159)

Color info

#D6DB9F contains mainly red and green colors. Web safe color of #D6DB9F is #CCCC99 (or #CC9).

RGB color model

#D6DB9F color RGB value is (214,219,159).

  • red value is 214;
  • green value is 219;
  • blue value is 159.
RGB:
(214,219,159)
(84%,86%,62%)

RGB channels and saturation

R 214 of 255 = 84%
G 219 of 255 = 86%
B 159 of 255 = 62%

214
219
159

R + G + B ~ 77%. #D6DB9F is quite light color.

Portions of RGB colors in percentages

R + G + B =
214 + 219 + 159 = 592 (100%)
R 214 of 592 ~ 36.15%
G 219 of 592 ~ 36.99%
B 159 of 592 ~ 26.86%

%36.15
%36.99
%26.86

CMYK color model

#D6DB9F color CMYK value is (2,0,27,14).

  • cyan value is 2.28%
  • magenta value is 0.00%
  • yellow value is 27.40%
  • key color value is 14.12%
CMYK:
(2,0,27,14)
C2M0Y27K14 
(2%,0%,27%,14%)
(0.02/0.00/0.27/0.14)	

CMYK percentages

%2.28
%0
%27.4
%14.12

Codes

Color #D6DB9F in popluar color models

D6DB9F
RGB214219159
HSL65°45.45%74.12%
HSB/HSV65°27.40%85.88%
CMYK2.28%0.00%27.40%
14.12%

Color #D6DB9F in popluar number systems.

HEXD6DB9F
Decimal214219159
Binary110101101101101110011111
Octal326333237

Shades and tints

Shades of #D6DB9F

#D6DB9F
(214,219,159)
#C3C891
(195,200,145)
#B0B583
(176,181,131)
#9DA275
(157,162,117)
#8A8F67
(138,143,103)
#777C59
(119,124,89)
#64694B
(100,105,75)
#51563D
(81,86,61)
#3E432F
(62,67,47)
#2B3021
(43,48,33)
#181D13
(24,29,19)
#000000
(0,0,0)

Tints of #D6DB9F

#D6DB9F
(214,219,159)
#D9DEA7
(217,222,167)
#DCE1AF
(220,225,175)
#DFE4B7
(223,228,183)
#E2E7BF
(226,231,191)
#E5EAC7
(229,234,199)
#E8EDCF
(232,237,207)
#EBF0D7
(235,240,215)
#EEF3DF
(238,243,223)
#F1F6E7
(241,246,231)
#F4F9EF
(244,249,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #D6DB9F color. Also use rgb(214,219,159) instead hex code.

Text Font Color

.myTextColor { color: #D6DB9F; }

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

This text font color is #D6DB9F.


Background Color

.myBgColor { background-color: #D6DB9F; }

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

This div background color is #D6DB9F.


Border color

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

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

This div border color is #D6DB9F.


Opacity

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

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

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

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

This text has shadow with #D6DB9F color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #D6DB9F on black background.


Color preview on white background

This text has color #D6DB9F on white background.



Black color preview on #D6DB9F background

This text has black color on #D6DB9F background.


White color preview on #D6DB9F background

This text has white color on #D6DB9F background.