COLOR #D79FB7

HEX: #D79FB7
RGB: (215,159,183)

Color info

#D79FB7 contains red, green and blue colors in about the same proportion. Web safe color of #D79FB7 is #CC99CC (or #C9C).

RGB color model

#D79FB7 color RGB value is (215,159,183).

  • red value is 215;
  • green value is 159;
  • blue value is 183.
RGB:
(215,159,183)
(84%,62%,72%)

RGB channels and saturation

R 215 of 255 = 84%
G 159 of 255 = 62%
B 183 of 255 = 72%

215
159
183

R + G + B ~ 73%. #D79FB7 is quite light color.

Portions of RGB colors in percentages

R + G + B =
215 + 159 + 183 = 557 (100%)
R 215 of 557 ~ 38.6%
G 159 of 557 ~ 28.55%
B 183 of 557 ~ 32.85%

%38.6
%28.55
%32.85

CMYK color model

#D79FB7 color CMYK value is (0,26,15,16).

  • cyan value is 0.00%
  • magenta value is 26.05%
  • yellow value is 14.88%
  • key color value is 15.69%
CMYK:
(0,26,15,16)
C0M26Y15K16 
(0%,26%,15%,16%)
(0.00/0.26/0.15/0.16)	

CMYK percentages

%0
%26.05
%14.88
%15.69

Codes

Color #D79FB7 in popluar color models

D79FB7
RGB215159183
HSL334°41.18%73.33%
HSB/HSV334°26.05%84.31%
CMYK0.00%26.05%14.88%
15.69%

Color #D79FB7 in popluar number systems.

HEXD79FB7
Decimal215159183
Binary110101111001111110110111
Octal327237267

Shades and tints

Shades of #D79FB7

#D79FB7
(215,159,183)
#C491A7
(196,145,167)
#B18397
(177,131,151)
#9E7587
(158,117,135)
#8B6777
(139,103,119)
#785967
(120,89,103)
#654B57
(101,75,87)
#523D47
(82,61,71)
#3F2F37
(63,47,55)
#2C2127
(44,33,39)
#191317
(25,19,23)
#000000
(0,0,0)

Tints of #D79FB7

#D79FB7
(215,159,183)
#DAA7BD
(218,167,189)
#DDAFC3
(221,175,195)
#E0B7C9
(224,183,201)
#E3BFCF
(227,191,207)
#E6C7D5
(230,199,213)
#E9CFDB
(233,207,219)
#ECD7E1
(236,215,225)
#EFDFE7
(239,223,231)
#F2E7ED
(242,231,237)
#F5EFF3
(245,239,243)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #D79FB7 color. Also use rgb(215,159,183) instead hex code.

Text Font Color

.myTextColor { color: #D79FB7; }

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

This text font color is #D79FB7.


Background Color

.myBgColor { background-color: #D79FB7; }

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

This div background color is #D79FB7.


Border color

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

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

This div border color is #D79FB7.


Opacity

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

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

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

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

This text has shadow with #D79FB7 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #D79FB7 on black background.


Color preview on white background

This text has color #D79FB7 on white background.



Black color preview on #D79FB7 background

This text has black color on #D79FB7 background.


White color preview on #D79FB7 background

This text has white color on #D79FB7 background.