COLOR #B79DB0

HEX: #B79DB0
RGB: (183,157,176)

Color info

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

RGB color model

#B79DB0 color RGB value is (183,157,176).

  • red value is 183;
  • green value is 157;
  • blue value is 176.
RGB:
(183,157,176)
(72%,62%,69%)

RGB channels and saturation

R 183 of 255 = 72%
G 157 of 255 = 62%
B 176 of 255 = 69%

183
157
176

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

Portions of RGB colors in percentages

R + G + B =
183 + 157 + 176 = 516 (100%)
R 183 of 516 ~ 35.47%
G 157 of 516 ~ 30.43%
B 176 of 516 ~ 34.11%

%35.47
%30.43
%34.11

CMYK color model

#B79DB0 color CMYK value is (0,14,4,28).

  • cyan value is 0.00%
  • magenta value is 14.21%
  • yellow value is 3.83%
  • key color value is 28.24%
CMYK:
(0,14,4,28)
C0M14Y4K28 
(0%,14%,4%,28%)
(0.00/0.14/0.04/0.28)	

CMYK percentages

%0
%14.21
%3.83
%28.24

Codes

Color #B79DB0 in popluar color models

B79DB0
RGB183157176
HSL316°15.29%66.67%
HSB/HSV316°14.21%71.76%
CMYK0.00%14.21%3.83%
28.24%

Color #B79DB0 in popluar number systems.

HEXB79DB0
Decimal183157176
Binary101101111001110110110000
Octal267235260

Shades and tints

Shades of #B79DB0

#B79DB0
(183,157,176)
#A78FA0
(167,143,160)
#978190
(151,129,144)
#877380
(135,115,128)
#776570
(119,101,112)
#675760
(103,87,96)
#574950
(87,73,80)
#473B40
(71,59,64)
#372D30
(55,45,48)
#271F20
(39,31,32)
#171110
(23,17,16)
#000000
(0,0,0)

Tints of #B79DB0

#B79DB0
(183,157,176)
#BDA5B7
(189,165,183)
#C3ADBE
(195,173,190)
#C9B5C5
(201,181,197)
#CFBDCC
(207,189,204)
#D5C5D3
(213,197,211)
#DBCDDA
(219,205,218)
#E1D5E1
(225,213,225)
#E7DDE8
(231,221,232)
#EDE5EF
(237,229,239)
#F3EDF6
(243,237,246)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #B79DB0 color. Also use rgb(183,157,176) instead hex code.

Text Font Color

.myTextColor { color: #B79DB0; }

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

This text font color is #B79DB0.


Background Color

.myBgColor { background-color: #B79DB0; }

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

This div background color is #B79DB0.


Border color

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

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

This div border color is #B79DB0.


Opacity

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

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

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

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

This text has shadow with #B79DB0 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B79DB0 on black background.


Color preview on white background

This text has color #B79DB0 on white background.



Black color preview on #B79DB0 background

This text has black color on #B79DB0 background.


White color preview on #B79DB0 background

This text has white color on #B79DB0 background.