COLOR #D5B6C3

HEX: #D5B6C3
RGB: (213,182,195)

Color info

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

RGB color model

#D5B6C3 color RGB value is (213,182,195).

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

RGB channels and saturation

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

213
182
195

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

Portions of RGB colors in percentages

R + G + B =
213 + 182 + 195 = 590 (100%)
R 213 of 590 ~ 36.1%
G 182 of 590 ~ 30.85%
B 195 of 590 ~ 33.05%

%36.1
%30.85
%33.05

CMYK color model

#D5B6C3 color CMYK value is (0,15,8,16).

  • cyan value is 0.00%
  • magenta value is 14.55%
  • yellow value is 8.45%
  • key color value is 16.47%
CMYK:
(0,15,8,16)
C0M15Y8K16 
(0%,15%,8%,16%)
(0.00/0.15/0.08/0.16)	

CMYK percentages

%0
%14.55
%8.45
%16.47

Codes

Color #D5B6C3 in popluar color models

D5B6C3
RGB213182195
HSL335°26.96%77.45%
HSB/HSV335°14.55%83.53%
CMYK0.00%14.55%8.45%
16.47%

Color #D5B6C3 in popluar number systems.

HEXD5B6C3
Decimal213182195
Binary110101011011011011000011
Octal325266303

Shades and tints

Shades of #D5B6C3

#D5B6C3
(213,182,195)
#C2A6B2
(194,166,178)
#AF96A1
(175,150,161)
#9C8690
(156,134,144)
#89767F
(137,118,127)
#76666E
(118,102,110)
#63565D
(99,86,93)
#50464C
(80,70,76)
#3D363B
(61,54,59)
#2A262A
(42,38,42)
#171619
(23,22,25)
#000000
(0,0,0)

Tints of #D5B6C3

#D5B6C3
(213,182,195)
#D8BCC8
(216,188,200)
#DBC2CD
(219,194,205)
#DEC8D2
(222,200,210)
#E1CED7
(225,206,215)
#E4D4DC
(228,212,220)
#E7DAE1
(231,218,225)
#EAE0E6
(234,224,230)
#EDE6EB
(237,230,235)
#F0ECF0
(240,236,240)
#F3F2F5
(243,242,245)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #D5B6C3; }

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

This text font color is #D5B6C3.


Background Color

.myBgColor { background-color: #D5B6C3; }

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

This div background color is #D5B6C3.


Border color

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

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

This div border color is #D5B6C3.


Opacity

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

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

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

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

This text has shadow with #D5B6C3 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #D5B6C3 on black background.


Color preview on white background

This text has color #D5B6C3 on white background.



Black color preview on #D5B6C3 background

This text has black color on #D5B6C3 background.


White color preview on #D5B6C3 background

This text has white color on #D5B6C3 background.