COLOR #D79FA4

HEX: #D79FA4
RGB: (215,159,164)

Color info

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

RGB color model

#D79FA4 color RGB value is (215,159,164).

  • red value is 215;
  • green value is 159;
  • blue value is 164.
RGB:
(215,159,164)
(84%,62%,64%)

RGB channels and saturation

R 215 of 255 = 84%
G 159 of 255 = 62%
B 164 of 255 = 64%

215
159
164

R + G + B ~ 70%. #D79FA4 is quite light color.

Portions of RGB colors in percentages

R + G + B =
215 + 159 + 164 = 538 (100%)
R 215 of 538 ~ 39.96%
G 159 of 538 ~ 29.55%
B 164 of 538 ~ 30.48%

%39.96
%29.55
%30.48

CMYK color model

#D79FA4 color CMYK value is (0,26,24,16).

  • cyan value is 0.00%
  • magenta value is 26.05%
  • yellow value is 23.72%
  • key color value is 15.69%
CMYK:
(0,26,24,16)
C0M26Y24K16 
(0%,26%,24%,16%)
(0.00/0.26/0.24/0.16)	

CMYK percentages

%0
%26.05
%23.72
%15.69

Codes

Color #D79FA4 in popluar color models

D79FA4
RGB215159164
HSL355°41.18%73.33%
HSB/HSV355°26.05%84.31%
CMYK0.00%26.05%23.72%
15.69%

Color #D79FA4 in popluar number systems.

HEXD79FA4
Decimal215159164
Binary110101111001111110100100
Octal327237244

Shades and tints

Shades of #D79FA4

#D79FA4
(215,159,164)
#C49196
(196,145,150)
#B18388
(177,131,136)
#9E757A
(158,117,122)
#8B676C
(139,103,108)
#78595E
(120,89,94)
#654B50
(101,75,80)
#523D42
(82,61,66)
#3F2F34
(63,47,52)
#2C2126
(44,33,38)
#191318
(25,19,24)
#000000
(0,0,0)

Tints of #D79FA4

#D79FA4
(215,159,164)
#DAA7AC
(218,167,172)
#DDAFB4
(221,175,180)
#E0B7BC
(224,183,188)
#E3BFC4
(227,191,196)
#E6C7CC
(230,199,204)
#E9CFD4
(233,207,212)
#ECD7DC
(236,215,220)
#EFDFE4
(239,223,228)
#F2E7EC
(242,231,236)
#F5EFF4
(245,239,244)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #D79FA4 color. Also use rgb(215,159,164) instead hex code.

Text Font Color

.myTextColor { color: #D79FA4; }

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

This text font color is #D79FA4.


Background Color

.myBgColor { background-color: #D79FA4; }

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

This div background color is #D79FA4.


Border color

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

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

This div border color is #D79FA4.


Opacity

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

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

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

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

This text has shadow with #D79FA4 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #D79FA4 on black background.


Color preview on white background

This text has color #D79FA4 on white background.



Black color preview on #D79FA4 background

This text has black color on #D79FA4 background.


White color preview on #D79FA4 background

This text has white color on #D79FA4 background.