COLOR #B79FB0

HEX: #B79FB0
RGB: (183,159,176)

Color info

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

RGB color model

#B79FB0 color RGB value is (183,159,176).

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

RGB channels and saturation

R 183 of 255 = 72%
G 159 of 255 = 62%
B 176 of 255 = 69%

183
159
176

R + G + B ~ 68%. #B79FB0 is quite light color.

Portions of RGB colors in percentages

R + G + B =
183 + 159 + 176 = 518 (100%)
R 183 of 518 ~ 35.33%
G 159 of 518 ~ 30.69%
B 176 of 518 ~ 33.98%

%35.33
%30.69
%33.98

CMYK color model

#B79FB0 color CMYK value is (0,13,4,28).

  • cyan value is 0.00%
  • magenta value is 13.11%
  • yellow value is 3.83%
  • key color value is 28.24%
CMYK:
(0,13,4,28)
C0M13Y4K28 
(0%,13%,4%,28%)
(0.00/0.13/0.04/0.28)	

CMYK percentages

%0
%13.11
%3.83
%28.24

Codes

Color #B79FB0 in popluar color models

B79FB0
RGB183159176
HSL318°14.29%67.06%
HSB/HSV318°13.11%71.76%
CMYK0.00%13.11%3.83%
28.24%

Color #B79FB0 in popluar number systems.

HEXB79FB0
Decimal183159176
Binary101101111001111110110000
Octal267237260

Shades and tints

Shades of #B79FB0

#B79FB0
(183,159,176)
#A791A0
(167,145,160)
#978390
(151,131,144)
#877580
(135,117,128)
#776770
(119,103,112)
#675960
(103,89,96)
#574B50
(87,75,80)
#473D40
(71,61,64)
#372F30
(55,47,48)
#272120
(39,33,32)
#171310
(23,19,16)
#000000
(0,0,0)

Tints of #B79FB0

#B79FB0
(183,159,176)
#BDA7B7
(189,167,183)
#C3AFBE
(195,175,190)
#C9B7C5
(201,183,197)
#CFBFCC
(207,191,204)
#D5C7D3
(213,199,211)
#DBCFDA
(219,207,218)
#E1D7E1
(225,215,225)
#E7DFE8
(231,223,232)
#EDE7EF
(237,231,239)
#F3EFF6
(243,239,246)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #B79FB0; }

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

This text font color is #B79FB0.


Background Color

.myBgColor { background-color: #B79FB0; }

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

This div background color is #B79FB0.


Border color

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

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

This div border color is #B79FB0.


Opacity

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

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

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

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

This text has shadow with #B79FB0 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B79FB0 on black background.


Color preview on white background

This text has color #B79FB0 on white background.



Black color preview on #B79FB0 background

This text has black color on #B79FB0 background.


White color preview on #B79FB0 background

This text has white color on #B79FB0 background.