COLOR #D7706C

HEX: #D7706C
RGB: (215,112,108)

Color info

#D7706C contains mainly red color. Web safe color of #D7706C is #CC6666 (or #C66).

RGB color model

#D7706C color RGB value is (215,112,108).

  • red value is 215;
  • green value is 112;
  • blue value is 108.
RGB:
(215,112,108)
(84%,44%,42%)

RGB channels and saturation

R 215 of 255 = 84%
G 112 of 255 = 44%
B 108 of 255 = 42%

215
112
108

R + G + B ~ 57%. #D7706C is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
215 + 112 + 108 = 435 (100%)
R 215 of 435 ~ 49.43%
G 112 of 435 ~ 25.75%
B 108 of 435 ~ 24.83%

%49.43
%25.75
%24.83

CMYK color model

#D7706C color CMYK value is (0,48,50,16).

  • cyan value is 0.00%
  • magenta value is 47.91%
  • yellow value is 49.77%
  • key color value is 15.69%
CMYK:
(0,48,50,16)
C0M48Y50K16 
(0%,48%,50%,16%)
(0.00/0.48/0.50/0.16)	

CMYK percentages

%0
%47.91
%49.77
%15.69

Codes

Color #D7706C in popluar color models

D7706C
RGB215112108
HSL57.22%63.33%
HSB/HSV49.77%84.31%
CMYK0.00%47.91%49.77%
15.69%

Color #D7706C in popluar number systems.

HEXD7706C
Decimal215112108
Binary1101011111100001101100
Octal327160154

Shades and tints

Shades of #D7706C

#D7706C
(215,112,108)
#C46663
(196,102,99)
#B15C5A
(177,92,90)
#9E5251
(158,82,81)
#8B4848
(139,72,72)
#783E3F
(120,62,63)
#653436
(101,52,54)
#522A2D
(82,42,45)
#3F2024
(63,32,36)
#2C161B
(44,22,27)
#190C12
(25,12,18)
#000000
(0,0,0)

Tints of #D7706C

#D7706C
(215,112,108)
#DA7D79
(218,125,121)
#DD8A86
(221,138,134)
#E09793
(224,151,147)
#E3A4A0
(227,164,160)
#E6B1AD
(230,177,173)
#E9BEBA
(233,190,186)
#ECCBC7
(236,203,199)
#EFD8D4
(239,216,212)
#F2E5E1
(242,229,225)
#F5F2EE
(245,242,238)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #D7706C color. Also use rgb(215,112,108) instead hex code.

Text Font Color

.myTextColor { color: #D7706C; }

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

This text font color is #D7706C.


Background Color

.myBgColor { background-color: #D7706C; }

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

This div background color is #D7706C.


Border color

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

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

This div border color is #D7706C.


Opacity

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

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

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

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

This text has shadow with #D7706C color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #D7706C on black background.


Color preview on white background

This text has color #D7706C on white background.



Black color preview on #D7706C background

This text has black color on #D7706C background.


White color preview on #D7706C background

This text has white color on #D7706C background.