COLOR #D5C2B6

HEX: #D5C2B6
RGB: (213,194,182)

Color info

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

RGB color model

#D5C2B6 color RGB value is (213,194,182).

  • red value is 213;
  • green value is 194;
  • blue value is 182.
RGB:
(213,194,182)
(84%,76%,71%)

RGB channels and saturation

R 213 of 255 = 84%
G 194 of 255 = 76%
B 182 of 255 = 71%

213
194
182

R + G + B ~ 77%. #D5C2B6 is quite light color.

Portions of RGB colors in percentages

R + G + B =
213 + 194 + 182 = 589 (100%)
R 213 of 589 ~ 36.16%
G 194 of 589 ~ 32.94%
B 182 of 589 ~ 30.9%

%36.16
%32.94
%30.9

CMYK color model

#D5C2B6 color CMYK value is (0,9,15,16).

  • cyan value is 0.00%
  • magenta value is 8.92%
  • yellow value is 14.55%
  • key color value is 16.47%
CMYK:
(0,9,15,16)
C0M9Y15K16 
(0%,9%,15%,16%)
(0.00/0.09/0.15/0.16)	

CMYK percentages

%0
%8.92
%14.55
%16.47

Codes

Color #D5C2B6 in popluar color models

D5C2B6
RGB213194182
HSL23°26.96%77.45%
HSB/HSV23°14.55%83.53%
CMYK0.00%8.92%14.55%
16.47%

Color #D5C2B6 in popluar number systems.

HEXD5C2B6
Decimal213194182
Binary110101011100001010110110
Octal325302266

Shades and tints

Shades of #D5C2B6

#D5C2B6
(213,194,182)
#C2B1A6
(194,177,166)
#AFA096
(175,160,150)
#9C8F86
(156,143,134)
#897E76
(137,126,118)
#766D66
(118,109,102)
#635C56
(99,92,86)
#504B46
(80,75,70)
#3D3A36
(61,58,54)
#2A2926
(42,41,38)
#171816
(23,24,22)
#000000
(0,0,0)

Tints of #D5C2B6

#D5C2B6
(213,194,182)
#D8C7BC
(216,199,188)
#DBCCC2
(219,204,194)
#DED1C8
(222,209,200)
#E1D6CE
(225,214,206)
#E4DBD4
(228,219,212)
#E7E0DA
(231,224,218)
#EAE5E0
(234,229,224)
#EDEAE6
(237,234,230)
#F0EFEC
(240,239,236)
#F3F4F2
(243,244,242)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #D5C2B6 color. Also use rgb(213,194,182) instead hex code.

Text Font Color

.myTextColor { color: #D5C2B6; }

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

This text font color is #D5C2B6.


Background Color

.myBgColor { background-color: #D5C2B6; }

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

This div background color is #D5C2B6.


Border color

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

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

This div border color is #D5C2B6.


Opacity

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

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

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

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

This text has shadow with #D5C2B6 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #D5C2B6 on black background.


Color preview on white background

This text has color #D5C2B6 on white background.



Black color preview on #D5C2B6 background

This text has black color on #D5C2B6 background.


White color preview on #D5C2B6 background

This text has white color on #D5C2B6 background.