COLOR #B7959E

HEX: #B7959E
RGB: (183,149,158)

Color info

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

RGB color model

#B7959E color RGB value is (183,149,158).

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

RGB channels and saturation

R 183 of 255 = 72%
G 149 of 255 = 58%
B 158 of 255 = 62%

183
149
158

R + G + B ~ 64%. #B7959E is quite light color.

Portions of RGB colors in percentages

R + G + B =
183 + 149 + 158 = 490 (100%)
R 183 of 490 ~ 37.35%
G 149 of 490 ~ 30.41%
B 158 of 490 ~ 32.24%

%37.35
%30.41
%32.24

CMYK color model

#B7959E color CMYK value is (0,19,14,28).

  • cyan value is 0.00%
  • magenta value is 18.58%
  • yellow value is 13.66%
  • key color value is 28.24%
CMYK:
(0,19,14,28)
C0M19Y14K28 
(0%,19%,14%,28%)
(0.00/0.19/0.14/0.28)	

CMYK percentages

%0
%18.58
%13.66
%28.24

Codes

Color #B7959E in popluar color models

B7959E
RGB183149158
HSL344°19.10%65.10%
HSB/HSV344°18.58%71.76%
CMYK0.00%18.58%13.66%
28.24%

Color #B7959E in popluar number systems.

HEXB7959E
Decimal183149158
Binary101101111001010110011110
Octal267225236

Shades and tints

Shades of #B7959E

#B7959E
(183,149,158)
#A78890
(167,136,144)
#977B82
(151,123,130)
#876E74
(135,110,116)
#776166
(119,97,102)
#675458
(103,84,88)
#57474A
(87,71,74)
#473A3C
(71,58,60)
#372D2E
(55,45,46)
#272020
(39,32,32)
#171312
(23,19,18)
#000000
(0,0,0)

Tints of #B7959E

#B7959E
(183,149,158)
#BD9EA6
(189,158,166)
#C3A7AE
(195,167,174)
#C9B0B6
(201,176,182)
#CFB9BE
(207,185,190)
#D5C2C6
(213,194,198)
#DBCBCE
(219,203,206)
#E1D4D6
(225,212,214)
#E7DDDE
(231,221,222)
#EDE6E6
(237,230,230)
#F3EFEE
(243,239,238)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #B7959E; }

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

This text font color is #B7959E.


Background Color

.myBgColor { background-color: #B7959E; }

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

This div background color is #B7959E.


Border color

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

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

This div border color is #B7959E.


Opacity

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

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

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

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

This text has shadow with #B7959E color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B7959E on black background.


Color preview on white background

This text has color #B7959E on white background.



Black color preview on #B7959E background

This text has black color on #B7959E background.


White color preview on #B7959E background

This text has white color on #B7959E background.