COLOR #D7B6B7

HEX: #D7B6B7 RGB: (215,182,183)

Color info

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

RGB color model

#D7B6B7 color RGB value is (215,182,183).

RGB: (215,182,183) (84%, 71%, 72%)

RGB channels and saturation

R 215 of 255 = 84%
G 182 of 255 = 71%
B 183 of 255 = 72%

215
182
183

R + G + B ~ 76%. #D7B6B7 is quite light color.

Portions of RGB colors in percentages

R + G + B = 215 + 182 + 183 = 580 (100%)
R 215 of 580 ~ 37.07%
G 182 of 580 ~ 31.38%
B 183 of 580 ~ 31.55'%

%37.07
%31.38
%31.55

CMYK color model

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

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

CMYK: (0,15,15,16)
C0M15Y15K16 (0%, 15%, 15%, 16%)
(0.00 / 0.15 / 0.15 / 0.16)

CMYK percentages

%0
%15.35
%14.88
%15.69

Codes

Color #D7B6B7 in popluar color models

D7 B6 B7
RGB 215 182 183
HSL 358° 29.20% 77.84%
HSB/HSV 358° 15.35% 84.31%
CMYK 0.00% 15.35% 14.88%
15.69%

Color #D7B6B7 in popluar number systems.

HEX D7 B6 B7
Decimal 215 182 183
Binary 11010111 10110110 10110111
Octal 327 266 267

Shades and tints

Shades of #D7B6B7

#D7B6B7
(215,182,183)
#C4A6A7
(196,166,167)
#B19697
(177,150,151)
#9E8687
(158,134,135)
#8B7677
(139,118,119)
#786667
(120,102,103)
#655657
(101,86,87)
#524647
(82,70,71)
#3F3637
(63,54,55)
#2C2627
(44,38,39)
#191617
(25,22,23)
#000000
(0,0,0)

Tints of #D7B6B7

#D7B6B7
(215,182,183)
#DABCBD
(218,188,189)
#DDC2C3
(221,194,195)
#E0C8C9
(224,200,201)
#E3CECF
(227,206,207)
#E6D4D5
(230,212,213)
#E9DADB
(233,218,219)
#ECE0E1
(236,224,225)
#EFE6E7
(239,230,231)
#F2ECED
(242,236,237)
#F5F2F3
(245,242,243)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #D7B6B7; }

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

This text font color is #D7B6B7.

Background Color

.myBgColor { background-color: #D7B6B7; }

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

This div background color is #D7B6B7.

Border color

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

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

This div border color is #D7B6B7.

Opacity

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

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

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

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

This text has shadow with #D7B6B7 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #D7B6B7.

Preview

Color preview on black background

This text has color #D7B6B7 on black background.


Color preview on white background

This text has color #D7B6B7 on white background.


Black color preview on #D7B6B7 background

This text has black color on #D7B6B7 background.


White color preview on #D7B6B7 background

This text has white color on #D7B6B7 background.


Related colors

Complementary color

Complementary color for #hex is #284948.


I love getcolorcode.com

Triadic colors

1 #B7D7B6 and #B6B7D7 with #D7B6B7 are triadic colors.

2 #B7B6D7 and #B6D7B7 with #D7B6B7 are triadic colors.