COLOR #B79FBC

HEX: #B79FBC
RGB: (183,159,188)

Color info

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

RGB color model

#B79FBC color RGB value is (183,159,188).

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

RGB channels and saturation

R 183 of 255 = 72%
G 159 of 255 = 62%
B 188 of 255 = 74%

183
159
188

R + G + B ~ 69%. #B79FBC is quite light color.

Portions of RGB colors in percentages

R + G + B =
183 + 159 + 188 = 530 (100%)
R 183 of 530 ~ 34.53%
G 159 of 530 ~ 30%
B 188 of 530 ~ 35.47%

%34.53
%30
%35.47

CMYK color model

#B79FBC color CMYK value is (3,15,0,26).

  • cyan value is 2.66%
  • magenta value is 15.43%
  • yellow value is 0.00%
  • key color value is 26.27%
CMYK:
(3,15,0,26)
C3M15Y0K26 
(3%,15%,0%,26%)
(0.03/0.15/0.00/0.26)	

CMYK percentages

%2.66
%15.43
%0
%26.27

Codes

Color #B79FBC in popluar color models

B79FBC
RGB183159188
HSL290°17.79%68.04%
HSB/HSV290°15.43%73.73%
CMYK2.66%15.43%0.00%
26.27%

Color #B79FBC in popluar number systems.

HEXB79FBC
Decimal183159188
Binary101101111001111110111100
Octal267237274

Shades and tints

Shades of #B79FBC

#B79FBC
(183,159,188)
#A791AB
(167,145,171)
#97839A
(151,131,154)
#877589
(135,117,137)
#776778
(119,103,120)
#675967
(103,89,103)
#574B56
(87,75,86)
#473D45
(71,61,69)
#372F34
(55,47,52)
#272123
(39,33,35)
#171312
(23,19,18)
#000000
(0,0,0)

Tints of #B79FBC

#B79FBC
(183,159,188)
#BDA7C2
(189,167,194)
#C3AFC8
(195,175,200)
#C9B7CE
(201,183,206)
#CFBFD4
(207,191,212)
#D5C7DA
(213,199,218)
#DBCFE0
(219,207,224)
#E1D7E6
(225,215,230)
#E7DFEC
(231,223,236)
#EDE7F2
(237,231,242)
#F3EFF8
(243,239,248)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #B79FBC; }

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

This text font color is #B79FBC.


Background Color

.myBgColor { background-color: #B79FBC; }

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

This div background color is #B79FBC.


Border color

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

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

This div border color is #B79FBC.


Opacity

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

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

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

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

This text has shadow with #B79FBC color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B79FBC on black background.


Color preview on white background

This text has color #B79FBC on white background.



Black color preview on #B79FBC background

This text has black color on #B79FBC background.


White color preview on #B79FBC background

This text has white color on #B79FBC background.