COLOR #D6DAAB

HEX: #D6DAAB
RGB: (214,218,171)

Color info

#D6DAAB contains red, green and blue colors in about the same proportion. Web safe color of #D6DAAB is #CCCC99 (or #CC9).

RGB color model

#D6DAAB color RGB value is (214,218,171).

  • red value is 214;
  • green value is 218;
  • blue value is 171.
RGB: (214,218,171) (84%,85%,67%)

RGB channels and saturation

R 214 of 255 = 84%
G 218 of 255 = 85%
B 171 of 255 = 67%

214
218
171

R + G + B ~ 79%. #D6DAAB is quite light color.

Portions of RGB colors in percentages

R + G + B =
214 + 218 + 171 = 603 (100%)
R 214 of 603 ~ 35.49%
G 218 of 603 ~ 36.15%
B 171 of 603 ~ 28.36%

%35.49
%36.15
%28.36

CMYK color model

#D6DAAB color CMYK value is (2,0,22,15).

  • cyan value is 1.83%
  • magenta value is 0.00%
  • yellow value is 21.56%
  • key color value is 14.51%
CMYK: (2,0,22,15) C2M0Y22K15 (2%,0%,22%,15%) (0.02/0.00/0.22/0.15)

CMYK percentages

%1.83
%0
%21.56
%14.51

Codes

Color #D6DAAB in popluar color models

D6DAAB
RGB214218171
HSL65°38.84%76.27%
HSB/HSV65°21.56%85.49%
CMYK1.83%0.00%21.56%
14.51%

Color #D6DAAB in popluar number systems.

HEXD6DAAB
Decimal214218171
Binary110101101101101010101011
Octal326332253

Shades and tints

Shades of #D6DAAB

#D6DAAB
(214,218,171)
#C3C79C
(195,199,156)
#B0B48D
(176,180,141)
#9DA17E
(157,161,126)
#8A8E6F
(138,142,111)
#777B60
(119,123,96)
#646851
(100,104,81)
#515542
(81,85,66)
#3E4233
(62,66,51)
#2B2F24
(43,47,36)
#181C15
(24,28,21)
#000000
(0,0,0)

Tints of #D6DAAB

#D6DAAB
(214,218,171)
#D9DDB2
(217,221,178)
#DCE0B9
(220,224,185)
#DFE3C0
(223,227,192)
#E2E6C7
(226,230,199)
#E5E9CE
(229,233,206)
#E8ECD5
(232,236,213)
#EBEFDC
(235,239,220)
#EEF2E3
(238,242,227)
#F1F5EA
(241,245,234)
#F4F8F1
(244,248,241)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #D6DAAB color. Also use rgb(214,218,171) instead hex code.

Text Font Color

.myTextColor { color: #D6DAAB; }

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

This text font color is #D6DAAB.


Background Color

.myBgColor { background-color: #D6DAAB; }

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

This div background color is #D6DAAB.


Border color

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

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

This div border color is #D6DAAB.


Opacity

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

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

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

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

This text has shadow with #D6DAAB color.

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

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

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


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

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

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


Div box shadow color

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

Preview

Color preview on black background

This text has color #D6DAAB on black background.


Color preview on white background

This text has color #D6DAAB on white background.



Black color preview on #D6DAAB background

This text has black color on #D6DAAB background.


White color preview on #D6DAAB background

This text has white color on #D6DAAB background.