COLOR #D79E85

HEX: #D79E85
RGB: (215,158,133)

Color info

#D79E85 contains mainly red and green colors. Web safe color of #D79E85 is #CC9999 (or #C99).

RGB color model

#D79E85 color RGB value is (215,158,133).

  • red value is 215;
  • green value is 158;
  • blue value is 133.
RGB:
(215,158,133)
(84%,62%,52%)

RGB channels and saturation

R 215 of 255 = 84%
G 158 of 255 = 62%
B 133 of 255 = 52%

215
158
133

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

Portions of RGB colors in percentages

R + G + B =
215 + 158 + 133 = 506 (100%)
R 215 of 506 ~ 42.49%
G 158 of 506 ~ 31.23%
B 133 of 506 ~ 26.28%

%42.49
%31.23
%26.28

CMYK color model

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

  • cyan value is 0.00%
  • magenta value is 26.51%
  • yellow value is 38.14%
  • key color value is 15.69%
CMYK:
(0,27,38,16)
C0M27Y38K16 
(0%,27%,38%,16%)
(0.00/0.27/0.38/0.16)	

CMYK percentages

%0
%26.51
%38.14
%15.69

Codes

Color #D79E85 in popluar color models

D79E85
RGB215158133
HSL18°50.62%68.24%
HSB/HSV18°38.14%84.31%
CMYK0.00%26.51%38.14%
15.69%

Color #D79E85 in popluar number systems.

HEXD79E85
Decimal215158133
Binary110101111001111010000101
Octal327236205

Shades and tints

Shades of #D79E85

#D79E85
(215,158,133)
#C49079
(196,144,121)
#B1826D
(177,130,109)
#9E7461
(158,116,97)
#8B6655
(139,102,85)
#785849
(120,88,73)
#654A3D
(101,74,61)
#523C31
(82,60,49)
#3F2E25
(63,46,37)
#2C2019
(44,32,25)
#19120D
(25,18,13)
#000000
(0,0,0)

Tints of #D79E85

#D79E85
(215,158,133)
#DAA690
(218,166,144)
#DDAE9B
(221,174,155)
#E0B6A6
(224,182,166)
#E3BEB1
(227,190,177)
#E6C6BC
(230,198,188)
#E9CEC7
(233,206,199)
#ECD6D2
(236,214,210)
#EFDEDD
(239,222,221)
#F2E6E8
(242,230,232)
#F5EEF3
(245,238,243)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #D79E85 color. Also use rgb(215,158,133) instead hex code.

Text Font Color

.myTextColor { color: #D79E85; }

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

This text font color is #D79E85.


Background Color

.myBgColor { background-color: #D79E85; }

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

This div background color is #D79E85.


Border color

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

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

This div border color is #D79E85.


Opacity

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

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

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

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

This text has shadow with #D79E85 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #D79E85 on black background.


Color preview on white background

This text has color #D79E85 on white background.



Black color preview on #D79E85 background

This text has black color on #D79E85 background.


White color preview on #D79E85 background

This text has white color on #D79E85 background.