COLOR #B79BA8

HEX: #B79BA8
RGB: (183,155,168)

Color info

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

RGB color model

#B79BA8 color RGB value is (183,155,168).

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

RGB channels and saturation

R 183 of 255 = 72%
G 155 of 255 = 61%
B 168 of 255 = 66%

183
155
168

R + G + B ~ 66%. #B79BA8 is quite light color.

Portions of RGB colors in percentages

R + G + B =
183 + 155 + 168 = 506 (100%)
R 183 of 506 ~ 36.17%
G 155 of 506 ~ 30.63%
B 168 of 506 ~ 33.2%

%36.17
%30.63
%33.2

CMYK color model

#B79BA8 color CMYK value is (0,15,8,28).

  • cyan value is 0.00%
  • magenta value is 15.30%
  • yellow value is 8.20%
  • key color value is 28.24%
CMYK:
(0,15,8,28)
C0M15Y8K28 
(0%,15%,8%,28%)
(0.00/0.15/0.08/0.28)	

CMYK percentages

%0
%15.3
%8.2
%28.24

Codes

Color #B79BA8 in popluar color models

B79BA8
RGB183155168
HSL332°16.28%66.27%
HSB/HSV332°15.30%71.76%
CMYK0.00%15.30%8.20%
28.24%

Color #B79BA8 in popluar number systems.

HEXB79BA8
Decimal183155168
Binary101101111001101110101000
Octal267233250

Shades and tints

Shades of #B79BA8

#B79BA8
(183,155,168)
#A78D99
(167,141,153)
#977F8A
(151,127,138)
#87717B
(135,113,123)
#77636C
(119,99,108)
#67555D
(103,85,93)
#57474E
(87,71,78)
#47393F
(71,57,63)
#372B30
(55,43,48)
#271D21
(39,29,33)
#170F12
(23,15,18)
#000000
(0,0,0)

Tints of #B79BA8

#B79BA8
(183,155,168)
#BDA4AF
(189,164,175)
#C3ADB6
(195,173,182)
#C9B6BD
(201,182,189)
#CFBFC4
(207,191,196)
#D5C8CB
(213,200,203)
#DBD1D2
(219,209,210)
#E1DAD9
(225,218,217)
#E7E3E0
(231,227,224)
#EDECE7
(237,236,231)
#F3F5EE
(243,245,238)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #B79BA8; }

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

This text font color is #B79BA8.


Background Color

.myBgColor { background-color: #B79BA8; }

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

This div background color is #B79BA8.


Border color

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

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

This div border color is #B79BA8.


Opacity

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

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

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

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

This text has shadow with #B79BA8 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B79BA8 on black background.


Color preview on white background

This text has color #B79BA8 on white background.



Black color preview on #B79BA8 background

This text has black color on #B79BA8 background.


White color preview on #B79BA8 background

This text has white color on #B79BA8 background.