COLOR #D79FA0

HEX: #D79FA0 RGB: (215,159,160)

Color info

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

RGB color model

#D79FA0 color RGB value is (215,159,160).

RGB: (215,159,160) (84%, 62%, 63%)

RGB channels and saturation

R 215 of 255 = 84%
G 159 of 255 = 62%
B 160 of 255 = 63%

215
159
160

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

Portions of RGB colors in percentages

R + G + B = 215 + 159 + 160 = 534 (100%)
R 215 of 534 ~ 40.26%
G 159 of 534 ~ 29.78%
B 160 of 534 ~ 29.96'%

%40.26
%29.78
%29.96

CMYK color model

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

  • cyan value is 0.00%
  • magenta value is 26.05%
  • yellow value is 25.58%
  • key color value is 15.69%

CMYK: (0,26,26,16)
C0M26Y26K16 (0%, 26%, 26%, 16%)
(0.00 / 0.26 / 0.26 / 0.16)

CMYK percentages

%0
%26.05
%25.58
%15.69

Codes

Color #D79FA0 in popluar color models

D7 9F A0
RGB 215 159 160
HSL 359° 41.18% 73.33%
HSB/HSV 359° 26.05% 84.31%
CMYK 0.00% 26.05% 25.58%
15.69%

Color #D79FA0 in popluar number systems.

HEX D7 9F A0
Decimal 215 159 160
Binary 11010111 10011111 10100000
Octal 327 237 240

Shades and tints

Shades of #D79FA0

#D79FA0
(215,159,160)
#C49192
(196,145,146)
#B18384
(177,131,132)
#9E7576
(158,117,118)
#8B6768
(139,103,104)
#78595A
(120,89,90)
#654B4C
(101,75,76)
#523D3E
(82,61,62)
#3F2F30
(63,47,48)
#2C2122
(44,33,34)
#191314
(25,19,20)
#000000
(0,0,0)

Tints of #D79FA0

#D79FA0
(215,159,160)
#DAA7A8
(218,167,168)
#DDAFB0
(221,175,176)
#E0B7B8
(224,183,184)
#E3BFC0
(227,191,192)
#E6C7C8
(230,199,200)
#E9CFD0
(233,207,208)
#ECD7D8
(236,215,216)
#EFDFE0
(239,223,224)
#F2E7E8
(242,231,232)
#F5EFF0
(245,239,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #D79FA0; }

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

This text font color is #D79FA0.

Background Color

.myBgColor { background-color: #D79FA0; }

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

This div background color is #D79FA0.

Border color

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

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

This div border color is #D79FA0.

Opacity

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

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

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

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

This text has shadow with #D79FA0 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #D79FA0.

Preview

Color preview on black background

This text has color #D79FA0 on black background.


Color preview on white background

This text has color #D79FA0 on white background.


Black color preview on #D79FA0 background

This text has black color on #D79FA0 background.


White color preview on #D79FA0 background

This text has white color on #D79FA0 background.


Related colors

Complementary color

Complementary color for #hex is #28605F.


I love getcolorcode.com

Triadic colors

1 #A0D79F and #9FA0D7 with #D79FA0 are triadic colors.

2 #A09FD7 and #9FD7A0 with #D79FA0 are triadic colors.