COLOR #D6D3A8

HEX: #D6D3A8
RGB: (214,211,168)

Color info

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

RGB color model

#D6D3A8 color RGB value is (214,211,168).

  • red value is 214;
  • green value is 211;
  • blue value is 168.
RGB:
(214,211,168)
(84%,83%,66%)

RGB channels and saturation

R 214 of 255 = 84%
G 211 of 255 = 83%
B 168 of 255 = 66%

214
211
168

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

Portions of RGB colors in percentages

R + G + B =
214 + 211 + 168 = 593 (100%)
R 214 of 593 ~ 36.09%
G 211 of 593 ~ 35.58%
B 168 of 593 ~ 28.33%

%36.09
%35.58
%28.33

CMYK color model

#D6D3A8 color CMYK value is (0,1,21,16).

  • cyan value is 0.00%
  • magenta value is 1.40%
  • yellow value is 21.50%
  • key color value is 16.08%
CMYK:
(0,1,21,16)
C0M1Y21K16 
(0%,1%,21%,16%)
(0.00/0.01/0.21/0.16)	

CMYK percentages

%0
%1.4
%21.5
%16.08

Codes

Color #D6D3A8 in popluar color models

D6D3A8
RGB214211168
HSL56°35.94%74.90%
HSB/HSV56°21.50%83.92%
CMYK0.00%1.40%21.50%
16.08%

Color #D6D3A8 in popluar number systems.

HEXD6D3A8
Decimal214211168
Binary110101101101001110101000
Octal326323250

Shades and tints

Shades of #D6D3A8

#D6D3A8
(214,211,168)
#C3C099
(195,192,153)
#B0AD8A
(176,173,138)
#9D9A7B
(157,154,123)
#8A876C
(138,135,108)
#77745D
(119,116,93)
#64614E
(100,97,78)
#514E3F
(81,78,63)
#3E3B30
(62,59,48)
#2B2821
(43,40,33)
#181512
(24,21,18)
#000000
(0,0,0)

Tints of #D6D3A8

#D6D3A8
(214,211,168)
#D9D7AF
(217,215,175)
#DCDBB6
(220,219,182)
#DFDFBD
(223,223,189)
#E2E3C4
(226,227,196)
#E5E7CB
(229,231,203)
#E8EBD2
(232,235,210)
#EBEFD9
(235,239,217)
#EEF3E0
(238,243,224)
#F1F7E7
(241,247,231)
#F4FBEE
(244,251,238)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #D6D3A8 color. Also use rgb(214,211,168) instead hex code.

Text Font Color

.myTextColor { color: #D6D3A8; }

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

This text font color is #D6D3A8.


Background Color

.myBgColor { background-color: #D6D3A8; }

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

This div background color is #D6D3A8.


Border color

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

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

This div border color is #D6D3A8.


Opacity

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

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

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

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

This text has shadow with #D6D3A8 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #D6D3A8 on black background.


Color preview on white background

This text has color #D6D3A8 on white background.



Black color preview on #D6D3A8 background

This text has black color on #D6D3A8 background.


White color preview on #D6D3A8 background

This text has white color on #D6D3A8 background.