COLOR #D3D6AB

HEX: #D3D6AB
RGB: (211,214,171)

Color info

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

RGB color model

#D3D6AB color RGB value is (211,214,171).

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

RGB channels and saturation

R 211 of 255 = 83%
G 214 of 255 = 84%
B 171 of 255 = 67%

211
214
171

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

Portions of RGB colors in percentages

R + G + B =
211 + 214 + 171 = 596 (100%)
R 211 of 596 ~ 35.4%
G 214 of 596 ~ 35.91%
B 171 of 596 ~ 28.69%

%35.4
%35.91
%28.69

CMYK color model

#D3D6AB color CMYK value is (1,0,20,16).

  • cyan value is 1.40%
  • magenta value is 0.00%
  • yellow value is 20.09%
  • key color value is 16.08%
CMYK:
(1,0,20,16)
C1M0Y20K16 
(1%,0%,20%,16%)
(0.01/0.00/0.20/0.16)	

CMYK percentages

%1.4
%0
%20.09
%16.08

Codes

Color #D3D6AB in popluar color models

D3D6AB
RGB211214171
HSL64°34.40%75.49%
HSB/HSV64°20.09%83.92%
CMYK1.40%0.00%20.09%
16.08%

Color #D3D6AB in popluar number systems.

HEXD3D6AB
Decimal211214171
Binary110100111101011010101011
Octal323326253

Shades and tints

Shades of #D3D6AB

#D3D6AB
(211,214,171)
#C0C39C
(192,195,156)
#ADB08D
(173,176,141)
#9A9D7E
(154,157,126)
#878A6F
(135,138,111)
#747760
(116,119,96)
#616451
(97,100,81)
#4E5142
(78,81,66)
#3B3E33
(59,62,51)
#282B24
(40,43,36)
#151815
(21,24,21)
#000000
(0,0,0)

Tints of #D3D6AB

#D3D6AB
(211,214,171)
#D7D9B2
(215,217,178)
#DBDCB9
(219,220,185)
#DFDFC0
(223,223,192)
#E3E2C7
(227,226,199)
#E7E5CE
(231,229,206)
#EBE8D5
(235,232,213)
#EFEBDC
(239,235,220)
#F3EEE3
(243,238,227)
#F7F1EA
(247,241,234)
#FBF4F1
(251,244,241)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #D3D6AB; }

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

This text font color is #D3D6AB.


Background Color

.myBgColor { background-color: #D3D6AB; }

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

This div background color is #D3D6AB.


Border color

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

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

This div border color is #D3D6AB.


Opacity

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

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

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

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

This text has shadow with #D3D6AB color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #D3D6AB on black background.


Color preview on white background

This text has color #D3D6AB on white background.



Black color preview on #D3D6AB background

This text has black color on #D3D6AB background.


White color preview on #D3D6AB background

This text has white color on #D3D6AB background.