COLOR #B79EB4

HEX: #B79EB4
RGB: (183,158,180)

Color info

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

RGB color model

#B79EB4 color RGB value is (183,158,180).

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

RGB channels and saturation

R 183 of 255 = 72%
G 158 of 255 = 62%
B 180 of 255 = 71%

183
158
180

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

Portions of RGB colors in percentages

R + G + B =
183 + 158 + 180 = 521 (100%)
R 183 of 521 ~ 35.12%
G 158 of 521 ~ 30.33%
B 180 of 521 ~ 34.55%

%35.12
%30.33
%34.55

CMYK color model

#B79EB4 color CMYK value is (0,14,2,28).

  • cyan value is 0.00%
  • magenta value is 13.66%
  • yellow value is 1.64%
  • key color value is 28.24%
CMYK:
(0,14,2,28)
C0M14Y2K28 
(0%,14%,2%,28%)
(0.00/0.14/0.02/0.28)	

CMYK percentages

%0
%13.66
%1.64
%28.24

Codes

Color #B79EB4 in popluar color models

B79EB4
RGB183158180
HSL307°14.79%66.86%
HSB/HSV307°13.66%71.76%
CMYK0.00%13.66%1.64%
28.24%

Color #B79EB4 in popluar number systems.

HEXB79EB4
Decimal183158180
Binary101101111001111010110100
Octal267236264

Shades and tints

Shades of #B79EB4

#B79EB4
(183,158,180)
#A790A4
(167,144,164)
#978294
(151,130,148)
#877484
(135,116,132)
#776674
(119,102,116)
#675864
(103,88,100)
#574A54
(87,74,84)
#473C44
(71,60,68)
#372E34
(55,46,52)
#272024
(39,32,36)
#171214
(23,18,20)
#000000
(0,0,0)

Tints of #B79EB4

#B79EB4
(183,158,180)
#BDA6BA
(189,166,186)
#C3AEC0
(195,174,192)
#C9B6C6
(201,182,198)
#CFBECC
(207,190,204)
#D5C6D2
(213,198,210)
#DBCED8
(219,206,216)
#E1D6DE
(225,214,222)
#E7DEE4
(231,222,228)
#EDE6EA
(237,230,234)
#F3EEF0
(243,238,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #B79EB4; }

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

This text font color is #B79EB4.


Background Color

.myBgColor { background-color: #B79EB4; }

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

This div background color is #B79EB4.


Border color

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

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

This div border color is #B79EB4.


Opacity

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

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

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

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

This text has shadow with #B79EB4 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B79EB4 on black background.


Color preview on white background

This text has color #B79EB4 on white background.



Black color preview on #B79EB4 background

This text has black color on #B79EB4 background.


White color preview on #B79EB4 background

This text has white color on #B79EB4 background.