COLOR #D6D2AF

HEX: #D6D2AF
RGB: (214,210,175)

Color info

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

RGB color model

#D6D2AF color RGB value is (214,210,175).

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

RGB channels and saturation

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

214
210
175

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

Portions of RGB colors in percentages

R + G + B =
214 + 210 + 175 = 599 (100%)
R 214 of 599 ~ 35.73%
G 210 of 599 ~ 35.06%
B 175 of 599 ~ 29.22%

%35.73
%35.06
%29.22

CMYK color model

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

  • cyan value is 0.00%
  • magenta value is 1.87%
  • 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
%1.87
%18.22
%16.08

Codes

Color #D6D2AF in popluar color models

D6D2AF
RGB214210175
HSL54°32.23%76.27%
HSB/HSV54°18.22%83.92%
CMYK0.00%1.87%18.22%
16.08%

Color #D6D2AF in popluar number systems.

HEXD6D2AF
Decimal214210175
Binary110101101101001010101111
Octal326322257

Shades and tints

Shades of #D6D2AF

#D6D2AF
(214,210,175)
#C3BFA0
(195,191,160)
#B0AC91
(176,172,145)
#9D9982
(157,153,130)
#8A8673
(138,134,115)
#777364
(119,115,100)
#646055
(100,96,85)
#514D46
(81,77,70)
#3E3A37
(62,58,55)
#2B2728
(43,39,40)
#181419
(24,20,25)
#000000
(0,0,0)

Tints of #D6D2AF

#D6D2AF
(214,210,175)
#D9D6B6
(217,214,182)
#DCDABD
(220,218,189)
#DFDEC4
(223,222,196)
#E2E2CB
(226,226,203)
#E5E6D2
(229,230,210)
#E8EAD9
(232,234,217)
#EBEEE0
(235,238,224)
#EEF2E7
(238,242,231)
#F1F6EE
(241,246,238)
#F4FAF5
(244,250,245)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #D6D2AF; }

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

This text font color is #D6D2AF.


Background Color

.myBgColor { background-color: #D6D2AF; }

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

This div background color is #D6D2AF.


Border color

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

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

This div border color is #D6D2AF.


Opacity

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

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

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

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

This text has shadow with #D6D2AF color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #D6D2AF on black background.


Color preview on white background

This text has color #D6D2AF on white background.



Black color preview on #D6D2AF background

This text has black color on #D6D2AF background.


White color preview on #D6D2AF background

This text has white color on #D6D2AF background.