COLOR #B79CB9

HEX: #B79CB9
RGB: (183,156,185)

Color info

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

RGB color model

#B79CB9 color RGB value is (183,156,185).

  • red value is 183;
  • green value is 156;
  • blue value is 185.
RGB:
(183,156,185)
(72%,61%,73%)

RGB channels and saturation

R 183 of 255 = 72%
G 156 of 255 = 61%
B 185 of 255 = 73%

183
156
185

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

Portions of RGB colors in percentages

R + G + B =
183 + 156 + 185 = 524 (100%)
R 183 of 524 ~ 34.92%
G 156 of 524 ~ 29.77%
B 185 of 524 ~ 35.31%

%34.92
%29.77
%35.31

CMYK color model

#B79CB9 color CMYK value is (1,16,0,27).

  • cyan value is 1.08%
  • magenta value is 15.68%
  • yellow value is 0.00%
  • key color value is 27.45%
CMYK:
(1,16,0,27)
C1M16Y0K27 
(1%,16%,0%,27%)
(0.01/0.16/0.00/0.27)	

CMYK percentages

%1.08
%15.68
%0
%27.45

Codes

Color #B79CB9 in popluar color models

B79CB9
RGB183156185
HSL296°17.16%66.86%
HSB/HSV296°15.68%72.55%
CMYK1.08%15.68%0.00%
27.45%

Color #B79CB9 in popluar number systems.

HEXB79CB9
Decimal183156185
Binary101101111001110010111001
Octal267234271

Shades and tints

Shades of #B79CB9

#B79CB9
(183,156,185)
#A78EA9
(167,142,169)
#978099
(151,128,153)
#877289
(135,114,137)
#776479
(119,100,121)
#675669
(103,86,105)
#574859
(87,72,89)
#473A49
(71,58,73)
#372C39
(55,44,57)
#271E29
(39,30,41)
#171019
(23,16,25)
#000000
(0,0,0)

Tints of #B79CB9

#B79CB9
(183,156,185)
#BDA5BF
(189,165,191)
#C3AEC5
(195,174,197)
#C9B7CB
(201,183,203)
#CFC0D1
(207,192,209)
#D5C9D7
(213,201,215)
#DBD2DD
(219,210,221)
#E1DBE3
(225,219,227)
#E7E4E9
(231,228,233)
#EDEDEF
(237,237,239)
#F3F6F5
(243,246,245)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #B79CB9 color. Also use rgb(183,156,185) instead hex code.

Text Font Color

.myTextColor { color: #B79CB9; }

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

This text font color is #B79CB9.


Background Color

.myBgColor { background-color: #B79CB9; }

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

This div background color is #B79CB9.


Border color

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

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

This div border color is #B79CB9.


Opacity

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

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

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

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

This text has shadow with #B79CB9 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B79CB9 on black background.


Color preview on white background

This text has color #B79CB9 on white background.



Black color preview on #B79CB9 background

This text has black color on #B79CB9 background.


White color preview on #B79CB9 background

This text has white color on #B79CB9 background.