COLOR #D1C3A3

HEX: #D1C3A3
RGB: (209,195,163)

Color info

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

RGB color model

#D1C3A3 color RGB value is (209,195,163).

  • red value is 209;
  • green value is 195;
  • blue value is 163.
RGB:
(209,195,163)
(82%,76%,64%)

RGB channels and saturation

R 209 of 255 = 82%
G 195 of 255 = 76%
B 163 of 255 = 64%

209
195
163

R + G + B ~ 74%. #D1C3A3 is quite light color.

Portions of RGB colors in percentages

R + G + B =
209 + 195 + 163 = 567 (100%)
R 209 of 567 ~ 36.86%
G 195 of 567 ~ 34.39%
B 163 of 567 ~ 28.75%

%36.86
%34.39
%28.75

CMYK color model

#D1C3A3 color CMYK value is (0,7,22,18).

  • cyan value is 0.00%
  • magenta value is 6.70%
  • yellow value is 22.01%
  • key color value is 18.04%
CMYK:
(0,7,22,18)
C0M7Y22K18 
(0%,7%,22%,18%)
(0.00/0.07/0.22/0.18)	

CMYK percentages

%0
%6.7
%22.01
%18.04

Codes

Color #D1C3A3 in popluar color models

D1C3A3
RGB209195163
HSL42°33.33%72.94%
HSB/HSV42°22.01%81.96%
CMYK0.00%6.70%22.01%
18.04%

Color #D1C3A3 in popluar number systems.

HEXD1C3A3
Decimal209195163
Binary110100011100001110100011
Octal321303243

Shades and tints

Shades of #D1C3A3

#D1C3A3
(209,195,163)
#BEB295
(190,178,149)
#ABA187
(171,161,135)
#989079
(152,144,121)
#857F6B
(133,127,107)
#726E5D
(114,110,93)
#5F5D4F
(95,93,79)
#4C4C41
(76,76,65)
#393B33
(57,59,51)
#262A25
(38,42,37)
#131917
(19,25,23)
#000000
(0,0,0)

Tints of #D1C3A3

#D1C3A3
(209,195,163)
#D5C8AB
(213,200,171)
#D9CDB3
(217,205,179)
#DDD2BB
(221,210,187)
#E1D7C3
(225,215,195)
#E5DCCB
(229,220,203)
#E9E1D3
(233,225,211)
#EDE6DB
(237,230,219)
#F1EBE3
(241,235,227)
#F5F0EB
(245,240,235)
#F9F5F3
(249,245,243)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #D1C3A3 color. Also use rgb(209,195,163) instead hex code.

Text Font Color

.myTextColor { color: #D1C3A3; }

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

This text font color is #D1C3A3.


Background Color

.myBgColor { background-color: #D1C3A3; }

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

This div background color is #D1C3A3.


Border color

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

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

This div border color is #D1C3A3.


Opacity

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

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

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

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

This text has shadow with #D1C3A3 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #D1C3A3 on black background.


Color preview on white background

This text has color #D1C3A3 on white background.



Black color preview on #D1C3A3 background

This text has black color on #D1C3A3 background.


White color preview on #D1C3A3 background

This text has white color on #D1C3A3 background.