COLOR #D3D6B7

HEX: #D3D6B7
RGB: (211,214,183)

Color info

#D3D6B7 contains red, green and blue colors in about the same proportion. Web safe color of #D3D6B7 is #CCCCCC (or #CCC).

RGB color model

#D3D6B7 color RGB value is (211,214,183).

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

RGB channels and saturation

R 211 of 255 = 83%
G 214 of 255 = 84%
B 183 of 255 = 72%

211
214
183

R + G + B ~ 80%. #D3D6B7 is quite light color.

Portions of RGB colors in percentages

R + G + B =
211 + 214 + 183 = 608 (100%)
R 211 of 608 ~ 34.7%
G 214 of 608 ~ 35.2%
B 183 of 608 ~ 30.1%

%34.7
%35.2
%30.1

CMYK color model

#D3D6B7 color CMYK value is (1,0,14,16).

  • cyan value is 1.40%
  • magenta value is 0.00%
  • yellow value is 14.49%
  • key color value is 16.08%
CMYK:
(1,0,14,16)
C1M0Y14K16 
(1%,0%,14%,16%)
(0.01/0.00/0.14/0.16)	

CMYK percentages

%1.4
%0
%14.49
%16.08

Codes

Color #D3D6B7 in popluar color models

D3D6B7
RGB211214183
HSL66°27.43%77.84%
HSB/HSV66°14.49%83.92%
CMYK1.40%0.00%14.49%
16.08%

Color #D3D6B7 in popluar number systems.

HEXD3D6B7
Decimal211214183
Binary110100111101011010110111
Octal323326267

Shades and tints

Shades of #D3D6B7

#D3D6B7
(211,214,183)
#C0C3A7
(192,195,167)
#ADB097
(173,176,151)
#9A9D87
(154,157,135)
#878A77
(135,138,119)
#747767
(116,119,103)
#616457
(97,100,87)
#4E5147
(78,81,71)
#3B3E37
(59,62,55)
#282B27
(40,43,39)
#151817
(21,24,23)
#000000
(0,0,0)

Tints of #D3D6B7

#D3D6B7
(211,214,183)
#D7D9BD
(215,217,189)
#DBDCC3
(219,220,195)
#DFDFC9
(223,223,201)
#E3E2CF
(227,226,207)
#E7E5D5
(231,229,213)
#EBE8DB
(235,232,219)
#EFEBE1
(239,235,225)
#F3EEE7
(243,238,231)
#F7F1ED
(247,241,237)
#FBF4F3
(251,244,243)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #D3D6B7; }

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

This text font color is #D3D6B7.


Background Color

.myBgColor { background-color: #D3D6B7; }

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

This div background color is #D3D6B7.


Border color

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

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

This div border color is #D3D6B7.


Opacity

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

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

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

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

This text has shadow with #D3D6B7 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #D3D6B7 on black background.


Color preview on white background

This text has color #D3D6B7 on white background.



Black color preview on #D3D6B7 background

This text has black color on #D3D6B7 background.


White color preview on #D3D6B7 background

This text has white color on #D3D6B7 background.