COLOR #D7BD9A

HEX: #D7BD9A
RGB: (215,189,154)

Color info

#D7BD9A contains mainly red and green colors. Web safe color of #D7BD9A is #CCCC99 (or #CC9).

RGB color model

#D7BD9A color RGB value is (215,189,154).

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

RGB channels and saturation

R 215 of 255 = 84%
G 189 of 255 = 74%
B 154 of 255 = 60%

215
189
154

R + G + B ~ 73%. #D7BD9A is quite light color.

Portions of RGB colors in percentages

R + G + B =
215 + 189 + 154 = 558 (100%)
R 215 of 558 ~ 38.53%
G 189 of 558 ~ 33.87%
B 154 of 558 ~ 27.6%

%38.53
%33.87
%27.6

CMYK color model

#D7BD9A color CMYK value is (0,12,28,16).

  • cyan value is 0.00%
  • magenta value is 12.09%
  • yellow value is 28.37%
  • key color value is 15.69%
CMYK:
(0,12,28,16)
C0M12Y28K16 
(0%,12%,28%,16%)
(0.00/0.12/0.28/0.16)	

CMYK percentages

%0
%12.09
%28.37
%15.69

Codes

Color #D7BD9A in popluar color models

D7BD9A
RGB215189154
HSL34°43.26%72.35%
HSB/HSV34°28.37%84.31%
CMYK0.00%12.09%28.37%
15.69%

Color #D7BD9A in popluar number systems.

HEXD7BD9A
Decimal215189154
Binary110101111011110110011010
Octal327275232

Shades and tints

Shades of #D7BD9A

#D7BD9A
(215,189,154)
#C4AC8C
(196,172,140)
#B19B7E
(177,155,126)
#9E8A70
(158,138,112)
#8B7962
(139,121,98)
#786854
(120,104,84)
#655746
(101,87,70)
#524638
(82,70,56)
#3F352A
(63,53,42)
#2C241C
(44,36,28)
#19130E
(25,19,14)
#000000
(0,0,0)

Tints of #D7BD9A

#D7BD9A
(215,189,154)
#DAC3A3
(218,195,163)
#DDC9AC
(221,201,172)
#E0CFB5
(224,207,181)
#E3D5BE
(227,213,190)
#E6DBC7
(230,219,199)
#E9E1D0
(233,225,208)
#ECE7D9
(236,231,217)
#EFEDE2
(239,237,226)
#F2F3EB
(242,243,235)
#F5F9F4
(245,249,244)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #D7BD9A; }

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

This text font color is #D7BD9A.


Background Color

.myBgColor { background-color: #D7BD9A; }

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

This div background color is #D7BD9A.


Border color

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

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

This div border color is #D7BD9A.


Opacity

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

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

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

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

This text has shadow with #D7BD9A color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #D7BD9A on black background.


Color preview on white background

This text has color #D7BD9A on white background.



Black color preview on #D7BD9A background

This text has black color on #D7BD9A background.


White color preview on #D7BD9A background

This text has white color on #D7BD9A background.