COLOR #B79EB6

HEX: #B79EB6
RGB: (183,158,182)

Color info

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

RGB color model

#B79EB6 color RGB value is (183,158,182).

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

RGB channels and saturation

R 183 of 255 = 72%
G 158 of 255 = 62%
B 182 of 255 = 71%

183
158
182

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

Portions of RGB colors in percentages

R + G + B =
183 + 158 + 182 = 523 (100%)
R 183 of 523 ~ 34.99%
G 158 of 523 ~ 30.21%
B 182 of 523 ~ 34.8%

%34.99
%30.21
%34.8

CMYK color model

#B79EB6 color CMYK value is (0,14,1,28).

  • cyan value is 0.00%
  • magenta value is 13.66%
  • yellow value is 0.55%
  • key color value is 28.24%
CMYK:
(0,14,1,28)
C0M14Y1K28 
(0%,14%,1%,28%)
(0.00/0.14/0.01/0.28)	

CMYK percentages

%0
%13.66
%0.55
%28.24

Codes

Color #B79EB6 in popluar color models

B79EB6
RGB183158182
HSL302°14.79%66.86%
HSB/HSV302°13.66%71.76%
CMYK0.00%13.66%0.55%
28.24%

Color #B79EB6 in popluar number systems.

HEXB79EB6
Decimal183158182
Binary101101111001111010110110
Octal267236266

Shades and tints

Shades of #B79EB6

#B79EB6
(183,158,182)
#A790A6
(167,144,166)
#978296
(151,130,150)
#877486
(135,116,134)
#776676
(119,102,118)
#675866
(103,88,102)
#574A56
(87,74,86)
#473C46
(71,60,70)
#372E36
(55,46,54)
#272026
(39,32,38)
#171216
(23,18,22)
#000000
(0,0,0)

Tints of #B79EB6

#B79EB6
(183,158,182)
#BDA6BC
(189,166,188)
#C3AEC2
(195,174,194)
#C9B6C8
(201,182,200)
#CFBECE
(207,190,206)
#D5C6D4
(213,198,212)
#DBCEDA
(219,206,218)
#E1D6E0
(225,214,224)
#E7DEE6
(231,222,230)
#EDE6EC
(237,230,236)
#F3EEF2
(243,238,242)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #B79EB6; }

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

This text font color is #B79EB6.


Background Color

.myBgColor { background-color: #B79EB6; }

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

This div background color is #B79EB6.


Border color

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

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

This div border color is #B79EB6.


Opacity

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

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

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

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

This text has shadow with #B79EB6 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B79EB6 on black background.


Color preview on white background

This text has color #B79EB6 on white background.



Black color preview on #B79EB6 background

This text has black color on #B79EB6 background.


White color preview on #B79EB6 background

This text has white color on #B79EB6 background.