COLOR #D7B3A6

HEX: #D7B3A6 RGB: (215,179,166)

Color info

#D7B3A6 contains red, green and blue colors in about the same proportion. Web safe color of #D7B3A6 is #CC9999 (or #C99).

RGB color model

#D7B3A6 color RGB value is (215,179,166).

RGB: (215,179,166) (84%, 70%, 65%)

RGB channels and saturation

R 215 of 255 = 84%
G 179 of 255 = 70%
B 166 of 255 = 65%

215
179
166

R + G + B ~ 73%. #D7B3A6 is quite light color.

Portions of RGB colors in percentages

R + G + B = 215 + 179 + 166 = 560 (100%)
R 215 of 560 ~ 38.39%
G 179 of 560 ~ 31.96%
B 166 of 560 ~ 29.64'%

%38.39
%31.96
%29.64

CMYK color model

#D7B3A6 color CMYK value is (0,17,23,16).

  • cyan value is 0.00%
  • magenta value is 16.74%
  • yellow value is 22.79%
  • key color value is 15.69%

CMYK: (0,17,23,16)
C0M17Y23K16 (0%, 17%, 23%, 16%)
(0.00 / 0.17 / 0.23 / 0.16)

CMYK percentages

%0
%16.74
%22.79
%15.69

Codes

Color #D7B3A6 in popluar color models

D7 B3 A6
RGB 215 179 166
HSL 16° 37.98% 74.71%
HSB/HSV 16° 22.79% 84.31%
CMYK 0.00% 16.74% 22.79%
15.69%

Color #D7B3A6 in popluar number systems.

HEX D7 B3 A6
Decimal 215 179 166
Binary 11010111 10110011 10100110
Octal 327 263 246

Shades and tints

Shades of #D7B3A6

#D7B3A6
(215,179,166)
#C4A397
(196,163,151)
#B19388
(177,147,136)
#9E8379
(158,131,121)
#8B736A
(139,115,106)
#78635B
(120,99,91)
#65534C
(101,83,76)
#52433D
(82,67,61)
#3F332E
(63,51,46)
#2C231F
(44,35,31)
#191310
(25,19,16)
#000000
(0,0,0)

Tints of #D7B3A6

#D7B3A6
(215,179,166)
#DAB9AE
(218,185,174)
#DDBFB6
(221,191,182)
#E0C5BE
(224,197,190)
#E3CBC6
(227,203,198)
#E6D1CE
(230,209,206)
#E9D7D6
(233,215,214)
#ECDDDE
(236,221,222)
#EFE3E6
(239,227,230)
#F2E9EE
(242,233,238)
#F5EFF6
(245,239,246)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #D7B3A6 color. Also use rgb(215,179,166) instead hex code.

Text Font Color

.myTextColor { color: #D7B3A6; }

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

This text font color is #D7B3A6.

Background Color

.myBgColor { background-color: #D7B3A6; }

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

This div background color is #D7B3A6.

Border color

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

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

This div border color is #D7B3A6.

Opacity

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

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

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

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

This text has shadow with #D7B3A6 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #D7B3A6.

Preview

Color preview on black background

This text has color #D7B3A6 on black background.


Color preview on white background

This text has color #D7B3A6 on white background.


Black color preview on #D7B3A6 background

This text has black color on #D7B3A6 background.


White color preview on #D7B3A6 background

This text has white color on #D7B3A6 background.


Related colors

Complementary color

Complementary color for #hex is #284C59.


I love getcolorcode.com

Triadic colors

1 #A6D7B3 and #B3A6D7 with #D7B3A6 are triadic colors.

2 #A6B3D7 and #B3D7A6 with #D7B3A6 are triadic colors.