COLOR #D79CA4

HEX: #D79CA4
RGB: (215,156,164)

Color info

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

RGB color model

#D79CA4 color RGB value is (215,156,164).

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

RGB channels and saturation

R 215 of 255 = 84%
G 156 of 255 = 61%
B 164 of 255 = 64%

215
156
164

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

Portions of RGB colors in percentages

R + G + B =
215 + 156 + 164 = 535 (100%)
R 215 of 535 ~ 40.19%
G 156 of 535 ~ 29.16%
B 164 of 535 ~ 30.65%

%40.19
%29.16
%30.65

CMYK color model

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

  • cyan value is 0.00%
  • magenta value is 27.44%
  • yellow value is 23.72%
  • key color value is 15.69%
CMYK:
(0,27,24,16)
C0M27Y24K16 
(0%,27%,24%,16%)
(0.00/0.27/0.24/0.16)	

CMYK percentages

%0
%27.44
%23.72
%15.69

Codes

Color #D79CA4 in popluar color models

D79CA4
RGB215156164
HSL352°42.45%72.75%
HSB/HSV352°27.44%84.31%
CMYK0.00%27.44%23.72%
15.69%

Color #D79CA4 in popluar number systems.

HEXD79CA4
Decimal215156164
Binary110101111001110010100100
Octal327234244

Shades and tints

Shades of #D79CA4

#D79CA4
(215,156,164)
#C48E96
(196,142,150)
#B18088
(177,128,136)
#9E727A
(158,114,122)
#8B646C
(139,100,108)
#78565E
(120,86,94)
#654850
(101,72,80)
#523A42
(82,58,66)
#3F2C34
(63,44,52)
#2C1E26
(44,30,38)
#191018
(25,16,24)
#000000
(0,0,0)

Tints of #D79CA4

#D79CA4
(215,156,164)
#DAA5AC
(218,165,172)
#DDAEB4
(221,174,180)
#E0B7BC
(224,183,188)
#E3C0C4
(227,192,196)
#E6C9CC
(230,201,204)
#E9D2D4
(233,210,212)
#ECDBDC
(236,219,220)
#EFE4E4
(239,228,228)
#F2EDEC
(242,237,236)
#F5F6F4
(245,246,244)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #D79CA4; }

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

This text font color is #D79CA4.


Background Color

.myBgColor { background-color: #D79CA4; }

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

This div background color is #D79CA4.


Border color

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

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

This div border color is #D79CA4.


Opacity

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

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

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

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

This text has shadow with #D79CA4 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #D79CA4 on black background.


Color preview on white background

This text has color #D79CA4 on white background.



Black color preview on #D79CA4 background

This text has black color on #D79CA4 background.


White color preview on #D79CA4 background

This text has white color on #D79CA4 background.