COLOR #D5B6BA

HEX: #D5B6BA
RGB: (213,182,186)

Color info

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

RGB color model

#D5B6BA color RGB value is (213,182,186).

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

RGB channels and saturation

R 213 of 255 = 84%
G 182 of 255 = 71%
B 186 of 255 = 73%

213
182
186

R + G + B ~ 76%. #D5B6BA is quite light color.

Portions of RGB colors in percentages

R + G + B =
213 + 182 + 186 = 581 (100%)
R 213 of 581 ~ 36.66%
G 182 of 581 ~ 31.33%
B 186 of 581 ~ 32.01%

%36.66
%31.33
%32.01

CMYK color model

#D5B6BA color CMYK value is (0,15,13,16).

  • cyan value is 0.00%
  • magenta value is 14.55%
  • yellow value is 12.68%
  • key color value is 16.47%
CMYK:
(0,15,13,16)
C0M15Y13K16 
(0%,15%,13%,16%)
(0.00/0.15/0.13/0.16)	

CMYK percentages

%0
%14.55
%12.68
%16.47

Codes

Color #D5B6BA in popluar color models

D5B6BA
RGB213182186
HSL352°26.96%77.45%
HSB/HSV352°14.55%83.53%
CMYK0.00%14.55%12.68%
16.47%

Color #D5B6BA in popluar number systems.

HEXD5B6BA
Decimal213182186
Binary110101011011011010111010
Octal325266272

Shades and tints

Shades of #D5B6BA

#D5B6BA
(213,182,186)
#C2A6AA
(194,166,170)
#AF969A
(175,150,154)
#9C868A
(156,134,138)
#89767A
(137,118,122)
#76666A
(118,102,106)
#63565A
(99,86,90)
#50464A
(80,70,74)
#3D363A
(61,54,58)
#2A262A
(42,38,42)
#17161A
(23,22,26)
#000000
(0,0,0)

Tints of #D5B6BA

#D5B6BA
(213,182,186)
#D8BCC0
(216,188,192)
#DBC2C6
(219,194,198)
#DEC8CC
(222,200,204)
#E1CED2
(225,206,210)
#E4D4D8
(228,212,216)
#E7DADE
(231,218,222)
#EAE0E4
(234,224,228)
#EDE6EA
(237,230,234)
#F0ECF0
(240,236,240)
#F3F2F6
(243,242,246)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #D5B6BA; }

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

This text font color is #D5B6BA.


Background Color

.myBgColor { background-color: #D5B6BA; }

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

This div background color is #D5B6BA.


Border color

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

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

This div border color is #D5B6BA.


Opacity

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

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

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

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

This text has shadow with #D5B6BA color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #D5B6BA on black background.


Color preview on white background

This text has color #D5B6BA on white background.



Black color preview on #D5B6BA background

This text has black color on #D5B6BA background.


White color preview on #D5B6BA background

This text has white color on #D5B6BA background.