COLOR #D6B6BC

HEX: #D6B6BC RGB: (214,182,188)

Color info

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

RGB color model

#D6B6BC color RGB value is (214,182,188).

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

RGB channels and saturation

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

214
182
188

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

Portions of RGB colors in percentages

R + G + B = 214 + 182 + 188 = 584 (100%)
R 214 of 584 ~ 36.64%
G 182 of 584 ~ 31.16%
B 188 of 584 ~ 32.19'%

%36.64
%31.16
%32.19

CMYK color model

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

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

CMYK percentages

%0
%14.95
%12.15
%16.08

Codes

Color #D6B6BC in popluar color models

D6 B6 BC
RGB 214 182 188
HSL 349° 28.07% 77.65%
HSB/HSV 349° 14.95% 83.92%
CMYK 0.00% 14.95% 12.15%
16.08%

Color #D6B6BC in popluar number systems.

HEX D6 B6 BC
Decimal 214 182 188
Binary 11010110 10110110 10111100
Octal 326 266 274

Shades and tints

Shades of #D6B6BC

#D6B6BC
(214,182,188)
#C3A6AB
(195,166,171)
#B0969A
(176,150,154)
#9D8689
(157,134,137)
#8A7678
(138,118,120)
#776667
(119,102,103)
#645656
(100,86,86)
#514645
(81,70,69)
#3E3634
(62,54,52)
#2B2623
(43,38,35)
#181612
(24,22,18)
#000000
(0,0,0)

Tints of #D6B6BC

#D6B6BC
(214,182,188)
#D9BCC2
(217,188,194)
#DCC2C8
(220,194,200)
#DFC8CE
(223,200,206)
#E2CED4
(226,206,212)
#E5D4DA
(229,212,218)
#E8DAE0
(232,218,224)
#EBE0E6
(235,224,230)
#EEE6EC
(238,230,236)
#F1ECF2
(241,236,242)
#F4F2F8
(244,242,248)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #D6B6BC; }

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

This text font color is #D6B6BC.

Background Color

.myBgColor { background-color: #D6B6BC; }

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

This div background color is #D6B6BC.

Border color

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

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

This div border color is #D6B6BC.

Opacity

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

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

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

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

This text has shadow with #D6B6BC color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #D6B6BC.

Preview

Color preview on black background

This text has color #D6B6BC on black background.


Color preview on white background

This text has color #D6B6BC on white background.


Black color preview on #D6B6BC background

This text has black color on #D6B6BC background.


White color preview on #D6B6BC background

This text has white color on #D6B6BC background.


Related colors

Complementary color

Complementary color for #hex is #294943.


I love getcolorcode.com

Triadic colors

1 #BCD6B6 and #B6BCD6 with #D6B6BC are triadic colors.

2 #BCB6D6 and #B6D6BC with #D6B6BC are triadic colors.