COLOR #B0799E

HEX: #B0799E
RGB: (176,121,158)

Color info

#B0799E contains red, green and blue colors in about the same proportion. Web safe color of #B0799E is #996699 (or #969).

RGB color model

#B0799E color RGB value is (176,121,158).

  • red value is 176;
  • green value is 121;
  • blue value is 158.
RGB:
(176,121,158)
(69%,47%,62%)

RGB channels and saturation

R 176 of 255 = 69%
G 121 of 255 = 47%
B 158 of 255 = 62%

176
121
158

R + G + B ~ 59%. #B0799E is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
176 + 121 + 158 = 455 (100%)
R 176 of 455 ~ 38.68%
G 121 of 455 ~ 26.59%
B 158 of 455 ~ 34.73%

%38.68
%26.59
%34.73

CMYK color model

#B0799E color CMYK value is (0,31,10,31).

  • cyan value is 0.00%
  • magenta value is 31.25%
  • yellow value is 10.23%
  • key color value is 30.98%
CMYK:
(0,31,10,31)
C0M31Y10K31 
(0%,31%,10%,31%)
(0.00/0.31/0.10/0.31)	

CMYK percentages

%0
%31.25
%10.23
%30.98

Codes

Color #B0799E in popluar color models

B0799E
RGB176121158
HSL320°25.82%58.24%
HSB/HSV320°31.25%69.02%
CMYK0.00%31.25%10.23%
30.98%

Color #B0799E in popluar number systems.

HEXB0799E
Decimal176121158
Binary10110000111100110011110
Octal260171236

Shades and tints

Shades of #B0799E

#B0799E
(176,121,158)
#A06E90
(160,110,144)
#906382
(144,99,130)
#805874
(128,88,116)
#704D66
(112,77,102)
#604258
(96,66,88)
#50374A
(80,55,74)
#402C3C
(64,44,60)
#30212E
(48,33,46)
#201620
(32,22,32)
#100B12
(16,11,18)
#000000
(0,0,0)

Tints of #B0799E

#B0799E
(176,121,158)
#B785A6
(183,133,166)
#BE91AE
(190,145,174)
#C59DB6
(197,157,182)
#CCA9BE
(204,169,190)
#D3B5C6
(211,181,198)
#DAC1CE
(218,193,206)
#E1CDD6
(225,205,214)
#E8D9DE
(232,217,222)
#EFE5E6
(239,229,230)
#F6F1EE
(246,241,238)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #B0799E color. Also use rgb(176,121,158) instead hex code.

Text Font Color

.myTextColor { color: #B0799E; }

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

This text font color is #B0799E.


Background Color

.myBgColor { background-color: #B0799E; }

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

This div background color is #B0799E.


Border color

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

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

This div border color is #B0799E.


Opacity

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

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

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

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

This text has shadow with #B0799E color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B0799E on black background.


Color preview on white background

This text has color #B0799E on white background.



Black color preview on #B0799E background

This text has black color on #B0799E background.


White color preview on #B0799E background

This text has white color on #B0799E background.