COLOR #B79CB3

HEX: #B79CB3
RGB: (183,156,179)

Color info

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

RGB color model

#B79CB3 color RGB value is (183,156,179).

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

RGB channels and saturation

R 183 of 255 = 72%
G 156 of 255 = 61%
B 179 of 255 = 70%

183
156
179

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

Portions of RGB colors in percentages

R + G + B =
183 + 156 + 179 = 518 (100%)
R 183 of 518 ~ 35.33%
G 156 of 518 ~ 30.12%
B 179 of 518 ~ 34.56%

%35.33
%30.12
%34.56

CMYK color model

#B79CB3 color CMYK value is (0,15,2,28).

  • cyan value is 0.00%
  • magenta value is 14.75%
  • yellow value is 2.19%
  • key color value is 28.24%
CMYK: (0,15,2,28) C0M15Y2K28 (0%,15%,2%,28%) (0.00/0.15/0.02/0.28)

CMYK percentages

%0
%14.75
%2.19
%28.24

Codes

Color #B79CB3 in popluar color models

B79CB3
RGB183156179
HSL309°15.79%66.47%
HSB/HSV309°14.75%71.76%
CMYK0.00%14.75%2.19%
28.24%

Color #B79CB3 in popluar number systems.

HEXB79CB3
Decimal183156179
Binary101101111001110010110011
Octal267234263

Shades and tints

Shades of #B79CB3

#B79CB3
(183,156,179)
#A78EA3
(167,142,163)
#978093
(151,128,147)
#877283
(135,114,131)
#776473
(119,100,115)
#675663
(103,86,99)
#574853
(87,72,83)
#473A43
(71,58,67)
#372C33
(55,44,51)
#271E23
(39,30,35)
#171013
(23,16,19)
#000000
(0,0,0)

Tints of #B79CB3

#B79CB3
(183,156,179)
#BDA5B9
(189,165,185)
#C3AEBF
(195,174,191)
#C9B7C5
(201,183,197)
#CFC0CB
(207,192,203)
#D5C9D1
(213,201,209)
#DBD2D7
(219,210,215)
#E1DBDD
(225,219,221)
#E7E4E3
(231,228,227)
#EDEDE9
(237,237,233)
#F3F6EF
(243,246,239)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #B79CB3; }

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

This text font color is #B79CB3.


Background Color

.myBgColor { background-color: #B79CB3; }

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

This div background color is #B79CB3.


Border color

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

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

This div border color is #B79CB3.


Opacity

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

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

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

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

This text has shadow with #B79CB3 color.

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

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

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


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

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

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


Div box shadow color

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

Preview

Color preview on black background

This text has color #B79CB3 on black background.


Color preview on white background

This text has color #B79CB3 on white background.



Black color preview on #B79CB3 background

This text has black color on #B79CB3 background.


White color preview on #B79CB3 background

This text has white color on #B79CB3 background.