COLOR #D79BAB

HEX: #D79BAB RGB: (215,155,171)

Color info

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

RGB color model

#D79BAB color RGB value is (215,155,171).

RGB: (215,155,171) (84%, 61%, 67%)

RGB channels and saturation

R 215 of 255 = 84%
G 155 of 255 = 61%
B 171 of 255 = 67%

215
155
171

R + G + B ~ 71%. #D79BAB is quite light color.

Portions of RGB colors in percentages

R + G + B = 215 + 155 + 171 = 541 (100%)
R 215 of 541 ~ 39.74%
G 155 of 541 ~ 28.65%
B 171 of 541 ~ 31.61'%

%39.74
%28.65
%31.61

CMYK color model

#D79BAB color CMYK value is (0,28,20,16).

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

CMYK: (0,28,20,16)
C0M28Y20K16 (0%, 28%, 20%, 16%)
(0.00 / 0.28 / 0.20 / 0.16)

CMYK percentages

%0
%27.91
%20.47
%15.69

Codes

Color #D79BAB in popluar color models

D7 9B AB
RGB 215 155 171
HSL 344° 42.86% 72.55%
HSB/HSV 344° 27.91% 84.31%
CMYK 0.00% 27.91% 20.47%
15.69%

Color #D79BAB in popluar number systems.

HEX D7 9B AB
Decimal 215 155 171
Binary 11010111 10011011 10101011
Octal 327 233 253

Shades and tints

Shades of #D79BAB

#D79BAB
(215,155,171)
#C48D9C
(196,141,156)
#B17F8D
(177,127,141)
#9E717E
(158,113,126)
#8B636F
(139,99,111)
#785560
(120,85,96)
#654751
(101,71,81)
#523942
(82,57,66)
#3F2B33
(63,43,51)
#2C1D24
(44,29,36)
#190F15
(25,15,21)
#000000
(0,0,0)

Tints of #D79BAB

#D79BAB
(215,155,171)
#DAA4B2
(218,164,178)
#DDADB9
(221,173,185)
#E0B6C0
(224,182,192)
#E3BFC7
(227,191,199)
#E6C8CE
(230,200,206)
#E9D1D5
(233,209,213)
#ECDADC
(236,218,220)
#EFE3E3
(239,227,227)
#F2ECEA
(242,236,234)
#F5F5F1
(245,245,241)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #D79BAB; }

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

This text font color is #D79BAB.

Background Color

.myBgColor { background-color: #D79BAB; }

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

This div background color is #D79BAB.

Border color

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

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

This div border color is #D79BAB.

Opacity

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

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

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

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

This text has shadow with #D79BAB color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #D79BAB.

Preview

Color preview on black background

This text has color #D79BAB on black background.


Color preview on white background

This text has color #D79BAB on white background.


Black color preview on #D79BAB background

This text has black color on #D79BAB background.


White color preview on #D79BAB background

This text has white color on #D79BAB background.


Related colors

Complementary color

Complementary color for #hex is #286454.


I love getcolorcode.com

Triadic colors

1 #ABD79B and #9BABD7 with #D79BAB are triadic colors.

2 #AB9BD7 and #9BD7AB with #D79BAB are triadic colors.