COLOR #B2959F

HEX: #B2959F
RGB: (178,149,159)

Color info

#B2959F contains red, green and blue colors in about the same proportion. Web safe color of #B2959F is #999999 (or #999).

RGB color model

#B2959F color RGB value is (178,149,159).

  • red value is 178;
  • green value is 149;
  • blue value is 159.
RGB:
(178,149,159)
(70%,58%,62%)

RGB channels and saturation

R 178 of 255 = 70%
G 149 of 255 = 58%
B 159 of 255 = 62%

178
149
159

R + G + B ~ 63%. #B2959F is quite light color.

Portions of RGB colors in percentages

R + G + B =
178 + 149 + 159 = 486 (100%)
R 178 of 486 ~ 36.63%
G 149 of 486 ~ 30.66%
B 159 of 486 ~ 32.72%

%36.63
%30.66
%32.72

CMYK color model

#B2959F color CMYK value is (0,16,11,30).

  • cyan value is 0.00%
  • magenta value is 16.29%
  • yellow value is 10.67%
  • key color value is 30.20%
CMYK:
(0,16,11,30)
C0M16Y11K30 
(0%,16%,11%,30%)
(0.00/0.16/0.11/0.30)	

CMYK percentages

%0
%16.29
%10.67
%30.2

Codes

Color #B2959F in popluar color models

B2959F
RGB178149159
HSL339°15.85%64.12%
HSB/HSV339°16.29%69.80%
CMYK0.00%16.29%10.67%
30.20%

Color #B2959F in popluar number systems.

HEXB2959F
Decimal178149159
Binary101100101001010110011111
Octal262225237

Shades and tints

Shades of #B2959F

#B2959F
(178,149,159)
#A28891
(162,136,145)
#927B83
(146,123,131)
#826E75
(130,110,117)
#726167
(114,97,103)
#625459
(98,84,89)
#52474B
(82,71,75)
#423A3D
(66,58,61)
#322D2F
(50,45,47)
#222021
(34,32,33)
#121313
(18,19,19)
#000000
(0,0,0)

Tints of #B2959F

#B2959F
(178,149,159)
#B99EA7
(185,158,167)
#C0A7AF
(192,167,175)
#C7B0B7
(199,176,183)
#CEB9BF
(206,185,191)
#D5C2C7
(213,194,199)
#DCCBCF
(220,203,207)
#E3D4D7
(227,212,215)
#EADDDF
(234,221,223)
#F1E6E7
(241,230,231)
#F8EFEF
(248,239,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #B2959F color. Also use rgb(178,149,159) instead hex code.

Text Font Color

.myTextColor { color: #B2959F; }

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

This text font color is #B2959F.


Background Color

.myBgColor { background-color: #B2959F; }

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

This div background color is #B2959F.


Border color

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

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

This div border color is #B2959F.


Opacity

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

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

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

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

This text has shadow with #B2959F color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B2959F on black background.


Color preview on white background

This text has color #B2959F on white background.



Black color preview on #B2959F background

This text has black color on #B2959F background.


White color preview on #B2959F background

This text has white color on #B2959F background.