COLOR #D79BA6

HEX: #D79BA6 RGB: (215,155,166)

Color info

#D79BA6 contains mainly red and blue colors. Web safe color of #D79BA6 is #CC9999 (or #C99).

RGB color model

#D79BA6 color RGB value is (215,155,166).

RGB: (215,155,166) (84%, 61%, 65%)

RGB channels and saturation

R 215 of 255 = 84%
G 155 of 255 = 61%
B 166 of 255 = 65%

215
155
166

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

Portions of RGB colors in percentages

R + G + B = 215 + 155 + 166 = 536 (100%)
R 215 of 536 ~ 40.11%
G 155 of 536 ~ 28.92%
B 166 of 536 ~ 30.97'%

%40.11
%28.92
%30.97

CMYK color model

#D79BA6 color CMYK value is (0,28,23,16).

  • cyan value is 0.00%
  • magenta value is 27.91%
  • yellow value is 22.79%
  • key color value is 15.69%

CMYK: (0,28,23,16)
C0M28Y23K16 (0%, 28%, 23%, 16%)
(0.00 / 0.28 / 0.23 / 0.16)

CMYK percentages

%0
%27.91
%22.79
%15.69

Codes

Color #D79BA6 in popluar color models

D7 9B A6
RGB 215 155 166
HSL 349° 42.86% 72.55%
HSB/HSV 349° 27.91% 84.31%
CMYK 0.00% 27.91% 22.79%
15.69%

Color #D79BA6 in popluar number systems.

HEX D7 9B A6
Decimal 215 155 166
Binary 11010111 10011011 10100110
Octal 327 233 246

Shades and tints

Shades of #D79BA6

#D79BA6
(215,155,166)
#C48D97
(196,141,151)
#B17F88
(177,127,136)
#9E7179
(158,113,121)
#8B636A
(139,99,106)
#78555B
(120,85,91)
#65474C
(101,71,76)
#52393D
(82,57,61)
#3F2B2E
(63,43,46)
#2C1D1F
(44,29,31)
#190F10
(25,15,16)
#000000
(0,0,0)

Tints of #D79BA6

#D79BA6
(215,155,166)
#DAA4AE
(218,164,174)
#DDADB6
(221,173,182)
#E0B6BE
(224,182,190)
#E3BFC6
(227,191,198)
#E6C8CE
(230,200,206)
#E9D1D6
(233,209,214)
#ECDADE
(236,218,222)
#EFE3E6
(239,227,230)
#F2ECEE
(242,236,238)
#F5F5F6
(245,245,246)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #D79BA6 color. Also use rgb(215,155,166) instead hex code.

Text Font Color

.myTextColor { color: #D79BA6; }

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

This text font color is #D79BA6.

Background Color

.myBgColor { background-color: #D79BA6; }

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

This div background color is #D79BA6.

Border color

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

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

This div border color is #D79BA6.

Opacity

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

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

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

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

This text has shadow with #D79BA6 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #D79BA6.

Preview

Color preview on black background

This text has color #D79BA6 on black background.


Color preview on white background

This text has color #D79BA6 on white background.


Black color preview on #D79BA6 background

This text has black color on #D79BA6 background.


White color preview on #D79BA6 background

This text has white color on #D79BA6 background.


Related colors

Complementary color

Complementary color for #hex is #286459.


I love getcolorcode.com

Triadic colors

1 #A6D79B and #9BA6D7 with #D79BA6 are triadic colors.

2 #A69BD7 and #9BD7A6 with #D79BA6 are triadic colors.