COLOR #D5C3BF

HEX: #D5C3BF
RGB: (213,195,191)

Color info

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

RGB color model

#D5C3BF color RGB value is (213,195,191).

  • red value is 213;
  • green value is 195;
  • blue value is 191.
RGB:
(213,195,191)
(84%,76%,75%)

RGB channels and saturation

R 213 of 255 = 84%
G 195 of 255 = 76%
B 191 of 255 = 75%

213
195
191

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

Portions of RGB colors in percentages

R + G + B =
213 + 195 + 191 = 599 (100%)
R 213 of 599 ~ 35.56%
G 195 of 599 ~ 32.55%
B 191 of 599 ~ 31.89%

%35.56
%32.55
%31.89

CMYK color model

#D5C3BF color CMYK value is (0,8,10,16).

  • cyan value is 0.00%
  • magenta value is 8.45%
  • yellow value is 10.33%
  • key color value is 16.47%
CMYK:
(0,8,10,16)
C0M8Y10K16 
(0%,8%,10%,16%)
(0.00/0.08/0.10/0.16)	

CMYK percentages

%0
%8.45
%10.33
%16.47

Codes

Color #D5C3BF in popluar color models

D5C3BF
RGB213195191
HSL11°20.75%79.22%
HSB/HSV11°10.33%83.53%
CMYK0.00%8.45%10.33%
16.47%

Color #D5C3BF in popluar number systems.

HEXD5C3BF
Decimal213195191
Binary110101011100001110111111
Octal325303277

Shades and tints

Shades of #D5C3BF

#D5C3BF
(213,195,191)
#C2B2AE
(194,178,174)
#AFA19D
(175,161,157)
#9C908C
(156,144,140)
#897F7B
(137,127,123)
#766E6A
(118,110,106)
#635D59
(99,93,89)
#504C48
(80,76,72)
#3D3B37
(61,59,55)
#2A2A26
(42,42,38)
#171915
(23,25,21)
#000000
(0,0,0)

Tints of #D5C3BF

#D5C3BF
(213,195,191)
#D8C8C4
(216,200,196)
#DBCDC9
(219,205,201)
#DED2CE
(222,210,206)
#E1D7D3
(225,215,211)
#E4DCD8
(228,220,216)
#E7E1DD
(231,225,221)
#EAE6E2
(234,230,226)
#EDEBE7
(237,235,231)
#F0F0EC
(240,240,236)
#F3F5F1
(243,245,241)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #D5C3BF color. Also use rgb(213,195,191) instead hex code.

Text Font Color

.myTextColor { color: #D5C3BF; }

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

This text font color is #D5C3BF.


Background Color

.myBgColor { background-color: #D5C3BF; }

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

This div background color is #D5C3BF.


Border color

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

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

This div border color is #D5C3BF.


Opacity

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

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

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

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

This text has shadow with #D5C3BF color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #D5C3BF on black background.


Color preview on white background

This text has color #D5C3BF on white background.



Black color preview on #D5C3BF background

This text has black color on #D5C3BF background.


White color preview on #D5C3BF background

This text has white color on #D5C3BF background.