COLOR #D6C7BE

HEX: #D6C7BE RGB: (214,199,190)

Color info

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

RGB color model

#D6C7BE color RGB value is (214,199,190).

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

RGB channels and saturation

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

214
199
190

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

Portions of RGB colors in percentages

R + G + B = 214 + 199 + 190 = 603 (100%)
R 214 of 603 ~ 35.49%
G 199 of 603 ~ 33%
B 190 of 603 ~ 31.51'%

%35.49
%33
%31.51

CMYK color model

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

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

Codes

Color #D6C7BE in popluar color models

D6 C7 BE
RGB 214 199 190
HSL 23° 22.64% 79.22%
HSB/HSV 23° 11.21% 83.92%
CMYK 0.00% 7.01% 11.21%
16.08%

Color #D6C7BE in popluar number systems.

HEX D6 C7 BE
Decimal 214 199 190
Binary 11010110 11000111 10111110
Octal 326 307 276

Shades and tints

Shades of #D6C7BE

#D6C7BE
(214,199,190)
#C3B5AD
(195,181,173)
#B0A39C
(176,163,156)
#9D918B
(157,145,139)
#8A7F7A
(138,127,122)
#776D69
(119,109,105)
#645B58
(100,91,88)
#514947
(81,73,71)
#3E3736
(62,55,54)
#2B2525
(43,37,37)
#181314
(24,19,20)
#000000
(0,0,0)

Tints of #D6C7BE

#D6C7BE
(214,199,190)
#D9CCC3
(217,204,195)
#DCD1C8
(220,209,200)
#DFD6CD
(223,214,205)
#E2DBD2
(226,219,210)
#E5E0D7
(229,224,215)
#E8E5DC
(232,229,220)
#EBEAE1
(235,234,225)
#EEEFE6
(238,239,230)
#F1F4EB
(241,244,235)
#F4F9F0
(244,249,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #D6C7BE; }

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

This text font color is #D6C7BE.

Background Color

.myBgColor { background-color: #D6C7BE; }

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

This div background color is #D6C7BE.

Border color

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

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

This div border color is #D6C7BE.

Opacity

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

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

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

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

This text has shadow with #D6C7BE color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #D6C7BE.

Preview

Color preview on black background

This text has color #D6C7BE on black background.


Color preview on white background

This text has color #D6C7BE on white background.


Black color preview on #D6C7BE background

This text has black color on #D6C7BE background.


White color preview on #D6C7BE background

This text has white color on #D6C7BE background.


Related colors

Complementary color

Complementary color for #hex is #293841.


I love getcolorcode.com

Triadic colors

1 #BED6C7 and #C7BED6 with #D6C7BE are triadic colors.

2 #BEC7D6 and #C7D6BE with #D6C7BE are triadic colors.