COLOR #D3CAB9

HEX: #D3CAB9
RGB: (211,202,185)

Color info

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

RGB color model

#D3CAB9 color RGB value is (211,202,185).

  • red value is 211;
  • green value is 202;
  • blue value is 185.
RGB:
(211,202,185)
(83%,79%,73%)

RGB channels and saturation

R 211 of 255 = 83%
G 202 of 255 = 79%
B 185 of 255 = 73%

211
202
185

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

Portions of RGB colors in percentages

R + G + B =
211 + 202 + 185 = 598 (100%)
R 211 of 598 ~ 35.28%
G 202 of 598 ~ 33.78%
B 185 of 598 ~ 30.94%

%35.28
%33.78
%30.94

CMYK color model

#D3CAB9 color CMYK value is (0,4,12,17).

  • cyan value is 0.00%
  • magenta value is 4.27%
  • yellow value is 12.32%
  • key color value is 17.25%
CMYK:
(0,4,12,17)
C0M4Y12K17 
(0%,4%,12%,17%)
(0.00/0.04/0.12/0.17)	

CMYK percentages

%0
%4.27
%12.32
%17.25

Codes

Color #D3CAB9 in popluar color models

D3CAB9
RGB211202185
HSL39°22.81%77.65%
HSB/HSV39°12.32%82.75%
CMYK0.00%4.27%12.32%
17.25%

Color #D3CAB9 in popluar number systems.

HEXD3CAB9
Decimal211202185
Binary110100111100101010111001
Octal323312271

Shades and tints

Shades of #D3CAB9

#D3CAB9
(211,202,185)
#C0B8A9
(192,184,169)
#ADA699
(173,166,153)
#9A9489
(154,148,137)
#878279
(135,130,121)
#747069
(116,112,105)
#615E59
(97,94,89)
#4E4C49
(78,76,73)
#3B3A39
(59,58,57)
#282829
(40,40,41)
#151619
(21,22,25)
#000000
(0,0,0)

Tints of #D3CAB9

#D3CAB9
(211,202,185)
#D7CEBF
(215,206,191)
#DBD2C5
(219,210,197)
#DFD6CB
(223,214,203)
#E3DAD1
(227,218,209)
#E7DED7
(231,222,215)
#EBE2DD
(235,226,221)
#EFE6E3
(239,230,227)
#F3EAE9
(243,234,233)
#F7EEEF
(247,238,239)
#FBF2F5
(251,242,245)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #D3CAB9 color. Also use rgb(211,202,185) instead hex code.

Text Font Color

.myTextColor { color: #D3CAB9; }

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

This text font color is #D3CAB9.


Background Color

.myBgColor { background-color: #D3CAB9; }

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

This div background color is #D3CAB9.


Border color

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

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

This div border color is #D3CAB9.


Opacity

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

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

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

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

This text has shadow with #D3CAB9 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #D3CAB9 on black background.


Color preview on white background

This text has color #D3CAB9 on white background.



Black color preview on #D3CAB9 background

This text has black color on #D3CAB9 background.


White color preview on #D3CAB9 background

This text has white color on #D3CAB9 background.