COLOR #D3D6A7

HEX: #D3D6A7 RGB: (211,214,167)

Color info

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

RGB color model

#D3D6A7 color RGB value is (211,214,167).

RGB: (211,214,167) (83%, 84%, 65%)

RGB channels and saturation

R 211 of 255 = 83%
G 214 of 255 = 84%
B 167 of 255 = 65%

211
214
167

R + G + B ~ 77%. #D3D6A7 is quite light color.

Portions of RGB colors in percentages

R + G + B = 211 + 214 + 167 = 592 (100%)
R 211 of 592 ~ 35.64%
G 214 of 592 ~ 36.15%
B 167 of 592 ~ 28.21'%

%35.64
%36.15
%28.21

CMYK color model

#D3D6A7 color CMYK value is (1,0,22,16).

  • cyan value is 1.40%
  • magenta value is 0.00%
  • yellow value is 21.96%
  • key color value is 16.08%
CMYK: (1,0,22,16) C1M0Y22K16 (1%,0%,22%,16%) (0.01/0.00/0.22/0.16) 

CMYK percentages

%1.4
%0
%21.96
%16.08

Codes

Color #D3D6A7 in popluar color models

D3 D6 A7
RGB 211 214 167
HSL 64° 36.43% 74.71%
HSB/HSV 64° 21.96% 83.92%
CMYK 1.40% 0.00% 21.96%
16.08%

Color #D3D6A7 in popluar number systems.

HEX D3 D6 A7
Decimal 211 214 167
Binary 11010011 11010110 10100111
Octal 323 326 247

Shades and tints

Shades of #D3D6A7

#D3D6A7
(211,214,167)
#C0C398
(192,195,152)
#ADB089
(173,176,137)
#9A9D7A
(154,157,122)
#878A6B
(135,138,107)
#74775C
(116,119,92)
#61644D
(97,100,77)
#4E513E
(78,81,62)
#3B3E2F
(59,62,47)
#282B20
(40,43,32)
#151811
(21,24,17)
#000000
(0,0,0)

Tints of #D3D6A7

#D3D6A7
(211,214,167)
#D7D9AF
(215,217,175)
#DBDCB7
(219,220,183)
#DFDFBF
(223,223,191)
#E3E2C7
(227,226,199)
#E7E5CF
(231,229,207)
#EBE8D7
(235,232,215)
#EFEBDF
(239,235,223)
#F3EEE7
(243,238,231)
#F7F1EF
(247,241,239)
#FBF4F7
(251,244,247)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #D3D6A7; }

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

This text font color is #D3D6A7.

Background Color

.myBgColor { background-color: #D3D6A7; }

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

This div background color is #D3D6A7.

Border color

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

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

This div border color is #D3D6A7.

Opacity

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

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

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

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

This text has shadow with #D3D6A7 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #D3D6A7.

Preview

Color preview on black background

This text has color #D3D6A7 on black background.


Color preview on white background

This text has color #D3D6A7 on white background.


Black color preview on #D3D6A7 background

This text has black color on #D3D6A7 background.


White color preview on #D3D6A7 background

This text has white color on #D3D6A7 background.


Related colors

Complementary color

Complementary color for #hex is #2C2958.


I love getcolorcode.com

Triadic colors

1 #A7D3D6 and #D6A7D3 with #D3D6A7 are triadic colors.

2 #A7D6D3 and #D6D3A7 with #D3D6A7 are triadic colors.