COLOR #D79FB2

HEX: #D79FB2
RGB: (215,159,178)

Color info

#D79FB2 contains red, green and blue colors in about the same proportion. Web safe color of #D79FB2 is #CC9999 (or #C99).

RGB color model

#D79FB2 color RGB value is (215,159,178).

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

RGB channels and saturation

R 215 of 255 = 84%
G 159 of 255 = 62%
B 178 of 255 = 70%

215
159
178

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

Portions of RGB colors in percentages

R + G + B =
215 + 159 + 178 = 552 (100%)
R 215 of 552 ~ 38.95%
G 159 of 552 ~ 28.8%
B 178 of 552 ~ 32.25%

%38.95
%28.8
%32.25

CMYK color model

#D79FB2 color CMYK value is (0,26,17,16).

  • cyan value is 0.00%
  • magenta value is 26.05%
  • yellow value is 17.21%
  • key color value is 15.69%
CMYK:
(0,26,17,16)
C0M26Y17K16 
(0%,26%,17%,16%)
(0.00/0.26/0.17/0.16)	

CMYK percentages

%0
%26.05
%17.21
%15.69

Codes

Color #D79FB2 in popluar color models

D79FB2
RGB215159178
HSL340°41.18%73.33%
HSB/HSV340°26.05%84.31%
CMYK0.00%26.05%17.21%
15.69%

Color #D79FB2 in popluar number systems.

HEXD79FB2
Decimal215159178
Binary110101111001111110110010
Octal327237262

Shades and tints

Shades of #D79FB2

#D79FB2
(215,159,178)
#C491A2
(196,145,162)
#B18392
(177,131,146)
#9E7582
(158,117,130)
#8B6772
(139,103,114)
#785962
(120,89,98)
#654B52
(101,75,82)
#523D42
(82,61,66)
#3F2F32
(63,47,50)
#2C2122
(44,33,34)
#191312
(25,19,18)
#000000
(0,0,0)

Tints of #D79FB2

#D79FB2
(215,159,178)
#DAA7B9
(218,167,185)
#DDAFC0
(221,175,192)
#E0B7C7
(224,183,199)
#E3BFCE
(227,191,206)
#E6C7D5
(230,199,213)
#E9CFDC
(233,207,220)
#ECD7E3
(236,215,227)
#EFDFEA
(239,223,234)
#F2E7F1
(242,231,241)
#F5EFF8
(245,239,248)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #D79FB2; }

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

This text font color is #D79FB2.


Background Color

.myBgColor { background-color: #D79FB2; }

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

This div background color is #D79FB2.


Border color

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

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

This div border color is #D79FB2.


Opacity

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

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

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

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

This text has shadow with #D79FB2 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #D79FB2 on black background.


Color preview on white background

This text has color #D79FB2 on white background.



Black color preview on #D79FB2 background

This text has black color on #D79FB2 background.


White color preview on #D79FB2 background

This text has white color on #D79FB2 background.