COLOR #D3C3B2

HEX: #D3C3B2
RGB: (211,195,178)

Color info

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

RGB color model

#D3C3B2 color RGB value is (211,195,178).

  • red value is 211;
  • green value is 195;
  • blue value is 178.
RGB:
(211,195,178)
(83%,76%,70%)

RGB channels and saturation

R 211 of 255 = 83%
G 195 of 255 = 76%
B 178 of 255 = 70%

211
195
178

R + G + B ~ 76%. #D3C3B2 is quite light color.

Portions of RGB colors in percentages

R + G + B =
211 + 195 + 178 = 584 (100%)
R 211 of 584 ~ 36.13%
G 195 of 584 ~ 33.39%
B 178 of 584 ~ 30.48%

%36.13
%33.39
%30.48

CMYK color model

#D3C3B2 color CMYK value is (0,8,16,17).

  • cyan value is 0.00%
  • magenta value is 7.58%
  • yellow value is 15.64%
  • key color value is 17.25%
CMYK:
(0,8,16,17)
C0M8Y16K17 
(0%,8%,16%,17%)
(0.00/0.08/0.16/0.17)	

CMYK percentages

%0
%7.58
%15.64
%17.25

Codes

Color #D3C3B2 in popluar color models

D3C3B2
RGB211195178
HSL31°27.27%76.27%
HSB/HSV31°15.64%82.75%
CMYK0.00%7.58%15.64%
17.25%

Color #D3C3B2 in popluar number systems.

HEXD3C3B2
Decimal211195178
Binary110100111100001110110010
Octal323303262

Shades and tints

Shades of #D3C3B2

#D3C3B2
(211,195,178)
#C0B2A2
(192,178,162)
#ADA192
(173,161,146)
#9A9082
(154,144,130)
#877F72
(135,127,114)
#746E62
(116,110,98)
#615D52
(97,93,82)
#4E4C42
(78,76,66)
#3B3B32
(59,59,50)
#282A22
(40,42,34)
#151912
(21,25,18)
#000000
(0,0,0)

Tints of #D3C3B2

#D3C3B2
(211,195,178)
#D7C8B9
(215,200,185)
#DBCDC0
(219,205,192)
#DFD2C7
(223,210,199)
#E3D7CE
(227,215,206)
#E7DCD5
(231,220,213)
#EBE1DC
(235,225,220)
#EFE6E3
(239,230,227)
#F3EBEA
(243,235,234)
#F7F0F1
(247,240,241)
#FBF5F8
(251,245,248)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #D3C3B2 color. Also use rgb(211,195,178) instead hex code.

Text Font Color

.myTextColor { color: #D3C3B2; }

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

This text font color is #D3C3B2.


Background Color

.myBgColor { background-color: #D3C3B2; }

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

This div background color is #D3C3B2.


Border color

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

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

This div border color is #D3C3B2.


Opacity

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

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

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

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

This text has shadow with #D3C3B2 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #D3C3B2 on black background.


Color preview on white background

This text has color #D3C3B2 on white background.



Black color preview on #D3C3B2 background

This text has black color on #D3C3B2 background.


White color preview on #D3C3B2 background

This text has white color on #D3C3B2 background.