COLOR #D6BCBD

HEX: #D6BCBD RGB: (214,188,189)

Color info

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

RGB color model

#D6BCBD color RGB value is (214,188,189).

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

RGB channels and saturation

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

214
188
189

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

Portions of RGB colors in percentages

R + G + B = 214 + 188 + 189 = 591 (100%)
R 214 of 591 ~ 36.21%
G 188 of 591 ~ 31.81%
B 189 of 591 ~ 31.98'%

%36.21
%31.81
%31.98

CMYK color model

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

  • cyan value is 0.00%
  • magenta value is 12.15%
  • yellow value is 11.68%
  • 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
%11.68
%16.08

Codes

Color #D6BCBD in popluar color models

D6 BC BD
RGB 214 188 189
HSL 358° 24.07% 78.82%
HSB/HSV 358° 12.15% 83.92%
CMYK 0.00% 12.15% 11.68%
16.08%

Color #D6BCBD in popluar number systems.

HEX D6 BC BD
Decimal 214 188 189
Binary 11010110 10111100 10111101
Octal 326 274 275

Shades and tints

Shades of #D6BCBD

#D6BCBD
(214,188,189)
#C3ABAC
(195,171,172)
#B09A9B
(176,154,155)
#9D898A
(157,137,138)
#8A7879
(138,120,121)
#776768
(119,103,104)
#645657
(100,86,87)
#514546
(81,69,70)
#3E3435
(62,52,53)
#2B2324
(43,35,36)
#181213
(24,18,19)
#000000
(0,0,0)

Tints of #D6BCBD

#D6BCBD
(214,188,189)
#D9C2C3
(217,194,195)
#DCC8C9
(220,200,201)
#DFCECF
(223,206,207)
#E2D4D5
(226,212,213)
#E5DADB
(229,218,219)
#E8E0E1
(232,224,225)
#EBE6E7
(235,230,231)
#EEECED
(238,236,237)
#F1F2F3
(241,242,243)
#F4F8F9
(244,248,249)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #D6BCBD; }

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

This text font color is #D6BCBD.

Background Color

.myBgColor { background-color: #D6BCBD; }

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

This div background color is #D6BCBD.

Border color

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

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

This div border color is #D6BCBD.

Opacity

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

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

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

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

This text has shadow with #D6BCBD color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #D6BCBD.

Preview

Color preview on black background

This text has color #D6BCBD on black background.


Color preview on white background

This text has color #D6BCBD on white background.


Black color preview on #D6BCBD background

This text has black color on #D6BCBD background.


White color preview on #D6BCBD background

This text has white color on #D6BCBD background.


Related colors

Complementary color

Complementary color for #hex is #294342.


I love getcolorcode.com

Triadic colors

1 #BDD6BC and #BCBDD6 with #D6BCBD are triadic colors.

2 #BDBCD6 and #BCD6BD with #D6BCBD are triadic colors.