COLOR #D7B5B0

HEX: #D7B5B0 RGB: (215,181,176)

Color info

#D7B5B0 contains red, green and blue colors in about the same proportion. Web safe color of #D7B5B0 is #CCCC99 (or #CC9).

RGB color model

#D7B5B0 color RGB value is (215,181,176).

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

RGB channels and saturation

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

215
181
176

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

Portions of RGB colors in percentages

R + G + B = 215 + 181 + 176 = 572 (100%)
R 215 of 572 ~ 37.59%
G 181 of 572 ~ 31.64%
B 176 of 572 ~ 30.77'%

%37.59
%31.64
%30.77

CMYK color model

#D7B5B0 color CMYK value is (0,16,18,16).

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

CMYK: (0,16,18,16)
C0M16Y18K16 (0%, 16%, 18%, 16%)
(0.00 / 0.16 / 0.18 / 0.16)

CMYK percentages

%0
%15.81
%18.14
%15.69

Codes

Color #D7B5B0 in popluar color models

D7 B5 B0
RGB 215 181 176
HSL 32.77% 76.67%
HSB/HSV 18.14% 84.31%
CMYK 0.00% 15.81% 18.14%
15.69%

Color #D7B5B0 in popluar number systems.

HEX D7 B5 B0
Decimal 215 181 176
Binary 11010111 10110101 10110000
Octal 327 265 260

Shades and tints

Shades of #D7B5B0

#D7B5B0
(215,181,176)
#C4A5A0
(196,165,160)
#B19590
(177,149,144)
#9E8580
(158,133,128)
#8B7570
(139,117,112)
#786560
(120,101,96)
#655550
(101,85,80)
#524540
(82,69,64)
#3F3530
(63,53,48)
#2C2520
(44,37,32)
#191510
(25,21,16)
#000000
(0,0,0)

Tints of #D7B5B0

#D7B5B0
(215,181,176)
#DABBB7
(218,187,183)
#DDC1BE
(221,193,190)
#E0C7C5
(224,199,197)
#E3CDCC
(227,205,204)
#E6D3D3
(230,211,211)
#E9D9DA
(233,217,218)
#ECDFE1
(236,223,225)
#EFE5E8
(239,229,232)
#F2EBEF
(242,235,239)
#F5F1F6
(245,241,246)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #D7B5B0; }

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

This text font color is #D7B5B0.

Background Color

.myBgColor { background-color: #D7B5B0; }

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

This div background color is #D7B5B0.

Border color

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

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

This div border color is #D7B5B0.

Opacity

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

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

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

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

This text has shadow with #D7B5B0 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #D7B5B0.

Preview

Color preview on black background

This text has color #D7B5B0 on black background.


Color preview on white background

This text has color #D7B5B0 on white background.


Black color preview on #D7B5B0 background

This text has black color on #D7B5B0 background.


White color preview on #D7B5B0 background

This text has white color on #D7B5B0 background.


Related colors

Complementary color

Complementary color for #hex is #284A4F.


I love getcolorcode.com

Triadic colors

1 #B0D7B5 and #B5B0D7 with #D7B5B0 are triadic colors.

2 #B0B5D7 and #B5D7B0 with #D7B5B0 are triadic colors.