COLOR #D6BCBC

HEX: #D6BCBC RGB: (214,188,188)

Color info

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

RGB color model

#D6BCBC color RGB value is (214,188,188).

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

RGB channels and saturation

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

214
188
188

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

Portions of RGB colors in percentages

R + G + B = 214 + 188 + 188 = 590 (100%)
R 214 of 590 ~ 36.27%
G 188 of 590 ~ 31.86%
B 188 of 590 ~ 31.86'%

%36.27
%31.86
%31.86

CMYK color model

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

  • cyan value is 0.00%
  • magenta value is 12.15%
  • yellow value is 12.15%
  • key color value is 16.08%

CMYK: (0,12,12,16)
C0M12Y12K16 (0%, 12%, 12%, 16%)
(0.00 / 0.12 / 0.12 / 0.16)

CMYK percentages

%0
%12.15
%12.15
%16.08

Codes

Color #D6BCBC in popluar color models

D6 BC BC
RGB 214 188 188
HSL 24.07% 78.82%
HSB/HSV 12.15% 83.92%
CMYK 0.00% 12.15% 12.15%
16.08%

Color #D6BCBC in popluar number systems.

HEX D6 BC BC
Decimal 214 188 188
Binary 11010110 10111100 10111100
Octal 326 274 274

Shades and tints

Shades of #D6BCBC

#D6BCBC
(214,188,188)
#C3ABAB
(195,171,171)
#B09A9A
(176,154,154)
#9D8989
(157,137,137)
#8A7878
(138,120,120)
#776767
(119,103,103)
#645656
(100,86,86)
#514545
(81,69,69)
#3E3434
(62,52,52)
#2B2323
(43,35,35)
#181212
(24,18,18)
#000000
(0,0,0)

Tints of #D6BCBC

#D6BCBC
(214,188,188)
#D9C2C2
(217,194,194)
#DCC8C8
(220,200,200)
#DFCECE
(223,206,206)
#E2D4D4
(226,212,212)
#E5DADA
(229,218,218)
#E8E0E0
(232,224,224)
#EBE6E6
(235,230,230)
#EEECEC
(238,236,236)
#F1F2F2
(241,242,242)
#F4F8F8
(244,248,248)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #D6BCBC; }

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

This text font color is #D6BCBC.

Background Color

.myBgColor { background-color: #D6BCBC; }

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

This div background color is #D6BCBC.

Border color

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

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

This div border color is #D6BCBC.

Opacity

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

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

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

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

This text has shadow with #D6BCBC color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #D6BCBC.

Preview

Color preview on black background

This text has color #D6BCBC on black background.


Color preview on white background

This text has color #D6BCBC on white background.


Black color preview on #D6BCBC background

This text has black color on #D6BCBC background.


White color preview on #D6BCBC background

This text has white color on #D6BCBC background.


Related colors

Complementary color

Complementary color for #hex is #294343.


I love getcolorcode.com