COLOR #D7B091

HEX: #D7B091 RGB: (215,176,145)

Color info

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

RGB color model

#D7B091 color RGB value is (215,176,145).

RGB: (215,176,145) (84%, 69%, 57%)

RGB channels and saturation

R 215 of 255 = 84%
G 176 of 255 = 69%
B 145 of 255 = 57%

215
176
145

R + G + B ~ 70%. #D7B091 is quite light color.

Portions of RGB colors in percentages

R + G + B = 215 + 176 + 145 = 536 (100%)
R 215 of 536 ~ 40.11%
G 176 of 536 ~ 32.84%
B 145 of 536 ~ 27.05'%

%40.11
%32.84
%27.05

CMYK color model

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

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

CMYK: (0,18,33,16)
C0M18Y33K16 (0%, 18%, 33%, 16%)
(0.00 / 0.18 / 0.33 / 0.16)

CMYK percentages

%0
%18.14
%32.56
%15.69

Codes

Color #D7B091 in popluar color models

D7 B0 91
RGB 215 176 145
HSL 27° 46.67% 70.59%
HSB/HSV 27° 32.56% 84.31%
CMYK 0.00% 18.14% 32.56%
15.69%

Color #D7B091 in popluar number systems.

HEX D7 B0 91
Decimal 215 176 145
Binary 11010111 10110000 10010001
Octal 327 260 221

Shades and tints

Shades of #D7B091

#D7B091
(215,176,145)
#C4A084
(196,160,132)
#B19077
(177,144,119)
#9E806A
(158,128,106)
#8B705D
(139,112,93)
#786050
(120,96,80)
#655043
(101,80,67)
#524036
(82,64,54)
#3F3029
(63,48,41)
#2C201C
(44,32,28)
#19100F
(25,16,15)
#000000
(0,0,0)

Tints of #D7B091

#D7B091
(215,176,145)
#DAB79B
(218,183,155)
#DDBEA5
(221,190,165)
#E0C5AF
(224,197,175)
#E3CCB9
(227,204,185)
#E6D3C3
(230,211,195)
#E9DACD
(233,218,205)
#ECE1D7
(236,225,215)
#EFE8E1
(239,232,225)
#F2EFEB
(242,239,235)
#F5F6F5
(245,246,245)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #D7B091; }

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

This text font color is #D7B091.

Background Color

.myBgColor { background-color: #D7B091; }

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

This div background color is #D7B091.

Border color

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

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

This div border color is #D7B091.

Opacity

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

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

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

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

This text has shadow with #D7B091 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #D7B091.

Preview

Color preview on black background

This text has color #D7B091 on black background.


Color preview on white background

This text has color #D7B091 on white background.


Black color preview on #D7B091 background

This text has black color on #D7B091 background.


White color preview on #D7B091 background

This text has white color on #D7B091 background.


Related colors

Complementary color

Complementary color for #hex is #284F6E.


I love getcolorcode.com

Triadic colors

1 #91D7B0 and #B091D7 with #D7B091 are triadic colors.

2 #91B0D7 and #B0D791 with #D7B091 are triadic colors.