COLOR #D7B174

HEX: #D7B174
RGB: (215,177,116)

Color info

#D7B174 contains mainly red and green colors. Web safe color of #D7B174 is #CC9966 (or #C96).

RGB color model

#D7B174 color RGB value is (215,177,116).

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

RGB channels and saturation

R 215 of 255 = 84%
G 177 of 255 = 69%
B 116 of 255 = 45%

215
177
116

R + G + B ~ 66%. #D7B174 is quite light color.

Portions of RGB colors in percentages

R + G + B =
215 + 177 + 116 = 508 (100%)
R 215 of 508 ~ 42.32%
G 177 of 508 ~ 34.84%
B 116 of 508 ~ 22.83%

%42.32
%34.84
%22.83

CMYK color model

#D7B174 color CMYK value is (0,18,46,16).

  • cyan value is 0.00%
  • magenta value is 17.67%
  • yellow value is 46.05%
  • key color value is 15.69%
CMYK:
(0,18,46,16)
C0M18Y46K16 
(0%,18%,46%,16%)
(0.00/0.18/0.46/0.16)	

CMYK percentages

%0
%17.67
%46.05
%15.69

Codes

Color #D7B174 in popluar color models

D7B174
RGB215177116
HSL37°55.31%64.90%
HSB/HSV37°46.05%84.31%
CMYK0.00%17.67%46.05%
15.69%

Color #D7B174 in popluar number systems.

HEXD7B174
Decimal215177116
Binary11010111101100011110100
Octal327261164

Shades and tints

Shades of #D7B174

#D7B174
(215,177,116)
#C4A16A
(196,161,106)
#B19160
(177,145,96)
#9E8156
(158,129,86)
#8B714C
(139,113,76)
#786142
(120,97,66)
#655138
(101,81,56)
#52412E
(82,65,46)
#3F3124
(63,49,36)
#2C211A
(44,33,26)
#191110
(25,17,16)
#000000
(0,0,0)

Tints of #D7B174

#D7B174
(215,177,116)
#DAB880
(218,184,128)
#DDBF8C
(221,191,140)
#E0C698
(224,198,152)
#E3CDA4
(227,205,164)
#E6D4B0
(230,212,176)
#E9DBBC
(233,219,188)
#ECE2C8
(236,226,200)
#EFE9D4
(239,233,212)
#F2F0E0
(242,240,224)
#F5F7EC
(245,247,236)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #D7B174; }

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

This text font color is #D7B174.


Background Color

.myBgColor { background-color: #D7B174; }

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

This div background color is #D7B174.


Border color

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

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

This div border color is #D7B174.


Opacity

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

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

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

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

This text has shadow with #D7B174 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #D7B174 on black background.


Color preview on white background

This text has color #D7B174 on white background.



Black color preview on #D7B174 background

This text has black color on #D7B174 background.


White color preview on #D7B174 background

This text has white color on #D7B174 background.