COLOR #B2797E

HEX: #B2797E
RGB: (178,121,126)

Color info

#B2797E contains red, green and blue colors in about the same proportion. Web safe color of #B2797E is #996666 (or #966).

RGB color model

#B2797E color RGB value is (178,121,126).

  • red value is 178;
  • green value is 121;
  • blue value is 126.
RGB:
(178,121,126)
(70%,47%,49%)

RGB channels and saturation

R 178 of 255 = 70%
G 121 of 255 = 47%
B 126 of 255 = 49%

178
121
126

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

Portions of RGB colors in percentages

R + G + B =
178 + 121 + 126 = 425 (100%)
R 178 of 425 ~ 41.88%
G 121 of 425 ~ 28.47%
B 126 of 425 ~ 29.65%

%41.88
%28.47
%29.65

CMYK color model

#B2797E color CMYK value is (0,32,29,30).

  • cyan value is 0.00%
  • magenta value is 32.02%
  • yellow value is 29.21%
  • key color value is 30.20%
CMYK:
(0,32,29,30)
C0M32Y29K30 
(0%,32%,29%,30%)
(0.00/0.32/0.29/0.30)	

CMYK percentages

%0
%32.02
%29.21
%30.2

Codes

Color #B2797E in popluar color models

B2797E
RGB178121126
HSL355°27.01%58.63%
HSB/HSV355°32.02%69.80%
CMYK0.00%32.02%29.21%
30.20%

Color #B2797E in popluar number systems.

HEXB2797E
Decimal178121126
Binary1011001011110011111110
Octal262171176

Shades and tints

Shades of #B2797E

#B2797E
(178,121,126)
#A26E73
(162,110,115)
#926368
(146,99,104)
#82585D
(130,88,93)
#724D52
(114,77,82)
#624247
(98,66,71)
#52373C
(82,55,60)
#422C31
(66,44,49)
#322126
(50,33,38)
#22161B
(34,22,27)
#120B10
(18,11,16)
#000000
(0,0,0)

Tints of #B2797E

#B2797E
(178,121,126)
#B98589
(185,133,137)
#C09194
(192,145,148)
#C79D9F
(199,157,159)
#CEA9AA
(206,169,170)
#D5B5B5
(213,181,181)
#DCC1C0
(220,193,192)
#E3CDCB
(227,205,203)
#EAD9D6
(234,217,214)
#F1E5E1
(241,229,225)
#F8F1EC
(248,241,236)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #B2797E color. Also use rgb(178,121,126) instead hex code.

Text Font Color

.myTextColor { color: #B2797E; }

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

This text font color is #B2797E.


Background Color

.myBgColor { background-color: #B2797E; }

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

This div background color is #B2797E.


Border color

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

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

This div border color is #B2797E.


Opacity

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

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

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

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

This text has shadow with #B2797E color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B2797E on black background.


Color preview on white background

This text has color #B2797E on white background.



Black color preview on #B2797E background

This text has black color on #B2797E background.


White color preview on #B2797E background

This text has white color on #B2797E background.