COLOR #D7B166

HEX: #D7B166
RGB: (215,177,102)

Color info

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

RGB color model

#D7B166 color RGB value is (215,177,102).

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

RGB channels and saturation

R 215 of 255 = 84%
G 177 of 255 = 69%
B 102 of 255 = 40%

215
177
102

R + G + B ~ 64%. #D7B166 is quite light color.

Portions of RGB colors in percentages

R + G + B =
215 + 177 + 102 = 494 (100%)
R 215 of 494 ~ 43.52%
G 177 of 494 ~ 35.83%
B 102 of 494 ~ 20.65%

%43.52
%35.83
%20.65

CMYK color model

#D7B166 color CMYK value is (0,18,53,16).

  • cyan value is 0.00%
  • magenta value is 17.67%
  • yellow value is 52.56%
  • key color value is 15.69%
CMYK:
(0,18,53,16)
C0M18Y53K16 
(0%,18%,53%,16%)
(0.00/0.18/0.53/0.16)	

CMYK percentages

%0
%17.67
%52.56
%15.69

Codes

Color #D7B166 in popluar color models

D7B166
RGB215177102
HSL40°58.55%62.16%
HSB/HSV40°52.56%84.31%
CMYK0.00%17.67%52.56%
15.69%

Color #D7B166 in popluar number systems.

HEXD7B166
Decimal215177102
Binary11010111101100011100110
Octal327261146

Shades and tints

Shades of #D7B166

#D7B166
(215,177,102)
#C4A15D
(196,161,93)
#B19154
(177,145,84)
#9E814B
(158,129,75)
#8B7142
(139,113,66)
#786139
(120,97,57)
#655130
(101,81,48)
#524127
(82,65,39)
#3F311E
(63,49,30)
#2C2115
(44,33,21)
#19110C
(25,17,12)
#000000
(0,0,0)

Tints of #D7B166

#D7B166
(215,177,102)
#DAB873
(218,184,115)
#DDBF80
(221,191,128)
#E0C68D
(224,198,141)
#E3CD9A
(227,205,154)
#E6D4A7
(230,212,167)
#E9DBB4
(233,219,180)
#ECE2C1
(236,226,193)
#EFE9CE
(239,233,206)
#F2F0DB
(242,240,219)
#F5F7E8
(245,247,232)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #D7B166; }

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

This text font color is #D7B166.


Background Color

.myBgColor { background-color: #D7B166; }

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

This div background color is #D7B166.


Border color

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

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

This div border color is #D7B166.


Opacity

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

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

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

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

This text has shadow with #D7B166 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #D7B166 on black background.


Color preview on white background

This text has color #D7B166 on white background.



Black color preview on #D7B166 background

This text has black color on #D7B166 background.


White color preview on #D7B166 background

This text has white color on #D7B166 background.