COLOR #B79BB6

HEX: #B79BB6
RGB: (183,155,182)

Color info

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

RGB color model

#B79BB6 color RGB value is (183,155,182).

  • red value is 183;
  • green value is 155;
  • blue value is 182.
RGB:
(183,155,182)
(72%,61%,71%)

RGB channels and saturation

R 183 of 255 = 72%
G 155 of 255 = 61%
B 182 of 255 = 71%

183
155
182

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

Portions of RGB colors in percentages

R + G + B =
183 + 155 + 182 = 520 (100%)
R 183 of 520 ~ 35.19%
G 155 of 520 ~ 29.81%
B 182 of 520 ~ 35%

%35.19
%29.81
%35

CMYK color model

#B79BB6 color CMYK value is (0,15,1,28).

  • cyan value is 0.00%
  • magenta value is 15.30%
  • yellow value is 0.55%
  • key color value is 28.24%
CMYK:
(0,15,1,28)
C0M15Y1K28 
(0%,15%,1%,28%)
(0.00/0.15/0.01/0.28)	

CMYK percentages

%0
%15.3
%0.55
%28.24

Codes

Color #B79BB6 in popluar color models

B79BB6
RGB183155182
HSL302°16.28%66.27%
HSB/HSV302°15.30%71.76%
CMYK0.00%15.30%0.55%
28.24%

Color #B79BB6 in popluar number systems.

HEXB79BB6
Decimal183155182
Binary101101111001101110110110
Octal267233266

Shades and tints

Shades of #B79BB6

#B79BB6
(183,155,182)
#A78DA6
(167,141,166)
#977F96
(151,127,150)
#877186
(135,113,134)
#776376
(119,99,118)
#675566
(103,85,102)
#574756
(87,71,86)
#473946
(71,57,70)
#372B36
(55,43,54)
#271D26
(39,29,38)
#170F16
(23,15,22)
#000000
(0,0,0)

Tints of #B79BB6

#B79BB6
(183,155,182)
#BDA4BC
(189,164,188)
#C3ADC2
(195,173,194)
#C9B6C8
(201,182,200)
#CFBFCE
(207,191,206)
#D5C8D4
(213,200,212)
#DBD1DA
(219,209,218)
#E1DAE0
(225,218,224)
#E7E3E6
(231,227,230)
#EDECEC
(237,236,236)
#F3F5F2
(243,245,242)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #B79BB6 color. Also use rgb(183,155,182) instead hex code.

Text Font Color

.myTextColor { color: #B79BB6; }

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

This text font color is #B79BB6.


Background Color

.myBgColor { background-color: #B79BB6; }

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

This div background color is #B79BB6.


Border color

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

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

This div border color is #B79BB6.


Opacity

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

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

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

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

This text has shadow with #B79BB6 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B79BB6 on black background.


Color preview on white background

This text has color #B79BB6 on white background.



Black color preview on #B79BB6 background

This text has black color on #B79BB6 background.


White color preview on #B79BB6 background

This text has white color on #B79BB6 background.