COLOR #D7B5B5

HEX: #D7B5B5 RGB: (215,181,181)

Color info

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

RGB color model

#D7B5B5 color RGB value is (215,181,181).

RGB: (215,181,181) (84%, 71%, 71%)

RGB channels and saturation

R 215 of 255 = 84%
G 181 of 255 = 71%
B 181 of 255 = 71%

215
181
181

R + G + B ~ 75%. #D7B5B5 is quite light color.

Portions of RGB colors in percentages

R + G + B = 215 + 181 + 181 = 577 (100%)
R 215 of 577 ~ 37.26%
G 181 of 577 ~ 31.37%
B 181 of 577 ~ 31.37'%

%37.26
%31.37
%31.37

CMYK color model

#D7B5B5 color CMYK value is (0,16,16,16).

  • cyan value is 0.00%
  • magenta value is 15.81%
  • yellow value is 15.81%
  • key color value is 15.69%

CMYK: (0,16,16,16)
C0M16Y16K16 (0%, 16%, 16%, 16%)
(0.00 / 0.16 / 0.16 / 0.16)

CMYK percentages

%0
%15.81
%15.81
%15.69

Codes

Color #D7B5B5 in popluar color models

D7 B5 B5
RGB 215 181 181
HSL 29.82% 77.65%
HSB/HSV 15.81% 84.31%
CMYK 0.00% 15.81% 15.81%
15.69%

Color #D7B5B5 in popluar number systems.

HEX D7 B5 B5
Decimal 215 181 181
Binary 11010111 10110101 10110101
Octal 327 265 265

Shades and tints

Shades of #D7B5B5

#D7B5B5
(215,181,181)
#C4A5A5
(196,165,165)
#B19595
(177,149,149)
#9E8585
(158,133,133)
#8B7575
(139,117,117)
#786565
(120,101,101)
#655555
(101,85,85)
#524545
(82,69,69)
#3F3535
(63,53,53)
#2C2525
(44,37,37)
#191515
(25,21,21)
#000000
(0,0,0)

Tints of #D7B5B5

#D7B5B5
(215,181,181)
#DABBBB
(218,187,187)
#DDC1C1
(221,193,193)
#E0C7C7
(224,199,199)
#E3CDCD
(227,205,205)
#E6D3D3
(230,211,211)
#E9D9D9
(233,217,217)
#ECDFDF
(236,223,223)
#EFE5E5
(239,229,229)
#F2EBEB
(242,235,235)
#F5F1F1
(245,241,241)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #D7B5B5; }

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

This text font color is #D7B5B5.

Background Color

.myBgColor { background-color: #D7B5B5; }

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

This div background color is #D7B5B5.

Border color

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

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

This div border color is #D7B5B5.

Opacity

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

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

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

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

This text has shadow with #D7B5B5 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #D7B5B5.

Preview

Color preview on black background

This text has color #D7B5B5 on black background.


Color preview on white background

This text has color #D7B5B5 on white background.


Black color preview on #D7B5B5 background

This text has black color on #D7B5B5 background.


White color preview on #D7B5B5 background

This text has white color on #D7B5B5 background.


Related colors

Complementary color

Complementary color for #hex is #284A4A.


I love getcolorcode.com