COLOR #D6C7BF

HEX: #D6C7BF RGB: (214,199,191)

Color info

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

RGB color model

#D6C7BF color RGB value is (214,199,191).

RGB: (214,199,191) (84%, 78%, 75%)

RGB channels and saturation

R 214 of 255 = 84%
G 199 of 255 = 78%
B 191 of 255 = 75%

214
199
191

R + G + B ~ 79%. #D6C7BF is quite light color.

Portions of RGB colors in percentages

R + G + B = 214 + 199 + 191 = 604 (100%)
R 214 of 604 ~ 35.43%
G 199 of 604 ~ 32.95%
B 191 of 604 ~ 31.62'%

%35.43
%32.95
%31.62

CMYK color model

#D6C7BF color CMYK value is (0,7,11,16).

  • cyan value is 0.00%
  • magenta value is 7.01%
  • yellow value is 10.75%
  • key color value is 16.08%

CMYK: (0,7,11,16)
C0M7Y11K16 (0%, 7%, 11%, 16%)
(0.00 / 0.07 / 0.11 / 0.16)

CMYK percentages

%0
%7.01
%10.75
%16.08

Codes

Color #D6C7BF in popluar color models

D6 C7 BF
RGB 214 199 191
HSL 21° 21.90% 79.41%
HSB/HSV 21° 10.75% 83.92%
CMYK 0.00% 7.01% 10.75%
16.08%

Color #D6C7BF in popluar number systems.

HEX D6 C7 BF
Decimal 214 199 191
Binary 11010110 11000111 10111111
Octal 326 307 277

Shades and tints

Shades of #D6C7BF

#D6C7BF
(214,199,191)
#C3B5AE
(195,181,174)
#B0A39D
(176,163,157)
#9D918C
(157,145,140)
#8A7F7B
(138,127,123)
#776D6A
(119,109,106)
#645B59
(100,91,89)
#514948
(81,73,72)
#3E3737
(62,55,55)
#2B2526
(43,37,38)
#181315
(24,19,21)
#000000
(0,0,0)

Tints of #D6C7BF

#D6C7BF
(214,199,191)
#D9CCC4
(217,204,196)
#DCD1C9
(220,209,201)
#DFD6CE
(223,214,206)
#E2DBD3
(226,219,211)
#E5E0D8
(229,224,216)
#E8E5DD
(232,229,221)
#EBEAE2
(235,234,226)
#EEEFE7
(238,239,231)
#F1F4EC
(241,244,236)
#F4F9F1
(244,249,241)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #D6C7BF; }

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

This text font color is #D6C7BF.

Background Color

.myBgColor { background-color: #D6C7BF; }

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

This div background color is #D6C7BF.

Border color

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

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

This div border color is #D6C7BF.

Opacity

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

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

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

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

This text has shadow with #D6C7BF color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #D6C7BF.

Preview

Color preview on black background

This text has color #D6C7BF on black background.


Color preview on white background

This text has color #D6C7BF on white background.


Black color preview on #D6C7BF background

This text has black color on #D6C7BF background.


White color preview on #D6C7BF background

This text has white color on #D6C7BF background.


Related colors

Complementary color

Complementary color for #hex is #293840.


I love getcolorcode.com

Triadic colors

1 #BFD6C7 and #C7BFD6 with #D6C7BF are triadic colors.

2 #BFC7D6 and #C7D6BF with #D6C7BF are triadic colors.