COLOR #D79BA1

HEX: #D79BA1
RGB: (215,155,161)

Color info

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

RGB color model

#D79BA1 color RGB value is (215,155,161).

  • red value is 215;
  • green value is 155;
  • blue value is 161.
RGB:
(215,155,161)
(84%,61%,63%)

RGB channels and saturation

R 215 of 255 = 84%
G 155 of 255 = 61%
B 161 of 255 = 63%

215
155
161

R + G + B ~ 69%. #D79BA1 is quite light color.

Portions of RGB colors in percentages

R + G + B =
215 + 155 + 161 = 531 (100%)
R 215 of 531 ~ 40.49%
G 155 of 531 ~ 29.19%
B 161 of 531 ~ 30.32%

%40.49
%29.19
%30.32

CMYK color model

#D79BA1 color CMYK value is (0,28,25,16).

  • cyan value is 0.00%
  • magenta value is 27.91%
  • yellow value is 25.12%
  • key color value is 15.69%
CMYK:
(0,28,25,16)
C0M28Y25K16 
(0%,28%,25%,16%)
(0.00/0.28/0.25/0.16)	

CMYK percentages

%0
%27.91
%25.12
%15.69

Codes

Color #D79BA1 in popluar color models

D79BA1
RGB215155161
HSL354°42.86%72.55%
HSB/HSV354°27.91%84.31%
CMYK0.00%27.91%25.12%
15.69%

Color #D79BA1 in popluar number systems.

HEXD79BA1
Decimal215155161
Binary110101111001101110100001
Octal327233241

Shades and tints

Shades of #D79BA1

#D79BA1
(215,155,161)
#C48D93
(196,141,147)
#B17F85
(177,127,133)
#9E7177
(158,113,119)
#8B6369
(139,99,105)
#78555B
(120,85,91)
#65474D
(101,71,77)
#52393F
(82,57,63)
#3F2B31
(63,43,49)
#2C1D23
(44,29,35)
#190F15
(25,15,21)
#000000
(0,0,0)

Tints of #D79BA1

#D79BA1
(215,155,161)
#DAA4A9
(218,164,169)
#DDADB1
(221,173,177)
#E0B6B9
(224,182,185)
#E3BFC1
(227,191,193)
#E6C8C9
(230,200,201)
#E9D1D1
(233,209,209)
#ECDAD9
(236,218,217)
#EFE3E1
(239,227,225)
#F2ECE9
(242,236,233)
#F5F5F1
(245,245,241)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #D79BA1; }

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

This text font color is #D79BA1.


Background Color

.myBgColor { background-color: #D79BA1; }

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

This div background color is #D79BA1.


Border color

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

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

This div border color is #D79BA1.


Opacity

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

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

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

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

This text has shadow with #D79BA1 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #D79BA1 on black background.


Color preview on white background

This text has color #D79BA1 on white background.



Black color preview on #D79BA1 background

This text has black color on #D79BA1 background.


White color preview on #D79BA1 background

This text has white color on #D79BA1 background.