COLOR #D7C2B6

HEX: #D7C2B6 RGB: (215,194,182)

Color info

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

RGB color model

#D7C2B6 color RGB value is (215,194,182).

RGB: (215,194,182) (84%, 76%, 71%)

RGB channels and saturation

R 215 of 255 = 84%
G 194 of 255 = 76%
B 182 of 255 = 71%

215
194
182

R + G + B ~ 77%. #D7C2B6 is quite light color.

Portions of RGB colors in percentages

R + G + B = 215 + 194 + 182 = 591 (100%)
R 215 of 591 ~ 36.38%
G 194 of 591 ~ 32.83%
B 182 of 591 ~ 30.8'%

%36.38
%32.83
%30.8

CMYK color model

#D7C2B6 color CMYK value is (0,10,15,16).

  • cyan value is 0.00%
  • magenta value is 9.77%
  • yellow value is 15.35%
  • key color value is 15.69%

CMYK: (0,10,15,16)
C0M10Y15K16 (0%, 10%, 15%, 16%)
(0.00 / 0.10 / 0.15 / 0.16)

CMYK percentages

%0
%9.77
%15.35
%15.69

Codes

Color #D7C2B6 in popluar color models

D7 C2 B6
RGB 215 194 182
HSL 22° 29.20% 77.84%
HSB/HSV 22° 15.35% 84.31%
CMYK 0.00% 9.77% 15.35%
15.69%

Color #D7C2B6 in popluar number systems.

HEX D7 C2 B6
Decimal 215 194 182
Binary 11010111 11000010 10110110
Octal 327 302 266

Shades and tints

Shades of #D7C2B6

#D7C2B6
(215,194,182)
#C4B1A6
(196,177,166)
#B1A096
(177,160,150)
#9E8F86
(158,143,134)
#8B7E76
(139,126,118)
#786D66
(120,109,102)
#655C56
(101,92,86)
#524B46
(82,75,70)
#3F3A36
(63,58,54)
#2C2926
(44,41,38)
#191816
(25,24,22)
#000000
(0,0,0)

Tints of #D7C2B6

#D7C2B6
(215,194,182)
#DAC7BC
(218,199,188)
#DDCCC2
(221,204,194)
#E0D1C8
(224,209,200)
#E3D6CE
(227,214,206)
#E6DBD4
(230,219,212)
#E9E0DA
(233,224,218)
#ECE5E0
(236,229,224)
#EFEAE6
(239,234,230)
#F2EFEC
(242,239,236)
#F5F4F2
(245,244,242)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #D7C2B6 color. Also use rgb(215,194,182) instead hex code.

Text Font Color

.myTextColor { color: #D7C2B6; }

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

This text font color is #D7C2B6.

Background Color

.myBgColor { background-color: #D7C2B6; }

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

This div background color is #D7C2B6.

Border color

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

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

This div border color is #D7C2B6.

Opacity

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

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

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

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

This text has shadow with #D7C2B6 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #D7C2B6.

Preview

Color preview on black background

This text has color #D7C2B6 on black background.


Color preview on white background

This text has color #D7C2B6 on white background.


Black color preview on #D7C2B6 background

This text has black color on #D7C2B6 background.


White color preview on #D7C2B6 background

This text has white color on #D7C2B6 background.


Related colors

Complementary color

Complementary color for #hex is #283D49.


I love getcolorcode.com

Triadic colors

1 #B6D7C2 and #C2B6D7 with #D7C2B6 are triadic colors.

2 #B6C2D7 and #C2D7B6 with #D7C2B6 are triadic colors.