COLOR #D3CABB

HEX: #D3CABB
RGB: (211,202,187)

Color info

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

RGB color model

#D3CABB color RGB value is (211,202,187).

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

RGB channels and saturation

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

211
202
187

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

Portions of RGB colors in percentages

R + G + B =
211 + 202 + 187 = 600 (100%)
R 211 of 600 ~ 35.17%
G 202 of 600 ~ 33.67%
B 187 of 600 ~ 31.17%

%35.17
%33.67
%31.17

CMYK color model

#D3CABB color CMYK value is (0,4,11,17).

  • cyan value is 0.00%
  • magenta value is 4.27%
  • yellow value is 11.37%
  • key color value is 17.25%
CMYK:
(0,4,11,17)
C0M4Y11K17 
(0%,4%,11%,17%)
(0.00/0.04/0.11/0.17)	

CMYK percentages

%0
%4.27
%11.37
%17.25

Codes

Color #D3CABB in popluar color models

D3CABB
RGB211202187
HSL38°21.43%78.04%
HSB/HSV38°11.37%82.75%
CMYK0.00%4.27%11.37%
17.25%

Color #D3CABB in popluar number systems.

HEXD3CABB
Decimal211202187
Binary110100111100101010111011
Octal323312273

Shades and tints

Shades of #D3CABB

#D3CABB
(211,202,187)
#C0B8AA
(192,184,170)
#ADA699
(173,166,153)
#9A9488
(154,148,136)
#878277
(135,130,119)
#747066
(116,112,102)
#615E55
(97,94,85)
#4E4C44
(78,76,68)
#3B3A33
(59,58,51)
#282822
(40,40,34)
#151611
(21,22,17)
#000000
(0,0,0)

Tints of #D3CABB

#D3CABB
(211,202,187)
#D7CEC1
(215,206,193)
#DBD2C7
(219,210,199)
#DFD6CD
(223,214,205)
#E3DAD3
(227,218,211)
#E7DED9
(231,222,217)
#EBE2DF
(235,226,223)
#EFE6E5
(239,230,229)
#F3EAEB
(243,234,235)
#F7EEF1
(247,238,241)
#FBF2F7
(251,242,247)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #D3CABB; }

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

This text font color is #D3CABB.


Background Color

.myBgColor { background-color: #D3CABB; }

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

This div background color is #D3CABB.


Border color

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

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

This div border color is #D3CABB.


Opacity

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

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

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

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

This text has shadow with #D3CABB color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #D3CABB on black background.


Color preview on white background

This text has color #D3CABB on white background.



Black color preview on #D3CABB background

This text has black color on #D3CABB background.


White color preview on #D3CABB background

This text has white color on #D3CABB background.