COLOR #D6DB9B

HEX: #D6DB9B
RGB: (214,219,155)

Color info

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

RGB color model

#D6DB9B color RGB value is (214,219,155).

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

RGB channels and saturation

R 214 of 255 = 84%
G 219 of 255 = 86%
B 155 of 255 = 61%

214
219
155

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

Portions of RGB colors in percentages

R + G + B =
214 + 219 + 155 = 588 (100%)
R 214 of 588 ~ 36.39%
G 219 of 588 ~ 37.24%
B 155 of 588 ~ 26.36%

%36.39
%37.24
%26.36

CMYK color model

#D6DB9B color CMYK value is (2,0,29,14).

  • cyan value is 2.28%
  • magenta value is 0.00%
  • yellow value is 29.22%
  • key color value is 14.12%
CMYK:
(2,0,29,14)
C2M0Y29K14 
(2%,0%,29%,14%)
(0.02/0.00/0.29/0.14)	

CMYK percentages

%2.28
%0
%29.22
%14.12

Codes

Color #D6DB9B in popluar color models

D6DB9B
RGB214219155
HSL65°47.06%73.33%
HSB/HSV65°29.22%85.88%
CMYK2.28%0.00%29.22%
14.12%

Color #D6DB9B in popluar number systems.

HEXD6DB9B
Decimal214219155
Binary110101101101101110011011
Octal326333233

Shades and tints

Shades of #D6DB9B

#D6DB9B
(214,219,155)
#C3C88D
(195,200,141)
#B0B57F
(176,181,127)
#9DA271
(157,162,113)
#8A8F63
(138,143,99)
#777C55
(119,124,85)
#646947
(100,105,71)
#515639
(81,86,57)
#3E432B
(62,67,43)
#2B301D
(43,48,29)
#181D0F
(24,29,15)
#000000
(0,0,0)

Tints of #D6DB9B

#D6DB9B
(214,219,155)
#D9DEA4
(217,222,164)
#DCE1AD
(220,225,173)
#DFE4B6
(223,228,182)
#E2E7BF
(226,231,191)
#E5EAC8
(229,234,200)
#E8EDD1
(232,237,209)
#EBF0DA
(235,240,218)
#EEF3E3
(238,243,227)
#F1F6EC
(241,246,236)
#F4F9F5
(244,249,245)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #D6DB9B; }

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

This text font color is #D6DB9B.


Background Color

.myBgColor { background-color: #D6DB9B; }

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

This div background color is #D6DB9B.


Border color

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

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

This div border color is #D6DB9B.


Opacity

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

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

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

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

This text has shadow with #D6DB9B color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #D6DB9B on black background.


Color preview on white background

This text has color #D6DB9B on white background.



Black color preview on #D6DB9B background

This text has black color on #D6DB9B background.


White color preview on #D6DB9B background

This text has white color on #D6DB9B background.