COLOR #D6D1AB

HEX: #D6D1AB
RGB: (214,209,171)

Color info

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

RGB color model

#D6D1AB color RGB value is (214,209,171).

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

RGB channels and saturation

R 214 of 255 = 84%
G 209 of 255 = 82%
B 171 of 255 = 67%

214
209
171

R + G + B ~ 78%. #D6D1AB is quite light color.

Portions of RGB colors in percentages

R + G + B =
214 + 209 + 171 = 594 (100%)
R 214 of 594 ~ 36.03%
G 209 of 594 ~ 35.19%
B 171 of 594 ~ 28.79%

%36.03
%35.19
%28.79

CMYK color model

#D6D1AB color CMYK value is (0,2,20,16).

  • cyan value is 0.00%
  • magenta value is 2.34%
  • yellow value is 20.09%
  • key color value is 16.08%
CMYK:
(0,2,20,16)
C0M2Y20K16 
(0%,2%,20%,16%)
(0.00/0.02/0.20/0.16)	

CMYK percentages

%0
%2.34
%20.09
%16.08

Codes

Color #D6D1AB in popluar color models

D6D1AB
RGB214209171
HSL53°34.40%75.49%
HSB/HSV53°20.09%83.92%
CMYK0.00%2.34%20.09%
16.08%

Color #D6D1AB in popluar number systems.

HEXD6D1AB
Decimal214209171
Binary110101101101000110101011
Octal326321253

Shades and tints

Shades of #D6D1AB

#D6D1AB
(214,209,171)
#C3BE9C
(195,190,156)
#B0AB8D
(176,171,141)
#9D987E
(157,152,126)
#8A856F
(138,133,111)
#777260
(119,114,96)
#645F51
(100,95,81)
#514C42
(81,76,66)
#3E3933
(62,57,51)
#2B2624
(43,38,36)
#181315
(24,19,21)
#000000
(0,0,0)

Tints of #D6D1AB

#D6D1AB
(214,209,171)
#D9D5B2
(217,213,178)
#DCD9B9
(220,217,185)
#DFDDC0
(223,221,192)
#E2E1C7
(226,225,199)
#E5E5CE
(229,229,206)
#E8E9D5
(232,233,213)
#EBEDDC
(235,237,220)
#EEF1E3
(238,241,227)
#F1F5EA
(241,245,234)
#F4F9F1
(244,249,241)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #D6D1AB; }

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

This text font color is #D6D1AB.


Background Color

.myBgColor { background-color: #D6D1AB; }

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

This div background color is #D6D1AB.


Border color

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

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

This div border color is #D6D1AB.


Opacity

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

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

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

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

This text has shadow with #D6D1AB color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #D6D1AB on black background.


Color preview on white background

This text has color #D6D1AB on white background.



Black color preview on #D6D1AB background

This text has black color on #D6D1AB background.


White color preview on #D6D1AB background

This text has white color on #D6D1AB background.