COLOR #D79D9C

HEX: #D79D9C
RGB: (215,157,156)

Color info

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

RGB color model

#D79D9C color RGB value is (215,157,156).

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

RGB channels and saturation

R 215 of 255 = 84%
G 157 of 255 = 62%
B 156 of 255 = 61%

215
157
156

R + G + B ~ 69%. #D79D9C is quite light color.

Portions of RGB colors in percentages

R + G + B =
215 + 157 + 156 = 528 (100%)
R 215 of 528 ~ 40.72%
G 157 of 528 ~ 29.73%
B 156 of 528 ~ 29.55%

%40.72
%29.73
%29.55

CMYK color model

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

  • cyan value is 0.00%
  • magenta value is 26.98%
  • yellow value is 27.44%
  • key color value is 15.69%
CMYK:
(0,27,27,16)
C0M27Y27K16 
(0%,27%,27%,16%)
(0.00/0.27/0.27/0.16)	

CMYK percentages

%0
%26.98
%27.44
%15.69

Codes

Color #D79D9C in popluar color models

D79D9C
RGB215157156
HSL42.45%72.75%
HSB/HSV27.44%84.31%
CMYK0.00%26.98%27.44%
15.69%

Color #D79D9C in popluar number systems.

HEXD79D9C
Decimal215157156
Binary110101111001110110011100
Octal327235234

Shades and tints

Shades of #D79D9C

#D79D9C
(215,157,156)
#C48F8E
(196,143,142)
#B18180
(177,129,128)
#9E7372
(158,115,114)
#8B6564
(139,101,100)
#785756
(120,87,86)
#654948
(101,73,72)
#523B3A
(82,59,58)
#3F2D2C
(63,45,44)
#2C1F1E
(44,31,30)
#191110
(25,17,16)
#000000
(0,0,0)

Tints of #D79D9C

#D79D9C
(215,157,156)
#DAA5A5
(218,165,165)
#DDADAE
(221,173,174)
#E0B5B7
(224,181,183)
#E3BDC0
(227,189,192)
#E6C5C9
(230,197,201)
#E9CDD2
(233,205,210)
#ECD5DB
(236,213,219)
#EFDDE4
(239,221,228)
#F2E5ED
(242,229,237)
#F5EDF6
(245,237,246)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #D79D9C; }

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

This text font color is #D79D9C.


Background Color

.myBgColor { background-color: #D79D9C; }

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

This div background color is #D79D9C.


Border color

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

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

This div border color is #D79D9C.


Opacity

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

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

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

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

This text has shadow with #D79D9C color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #D79D9C on black background.


Color preview on white background

This text has color #D79D9C on white background.



Black color preview on #D79D9C background

This text has black color on #D79D9C background.


White color preview on #D79D9C background

This text has white color on #D79D9C background.