COLOR #D7B19E

HEX: #D7B19E
RGB: (215,177,158)

Color info

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

RGB color model

#D7B19E color RGB value is (215,177,158).

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

RGB channels and saturation

R 215 of 255 = 84%
G 177 of 255 = 69%
B 158 of 255 = 62%

215
177
158

R + G + B ~ 72%. #D7B19E is quite light color.

Portions of RGB colors in percentages

R + G + B =
215 + 177 + 158 = 550 (100%)
R 215 of 550 ~ 39.09%
G 177 of 550 ~ 32.18%
B 158 of 550 ~ 28.73%

%39.09
%32.18
%28.73

CMYK color model

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

  • cyan value is 0.00%
  • magenta value is 17.67%
  • yellow value is 26.51%
  • key color value is 15.69%
CMYK:
(0,18,27,16)
C0M18Y27K16 
(0%,18%,27%,16%)
(0.00/0.18/0.27/0.16)	

CMYK percentages

%0
%17.67
%26.51
%15.69

Codes

Color #D7B19E in popluar color models

D7B19E
RGB215177158
HSL20°41.61%73.14%
HSB/HSV20°26.51%84.31%
CMYK0.00%17.67%26.51%
15.69%

Color #D7B19E in popluar number systems.

HEXD7B19E
Decimal215177158
Binary110101111011000110011110
Octal327261236

Shades and tints

Shades of #D7B19E

#D7B19E
(215,177,158)
#C4A190
(196,161,144)
#B19182
(177,145,130)
#9E8174
(158,129,116)
#8B7166
(139,113,102)
#786158
(120,97,88)
#65514A
(101,81,74)
#52413C
(82,65,60)
#3F312E
(63,49,46)
#2C2120
(44,33,32)
#191112
(25,17,18)
#000000
(0,0,0)

Tints of #D7B19E

#D7B19E
(215,177,158)
#DAB8A6
(218,184,166)
#DDBFAE
(221,191,174)
#E0C6B6
(224,198,182)
#E3CDBE
(227,205,190)
#E6D4C6
(230,212,198)
#E9DBCE
(233,219,206)
#ECE2D6
(236,226,214)
#EFE9DE
(239,233,222)
#F2F0E6
(242,240,230)
#F5F7EE
(245,247,238)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #D7B19E; }

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

This text font color is #D7B19E.


Background Color

.myBgColor { background-color: #D7B19E; }

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

This div background color is #D7B19E.


Border color

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

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

This div border color is #D7B19E.


Opacity

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

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

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

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

This text has shadow with #D7B19E color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #D7B19E on black background.


Color preview on white background

This text has color #D7B19E on white background.



Black color preview on #D7B19E background

This text has black color on #D7B19E background.


White color preview on #D7B19E background

This text has white color on #D7B19E background.