COLOR #D79499

HEX: #D79499
RGB: (215,148,153)

Color info

#D79499 contains mainly red color. Web safe color of #D79499 is #CC9999 (or #C99).

RGB color model

#D79499 color RGB value is (215,148,153).

  • red value is 215;
  • green value is 148;
  • blue value is 153.
RGB:
(215,148,153)
(84%,58%,60%)

RGB channels and saturation

R 215 of 255 = 84%
G 148 of 255 = 58%
B 153 of 255 = 60%

215
148
153

R + G + B ~ 67%. #D79499 is quite light color.

Portions of RGB colors in percentages

R + G + B =
215 + 148 + 153 = 516 (100%)
R 215 of 516 ~ 41.67%
G 148 of 516 ~ 28.68%
B 153 of 516 ~ 29.65%

%41.67
%28.68
%29.65

CMYK color model

#D79499 color CMYK value is (0,31,29,16).

  • cyan value is 0.00%
  • magenta value is 31.16%
  • yellow value is 28.84%
  • key color value is 15.69%
CMYK:
(0,31,29,16)
C0M31Y29K16 
(0%,31%,29%,16%)
(0.00/0.31/0.29/0.16)	

CMYK percentages

%0
%31.16
%28.84
%15.69

Codes

Color #D79499 in popluar color models

D79499
RGB215148153
HSL356°45.58%71.18%
HSB/HSV356°31.16%84.31%
CMYK0.00%31.16%28.84%
15.69%

Color #D79499 in popluar number systems.

HEXD79499
Decimal215148153
Binary110101111001010010011001
Octal327224231

Shades and tints

Shades of #D79499

#D79499
(215,148,153)
#C4878C
(196,135,140)
#B17A7F
(177,122,127)
#9E6D72
(158,109,114)
#8B6065
(139,96,101)
#785358
(120,83,88)
#65464B
(101,70,75)
#52393E
(82,57,62)
#3F2C31
(63,44,49)
#2C1F24
(44,31,36)
#191217
(25,18,23)
#000000
(0,0,0)

Tints of #D79499

#D79499
(215,148,153)
#DA9DA2
(218,157,162)
#DDA6AB
(221,166,171)
#E0AFB4
(224,175,180)
#E3B8BD
(227,184,189)
#E6C1C6
(230,193,198)
#E9CACF
(233,202,207)
#ECD3D8
(236,211,216)
#EFDCE1
(239,220,225)
#F2E5EA
(242,229,234)
#F5EEF3
(245,238,243)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #D79499 color. Also use rgb(215,148,153) instead hex code.

Text Font Color

.myTextColor { color: #D79499; }

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

This text font color is #D79499.


Background Color

.myBgColor { background-color: #D79499; }

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

This div background color is #D79499.


Border color

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

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

This div border color is #D79499.


Opacity

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

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

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

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

This text has shadow with #D79499 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #D79499 on black background.


Color preview on white background

This text has color #D79499 on white background.



Black color preview on #D79499 background

This text has black color on #D79499 background.


White color preview on #D79499 background

This text has white color on #D79499 background.