COLOR #D7B187

HEX: #D7B187
RGB: (215,177,135)

Color info

#D7B187 contains mainly red and green colors. Web safe color of #D7B187 is #CC9999 (or #C99).

RGB color model

#D7B187 color RGB value is (215,177,135).

  • red value is 215;
  • green value is 177;
  • blue value is 135.
RGB:
(215,177,135)
(84%,69%,53%)

RGB channels and saturation

R 215 of 255 = 84%
G 177 of 255 = 69%
B 135 of 255 = 53%

215
177
135

R + G + B ~ 69%. #D7B187 is quite light color.

Portions of RGB colors in percentages

R + G + B =
215 + 177 + 135 = 527 (100%)
R 215 of 527 ~ 40.8%
G 177 of 527 ~ 33.59%
B 135 of 527 ~ 25.62%

%40.8
%33.59
%25.62

CMYK color model

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

  • cyan value is 0.00%
  • magenta value is 17.67%
  • yellow value is 37.21%
  • key color value is 15.69%
CMYK:
(0,18,37,16)
C0M18Y37K16 
(0%,18%,37%,16%)
(0.00/0.18/0.37/0.16)	

CMYK percentages

%0
%17.67
%37.21
%15.69

Codes

Color #D7B187 in popluar color models

D7B187
RGB215177135
HSL32°50.00%68.63%
HSB/HSV32°37.21%84.31%
CMYK0.00%17.67%37.21%
15.69%

Color #D7B187 in popluar number systems.

HEXD7B187
Decimal215177135
Binary110101111011000110000111
Octal327261207

Shades and tints

Shades of #D7B187

#D7B187
(215,177,135)
#C4A17B
(196,161,123)
#B1916F
(177,145,111)
#9E8163
(158,129,99)
#8B7157
(139,113,87)
#78614B
(120,97,75)
#65513F
(101,81,63)
#524133
(82,65,51)
#3F3127
(63,49,39)
#2C211B
(44,33,27)
#19110F
(25,17,15)
#000000
(0,0,0)

Tints of #D7B187

#D7B187
(215,177,135)
#DAB891
(218,184,145)
#DDBF9B
(221,191,155)
#E0C6A5
(224,198,165)
#E3CDAF
(227,205,175)
#E6D4B9
(230,212,185)
#E9DBC3
(233,219,195)
#ECE2CD
(236,226,205)
#EFE9D7
(239,233,215)
#F2F0E1
(242,240,225)
#F5F7EB
(245,247,235)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #D7B187; }

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

This text font color is #D7B187.


Background Color

.myBgColor { background-color: #D7B187; }

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

This div background color is #D7B187.


Border color

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

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

This div border color is #D7B187.


Opacity

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

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

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

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

This text has shadow with #D7B187 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #D7B187 on black background.


Color preview on white background

This text has color #D7B187 on white background.



Black color preview on #D7B187 background

This text has black color on #D7B187 background.


White color preview on #D7B187 background

This text has white color on #D7B187 background.