COLOR #D6C3BD

HEX: #D6C3BD RGB: (214,195,189)

Color info

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

RGB color model

#D6C3BD color RGB value is (214,195,189).

RGB: (214,195,189) (84%, 76%, 74%)

RGB channels and saturation

R 214 of 255 = 84%
G 195 of 255 = 76%
B 189 of 255 = 74%

214
195
189

R + G + B ~ 78%. #D6C3BD is quite light color.

Portions of RGB colors in percentages

R + G + B = 214 + 195 + 189 = 598 (100%)
R 214 of 598 ~ 35.79%
G 195 of 598 ~ 32.61%
B 189 of 598 ~ 31.61'%

%35.79
%32.61
%31.61

CMYK color model

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

  • cyan value is 0.00%
  • magenta value is 8.88%
  • yellow value is 11.68%
  • key color value is 16.08%

CMYK: (0,9,12,16)
C0M9Y12K16 (0%, 9%, 12%, 16%)
(0.00 / 0.09 / 0.12 / 0.16)

CMYK percentages

%0
%8.88
%11.68
%16.08

Codes

Color #D6C3BD in popluar color models

D6 C3 BD
RGB 214 195 189
HSL 14° 23.36% 79.02%
HSB/HSV 14° 11.68% 83.92%
CMYK 0.00% 8.88% 11.68%
16.08%

Color #D6C3BD in popluar number systems.

HEX D6 C3 BD
Decimal 214 195 189
Binary 11010110 11000011 10111101
Octal 326 303 275

Shades and tints

Shades of #D6C3BD

#D6C3BD
(214,195,189)
#C3B2AC
(195,178,172)
#B0A19B
(176,161,155)
#9D908A
(157,144,138)
#8A7F79
(138,127,121)
#776E68
(119,110,104)
#645D57
(100,93,87)
#514C46
(81,76,70)
#3E3B35
(62,59,53)
#2B2A24
(43,42,36)
#181913
(24,25,19)
#000000
(0,0,0)

Tints of #D6C3BD

#D6C3BD
(214,195,189)
#D9C8C3
(217,200,195)
#DCCDC9
(220,205,201)
#DFD2CF
(223,210,207)
#E2D7D5
(226,215,213)
#E5DCDB
(229,220,219)
#E8E1E1
(232,225,225)
#EBE6E7
(235,230,231)
#EEEBED
(238,235,237)
#F1F0F3
(241,240,243)
#F4F5F9
(244,245,249)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #D6C3BD; }

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

This text font color is #D6C3BD.

Background Color

.myBgColor { background-color: #D6C3BD; }

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

This div background color is #D6C3BD.

Border color

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

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

This div border color is #D6C3BD.

Opacity

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

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

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

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

This text has shadow with #D6C3BD color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #D6C3BD.

Preview

Color preview on black background

This text has color #D6C3BD on black background.


Color preview on white background

This text has color #D6C3BD on white background.


Black color preview on #D6C3BD background

This text has black color on #D6C3BD background.


White color preview on #D6C3BD background

This text has white color on #D6C3BD background.


Related colors

Complementary color

Complementary color for #hex is #293C42.


I love getcolorcode.com

Triadic colors

1 #BDD6C3 and #C3BDD6 with #D6C3BD are triadic colors.

2 #BDC3D6 and #C3D6BD with #D6C3BD are triadic colors.