COLOR #D7B39A

HEX: #D7B39A
RGB: (215,179,154)

Color info

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

RGB color model

#D7B39A color RGB value is (215,179,154).

  • red value is 215;
  • green value is 179;
  • blue value is 154.
RGB:
(215,179,154)
(84%,70%,60%)

RGB channels and saturation

R 215 of 255 = 84%
G 179 of 255 = 70%
B 154 of 255 = 60%

215
179
154

R + G + B ~ 71%. #D7B39A is quite light color.

Portions of RGB colors in percentages

R + G + B =
215 + 179 + 154 = 548 (100%)
R 215 of 548 ~ 39.23%
G 179 of 548 ~ 32.66%
B 154 of 548 ~ 28.1%

%39.23
%32.66
%28.1

CMYK color model

#D7B39A color CMYK value is (0,17,28,16).

  • cyan value is 0.00%
  • magenta value is 16.74%
  • yellow value is 28.37%
  • key color value is 15.69%
CMYK:
(0,17,28,16)
C0M17Y28K16 
(0%,17%,28%,16%)
(0.00/0.17/0.28/0.16)	

CMYK percentages

%0
%16.74
%28.37
%15.69

Codes

Color #D7B39A in popluar color models

D7B39A
RGB215179154
HSL25°43.26%72.35%
HSB/HSV25°28.37%84.31%
CMYK0.00%16.74%28.37%
15.69%

Color #D7B39A in popluar number systems.

HEXD7B39A
Decimal215179154
Binary110101111011001110011010
Octal327263232

Shades and tints

Shades of #D7B39A

#D7B39A
(215,179,154)
#C4A38C
(196,163,140)
#B1937E
(177,147,126)
#9E8370
(158,131,112)
#8B7362
(139,115,98)
#786354
(120,99,84)
#655346
(101,83,70)
#524338
(82,67,56)
#3F332A
(63,51,42)
#2C231C
(44,35,28)
#19130E
(25,19,14)
#000000
(0,0,0)

Tints of #D7B39A

#D7B39A
(215,179,154)
#DAB9A3
(218,185,163)
#DDBFAC
(221,191,172)
#E0C5B5
(224,197,181)
#E3CBBE
(227,203,190)
#E6D1C7
(230,209,199)
#E9D7D0
(233,215,208)
#ECDDD9
(236,221,217)
#EFE3E2
(239,227,226)
#F2E9EB
(242,233,235)
#F5EFF4
(245,239,244)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #D7B39A; }

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

This text font color is #D7B39A.


Background Color

.myBgColor { background-color: #D7B39A; }

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

This div background color is #D7B39A.


Border color

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

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

This div border color is #D7B39A.


Opacity

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

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

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

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

This text has shadow with #D7B39A color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #D7B39A on black background.


Color preview on white background

This text has color #D7B39A on white background.



Black color preview on #D7B39A background

This text has black color on #D7B39A background.


White color preview on #D7B39A background

This text has white color on #D7B39A background.