COLOR #D79ABB

HEX: #D79ABB
RGB: (215,154,187)

Color info

#D79ABB contains mainly red and blue colors. Web safe color of #D79ABB is #CC99CC (or #C9C).

RGB color model

#D79ABB color RGB value is (215,154,187).

  • red value is 215;
  • green value is 154;
  • blue value is 187.
RGB:
(215,154,187)
(84%,60%,73%)

RGB channels and saturation

R 215 of 255 = 84%
G 154 of 255 = 60%
B 187 of 255 = 73%

215
154
187

R + G + B ~ 72%. #D79ABB is quite light color.

Portions of RGB colors in percentages

R + G + B =
215 + 154 + 187 = 556 (100%)
R 215 of 556 ~ 38.67%
G 154 of 556 ~ 27.7%
B 187 of 556 ~ 33.63%

%38.67
%27.7
%33.63

CMYK color model

#D79ABB color CMYK value is (0,28,13,16).

  • cyan value is 0.00%
  • magenta value is 28.37%
  • yellow value is 13.02%
  • key color value is 15.69%
CMYK:
(0,28,13,16)
C0M28Y13K16 
(0%,28%,13%,16%)
(0.00/0.28/0.13/0.16)	

CMYK percentages

%0
%28.37
%13.02
%15.69

Codes

Color #D79ABB in popluar color models

D79ABB
RGB215154187
HSL328°43.26%72.35%
HSB/HSV328°28.37%84.31%
CMYK0.00%28.37%13.02%
15.69%

Color #D79ABB in popluar number systems.

HEXD79ABB
Decimal215154187
Binary110101111001101010111011
Octal327232273

Shades and tints

Shades of #D79ABB

#D79ABB
(215,154,187)
#C48CAA
(196,140,170)
#B17E99
(177,126,153)
#9E7088
(158,112,136)
#8B6277
(139,98,119)
#785466
(120,84,102)
#654655
(101,70,85)
#523844
(82,56,68)
#3F2A33
(63,42,51)
#2C1C22
(44,28,34)
#190E11
(25,14,17)
#000000
(0,0,0)

Tints of #D79ABB

#D79ABB
(215,154,187)
#DAA3C1
(218,163,193)
#DDACC7
(221,172,199)
#E0B5CD
(224,181,205)
#E3BED3
(227,190,211)
#E6C7D9
(230,199,217)
#E9D0DF
(233,208,223)
#ECD9E5
(236,217,229)
#EFE2EB
(239,226,235)
#F2EBF1
(242,235,241)
#F5F4F7
(245,244,247)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #D79ABB color. Also use rgb(215,154,187) instead hex code.

Text Font Color

.myTextColor { color: #D79ABB; }

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

This text font color is #D79ABB.


Background Color

.myBgColor { background-color: #D79ABB; }

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

This div background color is #D79ABB.


Border color

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

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

This div border color is #D79ABB.


Opacity

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

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

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

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

This text has shadow with #D79ABB color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #D79ABB on black background.


Color preview on white background

This text has color #D79ABB on white background.



Black color preview on #D79ABB background

This text has black color on #D79ABB background.


White color preview on #D79ABB background

This text has white color on #D79ABB background.