COLOR #D6C5BB

HEX: #D6C5BB RGB: (214,197,187)

Color info

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

RGB color model

#D6C5BB color RGB value is (214,197,187).

RGB: (214,197,187) (84%, 77%, 73%)

RGB channels and saturation

R 214 of 255 = 84%
G 197 of 255 = 77%
B 187 of 255 = 73%

214
197
187

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

Portions of RGB colors in percentages

R + G + B = 214 + 197 + 187 = 598 (100%)
R 214 of 598 ~ 35.79%
G 197 of 598 ~ 32.94%
B 187 of 598 ~ 31.27'%

%35.79
%32.94
%31.27

CMYK color model

#D6C5BB color CMYK value is (0,8,13,16).

  • cyan value is 0.00%
  • magenta value is 7.94%
  • yellow value is 12.62%
  • key color value is 16.08%

CMYK: (0,8,13,16)
C0M8Y13K16 (0%, 8%, 13%, 16%)
(0.00 / 0.08 / 0.13 / 0.16)

CMYK percentages

%0
%7.94
%12.62
%16.08

Codes

Color #D6C5BB in popluar color models

D6 C5 BB
RGB 214 197 187
HSL 22° 24.77% 78.63%
HSB/HSV 22° 12.62% 83.92%
CMYK 0.00% 7.94% 12.62%
16.08%

Color #D6C5BB in popluar number systems.

HEX D6 C5 BB
Decimal 214 197 187
Binary 11010110 11000101 10111011
Octal 326 305 273

Shades and tints

Shades of #D6C5BB

#D6C5BB
(214,197,187)
#C3B4AA
(195,180,170)
#B0A399
(176,163,153)
#9D9288
(157,146,136)
#8A8177
(138,129,119)
#777066
(119,112,102)
#645F55
(100,95,85)
#514E44
(81,78,68)
#3E3D33
(62,61,51)
#2B2C22
(43,44,34)
#181B11
(24,27,17)
#000000
(0,0,0)

Tints of #D6C5BB

#D6C5BB
(214,197,187)
#D9CAC1
(217,202,193)
#DCCFC7
(220,207,199)
#DFD4CD
(223,212,205)
#E2D9D3
(226,217,211)
#E5DED9
(229,222,217)
#E8E3DF
(232,227,223)
#EBE8E5
(235,232,229)
#EEEDEB
(238,237,235)
#F1F2F1
(241,242,241)
#F4F7F7
(244,247,247)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #D6C5BB; }

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

This text font color is #D6C5BB.

Background Color

.myBgColor { background-color: #D6C5BB; }

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

This div background color is #D6C5BB.

Border color

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

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

This div border color is #D6C5BB.

Opacity

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

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

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

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

This text has shadow with #D6C5BB color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #D6C5BB.

Preview

Color preview on black background

This text has color #D6C5BB on black background.


Color preview on white background

This text has color #D6C5BB on white background.


Black color preview on #D6C5BB background

This text has black color on #D6C5BB background.


White color preview on #D6C5BB background

This text has white color on #D6C5BB background.


Related colors

Complementary color

Complementary color for #hex is #293A44.


I love getcolorcode.com

Triadic colors

1 #BBD6C5 and #C5BBD6 with #D6C5BB are triadic colors.

2 #BBC5D6 and #C5D6BB with #D6C5BB are triadic colors.