COLOR #B79EA6

HEX: #B79EA6
RGB: (183,158,166)

Color info

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

RGB color model

#B79EA6 color RGB value is (183,158,166).

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

RGB channels and saturation

R 183 of 255 = 72%
G 158 of 255 = 62%
B 166 of 255 = 65%

183
158
166

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

Portions of RGB colors in percentages

R + G + B =
183 + 158 + 166 = 507 (100%)
R 183 of 507 ~ 36.09%
G 158 of 507 ~ 31.16%
B 166 of 507 ~ 32.74%

%36.09
%31.16
%32.74

CMYK color model

#B79EA6 color CMYK value is (0,14,9,28).

  • cyan value is 0.00%
  • magenta value is 13.66%
  • yellow value is 9.29%
  • key color value is 28.24%
CMYK:
(0,14,9,28)
C0M14Y9K28 
(0%,14%,9%,28%)
(0.00/0.14/0.09/0.28)	

CMYK percentages

%0
%13.66
%9.29
%28.24

Codes

Color #B79EA6 in popluar color models

B79EA6
RGB183158166
HSL341°14.79%66.86%
HSB/HSV341°13.66%71.76%
CMYK0.00%13.66%9.29%
28.24%

Color #B79EA6 in popluar number systems.

HEXB79EA6
Decimal183158166
Binary101101111001111010100110
Octal267236246

Shades and tints

Shades of #B79EA6

#B79EA6
(183,158,166)
#A79097
(167,144,151)
#978288
(151,130,136)
#877479
(135,116,121)
#77666A
(119,102,106)
#67585B
(103,88,91)
#574A4C
(87,74,76)
#473C3D
(71,60,61)
#372E2E
(55,46,46)
#27201F
(39,32,31)
#171210
(23,18,16)
#000000
(0,0,0)

Tints of #B79EA6

#B79EA6
(183,158,166)
#BDA6AE
(189,166,174)
#C3AEB6
(195,174,182)
#C9B6BE
(201,182,190)
#CFBEC6
(207,190,198)
#D5C6CE
(213,198,206)
#DBCED6
(219,206,214)
#E1D6DE
(225,214,222)
#E7DEE6
(231,222,230)
#EDE6EE
(237,230,238)
#F3EEF6
(243,238,246)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #B79EA6; }

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

This text font color is #B79EA6.


Background Color

.myBgColor { background-color: #B79EA6; }

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

This div background color is #B79EA6.


Border color

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

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

This div border color is #B79EA6.


Opacity

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

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

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

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

This text has shadow with #B79EA6 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B79EA6 on black background.


Color preview on white background

This text has color #B79EA6 on white background.



Black color preview on #B79EA6 background

This text has black color on #B79EA6 background.


White color preview on #B79EA6 background

This text has white color on #B79EA6 background.