COLOR #B6959E

HEX: #B6959E
RGB: (182,149,158)

Color info

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

RGB color model

#B6959E color RGB value is (182,149,158).

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

RGB channels and saturation

R 182 of 255 = 71%
G 149 of 255 = 58%
B 158 of 255 = 62%

182
149
158

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

Portions of RGB colors in percentages

R + G + B =
182 + 149 + 158 = 489 (100%)
R 182 of 489 ~ 37.22%
G 149 of 489 ~ 30.47%
B 158 of 489 ~ 32.31%

%37.22
%30.47
%32.31

CMYK color model

#B6959E color CMYK value is (0,18,13,29).

  • cyan value is 0.00%
  • magenta value is 18.13%
  • yellow value is 13.19%
  • key color value is 28.63%
CMYK:
(0,18,13,29)
C0M18Y13K29 
(0%,18%,13%,29%)
(0.00/0.18/0.13/0.29)	

CMYK percentages

%0
%18.13
%13.19
%28.63

Codes

Color #B6959E in popluar color models

B6959E
RGB182149158
HSL344°18.44%64.90%
HSB/HSV344°18.13%71.37%
CMYK0.00%18.13%13.19%
28.63%

Color #B6959E in popluar number systems.

HEXB6959E
Decimal182149158
Binary101101101001010110011110
Octal266225236

Shades and tints

Shades of #B6959E

#B6959E
(182,149,158)
#A68890
(166,136,144)
#967B82
(150,123,130)
#866E74
(134,110,116)
#766166
(118,97,102)
#665458
(102,84,88)
#56474A
(86,71,74)
#463A3C
(70,58,60)
#362D2E
(54,45,46)
#262020
(38,32,32)
#161312
(22,19,18)
#000000
(0,0,0)

Tints of #B6959E

#B6959E
(182,149,158)
#BC9EA6
(188,158,166)
#C2A7AE
(194,167,174)
#C8B0B6
(200,176,182)
#CEB9BE
(206,185,190)
#D4C2C6
(212,194,198)
#DACBCE
(218,203,206)
#E0D4D6
(224,212,214)
#E6DDDE
(230,221,222)
#ECE6E6
(236,230,230)
#F2EFEE
(242,239,238)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #B6959E; }

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

This text font color is #B6959E.


Background Color

.myBgColor { background-color: #B6959E; }

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

This div background color is #B6959E.


Border color

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

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

This div border color is #B6959E.


Opacity

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

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

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

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

This text has shadow with #B6959E color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B6959E on black background.


Color preview on white background

This text has color #B6959E on white background.



Black color preview on #B6959E background

This text has black color on #B6959E background.


White color preview on #B6959E background

This text has white color on #B6959E background.