COLOR #D6D1AF

HEX: #D6D1AF
RGB: (214,209,175)

Color info

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

RGB color model

#D6D1AF color RGB value is (214,209,175).

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

RGB channels and saturation

R 214 of 255 = 84%
G 209 of 255 = 82%
B 175 of 255 = 69%

214
209
175

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

Portions of RGB colors in percentages

R + G + B =
214 + 209 + 175 = 598 (100%)
R 214 of 598 ~ 35.79%
G 209 of 598 ~ 34.95%
B 175 of 598 ~ 29.26%

%35.79
%34.95
%29.26

CMYK color model

#D6D1AF color CMYK value is (0,2,18,16).

  • cyan value is 0.00%
  • magenta value is 2.34%
  • yellow value is 18.22%
  • key color value is 16.08%
CMYK:
(0,2,18,16)
C0M2Y18K16 
(0%,2%,18%,16%)
(0.00/0.02/0.18/0.16)	

CMYK percentages

%0
%2.34
%18.22
%16.08

Codes

Color #D6D1AF in popluar color models

D6D1AF
RGB214209175
HSL52°32.23%76.27%
HSB/HSV52°18.22%83.92%
CMYK0.00%2.34%18.22%
16.08%

Color #D6D1AF in popluar number systems.

HEXD6D1AF
Decimal214209175
Binary110101101101000110101111
Octal326321257

Shades and tints

Shades of #D6D1AF

#D6D1AF
(214,209,175)
#C3BEA0
(195,190,160)
#B0AB91
(176,171,145)
#9D9882
(157,152,130)
#8A8573
(138,133,115)
#777264
(119,114,100)
#645F55
(100,95,85)
#514C46
(81,76,70)
#3E3937
(62,57,55)
#2B2628
(43,38,40)
#181319
(24,19,25)
#000000
(0,0,0)

Tints of #D6D1AF

#D6D1AF
(214,209,175)
#D9D5B6
(217,213,182)
#DCD9BD
(220,217,189)
#DFDDC4
(223,221,196)
#E2E1CB
(226,225,203)
#E5E5D2
(229,229,210)
#E8E9D9
(232,233,217)
#EBEDE0
(235,237,224)
#EEF1E7
(238,241,231)
#F1F5EE
(241,245,238)
#F4F9F5
(244,249,245)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #D6D1AF; }

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

This text font color is #D6D1AF.


Background Color

.myBgColor { background-color: #D6D1AF; }

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

This div background color is #D6D1AF.


Border color

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

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

This div border color is #D6D1AF.


Opacity

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

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

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

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

This text has shadow with #D6D1AF color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #D6D1AF on black background.


Color preview on white background

This text has color #D6D1AF on white background.



Black color preview on #D6D1AF background

This text has black color on #D6D1AF background.


White color preview on #D6D1AF background

This text has white color on #D6D1AF background.