COLOR #D79DA3

HEX: #D79DA3 RGB: (215,157,163)

Color info

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

RGB color model

#D79DA3 color RGB value is (215,157,163).

RGB: (215,157,163) (84%, 62%, 64%)

RGB channels and saturation

R 215 of 255 = 84%
G 157 of 255 = 62%
B 163 of 255 = 64%

215
157
163

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

Portions of RGB colors in percentages

R + G + B = 215 + 157 + 163 = 535 (100%)
R 215 of 535 ~ 40.19%
G 157 of 535 ~ 29.35%
B 163 of 535 ~ 30.47'%

%40.19
%29.35
%30.47

CMYK color model

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

  • cyan value is 0.00%
  • magenta value is 26.98%
  • yellow value is 24.19%
  • 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
%26.98
%24.19
%15.69

Codes

Color #D79DA3 in popluar color models

D7 9D A3
RGB 215 157 163
HSL 354° 42.03% 72.94%
HSB/HSV 354° 26.98% 84.31%
CMYK 0.00% 26.98% 24.19%
15.69%

Color #D79DA3 in popluar number systems.

HEX D7 9D A3
Decimal 215 157 163
Binary 11010111 10011101 10100011
Octal 327 235 243

Shades and tints

Shades of #D79DA3

#D79DA3
(215,157,163)
#C48F95
(196,143,149)
#B18187
(177,129,135)
#9E7379
(158,115,121)
#8B656B
(139,101,107)
#78575D
(120,87,93)
#65494F
(101,73,79)
#523B41
(82,59,65)
#3F2D33
(63,45,51)
#2C1F25
(44,31,37)
#191117
(25,17,23)
#000000
(0,0,0)

Tints of #D79DA3

#D79DA3
(215,157,163)
#DAA5AB
(218,165,171)
#DDADB3
(221,173,179)
#E0B5BB
(224,181,187)
#E3BDC3
(227,189,195)
#E6C5CB
(230,197,203)
#E9CDD3
(233,205,211)
#ECD5DB
(236,213,219)
#EFDDE3
(239,221,227)
#F2E5EB
(242,229,235)
#F5EDF3
(245,237,243)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #D79DA3 color. Also use rgb(215,157,163) instead hex code.

Text Font Color

.myTextColor { color: #D79DA3; }

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

This text font color is #D79DA3.

Background Color

.myBgColor { background-color: #D79DA3; }

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

This div background color is #D79DA3.

Border color

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

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

This div border color is #D79DA3.

Opacity

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

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

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

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

This text has shadow with #D79DA3 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #D79DA3.

Preview

Color preview on black background

This text has color #D79DA3 on black background.


Color preview on white background

This text has color #D79DA3 on white background.


Black color preview on #D79DA3 background

This text has black color on #D79DA3 background.


White color preview on #D79DA3 background

This text has white color on #D79DA3 background.


Related colors

Complementary color

Complementary color for #hex is #28625C.


I love getcolorcode.com

Triadic colors

1 #A3D79D and #9DA3D7 with #D79DA3 are triadic colors.

2 #A39DD7 and #9DD7A3 with #D79DA3 are triadic colors.