COLOR #D79BB8

HEX: #D79BB8 RGB: (215,155,184)

Color info

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

RGB color model

#D79BB8 color RGB value is (215,155,184).

RGB: (215,155,184) (84%, 61%, 72%)

RGB channels and saturation

R 215 of 255 = 84%
G 155 of 255 = 61%
B 184 of 255 = 72%

215
155
184

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

Portions of RGB colors in percentages

R + G + B = 215 + 155 + 184 = 554 (100%)
R 215 of 554 ~ 38.81%
G 155 of 554 ~ 27.98%
B 184 of 554 ~ 33.21'%

%38.81
%27.98
%33.21

CMYK color model

#D79BB8 color CMYK value is (0,28,14,16).

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

CMYK: (0,28,14,16)
C0M28Y14K16 (0%, 28%, 14%, 16%)
(0.00 / 0.28 / 0.14 / 0.16)

CMYK percentages

%0
%27.91
%14.42
%15.69

Codes

Color #D79BB8 in popluar color models

D7 9B B8
RGB 215 155 184
HSL 331° 42.86% 72.55%
HSB/HSV 331° 27.91% 84.31%
CMYK 0.00% 27.91% 14.42%
15.69%

Color #D79BB8 in popluar number systems.

HEX D7 9B B8
Decimal 215 155 184
Binary 11010111 10011011 10111000
Octal 327 233 270

Shades and tints

Shades of #D79BB8

#D79BB8
(215,155,184)
#C48DA8
(196,141,168)
#B17F98
(177,127,152)
#9E7188
(158,113,136)
#8B6378
(139,99,120)
#785568
(120,85,104)
#654758
(101,71,88)
#523948
(82,57,72)
#3F2B38
(63,43,56)
#2C1D28
(44,29,40)
#190F18
(25,15,24)
#000000
(0,0,0)

Tints of #D79BB8

#D79BB8
(215,155,184)
#DAA4BE
(218,164,190)
#DDADC4
(221,173,196)
#E0B6CA
(224,182,202)
#E3BFD0
(227,191,208)
#E6C8D6
(230,200,214)
#E9D1DC
(233,209,220)
#ECDAE2
(236,218,226)
#EFE3E8
(239,227,232)
#F2ECEE
(242,236,238)
#F5F5F4
(245,245,244)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #D79BB8; }

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

This text font color is #D79BB8.

Background Color

.myBgColor { background-color: #D79BB8; }

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

This div background color is #D79BB8.

Border color

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

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

This div border color is #D79BB8.

Opacity

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

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

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

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

This text has shadow with #D79BB8 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #D79BB8.

Preview

Color preview on black background

This text has color #D79BB8 on black background.


Color preview on white background

This text has color #D79BB8 on white background.


Black color preview on #D79BB8 background

This text has black color on #D79BB8 background.


White color preview on #D79BB8 background

This text has white color on #D79BB8 background.


Related colors

Complementary color

Complementary color for #hex is #286447.


I love getcolorcode.com

Triadic colors

1 #B8D79B and #9BB8D7 with #D79BB8 are triadic colors.

2 #B89BD7 and #9BD7B8 with #D79BB8 are triadic colors.