COLOR #B79BA7

HEX: #B79BA7
RGB: (183,155,167)

Color info

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

RGB color model

#B79BA7 color RGB value is (183,155,167).

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

RGB channels and saturation

R 183 of 255 = 72%
G 155 of 255 = 61%
B 167 of 255 = 65%

183
155
167

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

Portions of RGB colors in percentages

R + G + B =
183 + 155 + 167 = 505 (100%)
R 183 of 505 ~ 36.24%
G 155 of 505 ~ 30.69%
B 167 of 505 ~ 33.07%

%36.24
%30.69
%33.07

CMYK color model

#B79BA7 color CMYK value is (0,15,9,28).

  • cyan value is 0.00%
  • magenta value is 15.30%
  • yellow value is 8.74%
  • key color value is 28.24%
CMYK:
(0,15,9,28)
C0M15Y9K28 
(0%,15%,9%,28%)
(0.00/0.15/0.09/0.28)	

CMYK percentages

%0
%15.3
%8.74
%28.24

Codes

Color #B79BA7 in popluar color models

B79BA7
RGB183155167
HSL334°16.28%66.27%
HSB/HSV334°15.30%71.76%
CMYK0.00%15.30%8.74%
28.24%

Color #B79BA7 in popluar number systems.

HEXB79BA7
Decimal183155167
Binary101101111001101110100111
Octal267233247

Shades and tints

Shades of #B79BA7

#B79BA7
(183,155,167)
#A78D98
(167,141,152)
#977F89
(151,127,137)
#87717A
(135,113,122)
#77636B
(119,99,107)
#67555C
(103,85,92)
#57474D
(87,71,77)
#47393E
(71,57,62)
#372B2F
(55,43,47)
#271D20
(39,29,32)
#170F11
(23,15,17)
#000000
(0,0,0)

Tints of #B79BA7

#B79BA7
(183,155,167)
#BDA4AF
(189,164,175)
#C3ADB7
(195,173,183)
#C9B6BF
(201,182,191)
#CFBFC7
(207,191,199)
#D5C8CF
(213,200,207)
#DBD1D7
(219,209,215)
#E1DADF
(225,218,223)
#E7E3E7
(231,227,231)
#EDECEF
(237,236,239)
#F3F5F7
(243,245,247)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #B79BA7; }

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

This text font color is #B79BA7.


Background Color

.myBgColor { background-color: #B79BA7; }

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

This div background color is #B79BA7.


Border color

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

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

This div border color is #B79BA7.


Opacity

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

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

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

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

This text has shadow with #B79BA7 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B79BA7 on black background.


Color preview on white background

This text has color #B79BA7 on white background.



Black color preview on #B79BA7 background

This text has black color on #B79BA7 background.


White color preview on #B79BA7 background

This text has white color on #B79BA7 background.