COLOR #D6C4BB

HEX: #D6C4BB
RGB: (214,196,187)

Color info

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

RGB color model

#D6C4BB color RGB value is (214,196,187).

  • red value is 214;
  • green value is 196;
  • blue value is 187.
RGB:
(214,196,187)
(84%,77%,73%)

RGB channels and saturation

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

214
196
187

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

Portions of RGB colors in percentages

R + G + B =
214 + 196 + 187 = 597 (100%)
R 214 of 597 ~ 35.85%
G 196 of 597 ~ 32.83%
B 187 of 597 ~ 31.32%

%35.85
%32.83
%31.32

CMYK color model

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

  • cyan value is 0.00%
  • magenta value is 8.41%
  • 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
%8.41
%12.62
%16.08

Codes

Color #D6C4BB in popluar color models

D6C4BB
RGB214196187
HSL20°24.77%78.63%
HSB/HSV20°12.62%83.92%
CMYK0.00%8.41%12.62%
16.08%

Color #D6C4BB in popluar number systems.

HEXD6C4BB
Decimal214196187
Binary110101101100010010111011
Octal326304273

Shades and tints

Shades of #D6C4BB

#D6C4BB
(214,196,187)
#C3B3AA
(195,179,170)
#B0A299
(176,162,153)
#9D9188
(157,145,136)
#8A8077
(138,128,119)
#776F66
(119,111,102)
#645E55
(100,94,85)
#514D44
(81,77,68)
#3E3C33
(62,60,51)
#2B2B22
(43,43,34)
#181A11
(24,26,17)
#000000
(0,0,0)

Tints of #D6C4BB

#D6C4BB
(214,196,187)
#D9C9C1
(217,201,193)
#DCCEC7
(220,206,199)
#DFD3CD
(223,211,205)
#E2D8D3
(226,216,211)
#E5DDD9
(229,221,217)
#E8E2DF
(232,226,223)
#EBE7E5
(235,231,229)
#EEECEB
(238,236,235)
#F1F1F1
(241,241,241)
#F4F6F7
(244,246,247)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #D6C4BB; }

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

This text font color is #D6C4BB.


Background Color

.myBgColor { background-color: #D6C4BB; }

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

This div background color is #D6C4BB.


Border color

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

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

This div border color is #D6C4BB.


Opacity

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

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

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

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

This text has shadow with #D6C4BB color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #D6C4BB on black background.


Color preview on white background

This text has color #D6C4BB on white background.



Black color preview on #D6C4BB background

This text has black color on #D6C4BB background.


White color preview on #D6C4BB background

This text has white color on #D6C4BB background.