COLOR #D7B29D

HEX: #D7B29D
RGB: (215,178,157)

Color info

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

RGB color model

#D7B29D color RGB value is (215,178,157).

  • red value is 215;
  • green value is 178;
  • blue value is 157.
RGB:
(215,178,157)
(84%,70%,62%)

RGB channels and saturation

R 215 of 255 = 84%
G 178 of 255 = 70%
B 157 of 255 = 62%

215
178
157

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

Portions of RGB colors in percentages

R + G + B =
215 + 178 + 157 = 550 (100%)
R 215 of 550 ~ 39.09%
G 178 of 550 ~ 32.36%
B 157 of 550 ~ 28.55%

%39.09
%32.36
%28.55

CMYK color model

#D7B29D color CMYK value is (0,17,27,16).

  • cyan value is 0.00%
  • magenta value is 17.21%
  • yellow value is 26.98%
  • key color value is 15.69%
CMYK:
(0,17,27,16)
C0M17Y27K16 
(0%,17%,27%,16%)
(0.00/0.17/0.27/0.16)	

CMYK percentages

%0
%17.21
%26.98
%15.69

Codes

Color #D7B29D in popluar color models

D7B29D
RGB215178157
HSL22°42.03%72.94%
HSB/HSV22°26.98%84.31%
CMYK0.00%17.21%26.98%
15.69%

Color #D7B29D in popluar number systems.

HEXD7B29D
Decimal215178157
Binary110101111011001010011101
Octal327262235

Shades and tints

Shades of #D7B29D

#D7B29D
(215,178,157)
#C4A28F
(196,162,143)
#B19281
(177,146,129)
#9E8273
(158,130,115)
#8B7265
(139,114,101)
#786257
(120,98,87)
#655249
(101,82,73)
#52423B
(82,66,59)
#3F322D
(63,50,45)
#2C221F
(44,34,31)
#191211
(25,18,17)
#000000
(0,0,0)

Tints of #D7B29D

#D7B29D
(215,178,157)
#DAB9A5
(218,185,165)
#DDC0AD
(221,192,173)
#E0C7B5
(224,199,181)
#E3CEBD
(227,206,189)
#E6D5C5
(230,213,197)
#E9DCCD
(233,220,205)
#ECE3D5
(236,227,213)
#EFEADD
(239,234,221)
#F2F1E5
(242,241,229)
#F5F8ED
(245,248,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #D7B29D color. Also use rgb(215,178,157) instead hex code.

Text Font Color

.myTextColor { color: #D7B29D; }

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

This text font color is #D7B29D.


Background Color

.myBgColor { background-color: #D7B29D; }

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

This div background color is #D7B29D.


Border color

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

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

This div border color is #D7B29D.


Opacity

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

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

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

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

This text has shadow with #D7B29D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #D7B29D on black background.


Color preview on white background

This text has color #D7B29D on white background.



Black color preview on #D7B29D background

This text has black color on #D7B29D background.


White color preview on #D7B29D background

This text has white color on #D7B29D background.