COLOR #D5B6BC

HEX: #D5B6BC RGB: (213,182,188)

Color info

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

RGB color model

#D5B6BC color RGB value is (213,182,188).

RGB: (213,182,188) (84%, 71%, 74%)

RGB channels and saturation

R 213 of 255 = 84%
G 182 of 255 = 71%
B 188 of 255 = 74%

213
182
188

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

Portions of RGB colors in percentages

R + G + B = 213 + 182 + 188 = 583 (100%)
R 213 of 583 ~ 36.54%
G 182 of 583 ~ 31.22%
B 188 of 583 ~ 32.25'%

%36.54
%31.22
%32.25

CMYK color model

#D5B6BC color CMYK value is (0,15,12,16).

  • cyan value is 0.00%
  • magenta value is 14.55%
  • yellow value is 11.74%
  • key color value is 16.47%
CMYK: (0,15,12,16) C0M15Y12K16 (0%,15%,12%,16%) (0.00/0.15/0.12/0.16) 

CMYK percentages

%0
%14.55
%11.74
%16.47

Codes

Color #D5B6BC in popluar color models

D5 B6 BC
RGB 213 182 188
HSL 348° 26.96% 77.45%
HSB/HSV 348° 14.55% 83.53%
CMYK 0.00% 14.55% 11.74%
16.47%

Color #D5B6BC in popluar number systems.

HEX D5 B6 BC
Decimal 213 182 188
Binary 11010101 10110110 10111100
Octal 325 266 274

Shades and tints

Shades of #D5B6BC

#D5B6BC
(213,182,188)
#C2A6AB
(194,166,171)
#AF969A
(175,150,154)
#9C8689
(156,134,137)
#897678
(137,118,120)
#766667
(118,102,103)
#635656
(99,86,86)
#504645
(80,70,69)
#3D3634
(61,54,52)
#2A2623
(42,38,35)
#171612
(23,22,18)
#000000
(0,0,0)

Tints of #D5B6BC

#D5B6BC
(213,182,188)
#D8BCC2
(216,188,194)
#DBC2C8
(219,194,200)
#DEC8CE
(222,200,206)
#E1CED4
(225,206,212)
#E4D4DA
(228,212,218)
#E7DAE0
(231,218,224)
#EAE0E6
(234,224,230)
#EDE6EC
(237,230,236)
#F0ECF2
(240,236,242)
#F3F2F8
(243,242,248)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #D5B6BC; }

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

This text font color is #D5B6BC.

Background Color

.myBgColor { background-color: #D5B6BC; }

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

This div background color is #D5B6BC.

Border color

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

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

This div border color is #D5B6BC.

Opacity

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

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

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

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

This text has shadow with #D5B6BC color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #D5B6BC.

Preview

Color preview on black background

This text has color #D5B6BC on black background.


Color preview on white background

This text has color #D5B6BC on white background.


Black color preview on #D5B6BC background

This text has black color on #D5B6BC background.


White color preview on #D5B6BC background

This text has white color on #D5B6BC background.


Related colors

Complementary color

Complementary color for #hex is #2A4943.


I love getcolorcode.com

Triadic colors

1 #BCD5B6 and #B6BCD5 with #D5B6BC are triadic colors.

2 #BCB6D5 and #B6D5BC with #D5B6BC are triadic colors.