COLOR #D7B38E

HEX: #D7B38E
RGB: (215,179,142)

Color info

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

RGB color model

#D7B38E color RGB value is (215,179,142).

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

RGB channels and saturation

R 215 of 255 = 84%
G 179 of 255 = 70%
B 142 of 255 = 56%

215
179
142

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

Portions of RGB colors in percentages

R + G + B =
215 + 179 + 142 = 536 (100%)
R 215 of 536 ~ 40.11%
G 179 of 536 ~ 33.4%
B 142 of 536 ~ 26.49%

%40.11
%33.4
%26.49

CMYK color model

#D7B38E color CMYK value is (0,17,34,16).

  • cyan value is 0.00%
  • magenta value is 16.74%
  • yellow value is 33.95%
  • key color value is 15.69%
CMYK:
(0,17,34,16)
C0M17Y34K16 
(0%,17%,34%,16%)
(0.00/0.17/0.34/0.16)	

CMYK percentages

%0
%16.74
%33.95
%15.69

Codes

Color #D7B38E in popluar color models

D7B38E
RGB215179142
HSL30°47.71%70.00%
HSB/HSV30°33.95%84.31%
CMYK0.00%16.74%33.95%
15.69%

Color #D7B38E in popluar number systems.

HEXD7B38E
Decimal215179142
Binary110101111011001110001110
Octal327263216

Shades and tints

Shades of #D7B38E

#D7B38E
(215,179,142)
#C4A382
(196,163,130)
#B19376
(177,147,118)
#9E836A
(158,131,106)
#8B735E
(139,115,94)
#786352
(120,99,82)
#655346
(101,83,70)
#52433A
(82,67,58)
#3F332E
(63,51,46)
#2C2322
(44,35,34)
#191316
(25,19,22)
#000000
(0,0,0)

Tints of #D7B38E

#D7B38E
(215,179,142)
#DAB998
(218,185,152)
#DDBFA2
(221,191,162)
#E0C5AC
(224,197,172)
#E3CBB6
(227,203,182)
#E6D1C0
(230,209,192)
#E9D7CA
(233,215,202)
#ECDDD4
(236,221,212)
#EFE3DE
(239,227,222)
#F2E9E8
(242,233,232)
#F5EFF2
(245,239,242)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #D7B38E; }

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

This text font color is #D7B38E.


Background Color

.myBgColor { background-color: #D7B38E; }

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

This div background color is #D7B38E.


Border color

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

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

This div border color is #D7B38E.


Opacity

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

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

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

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

This text has shadow with #D7B38E color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #D7B38E on black background.


Color preview on white background

This text has color #D7B38E on white background.



Black color preview on #D7B38E background

This text has black color on #D7B38E background.


White color preview on #D7B38E background

This text has white color on #D7B38E background.