COLOR #B77E96

HEX: #B77E96
RGB: (183,126,150)

Color info

#B77E96 contains red, green and blue colors in about the same proportion. Web safe color of #B77E96 is #CC6699 (or #C69).

RGB color model

#B77E96 color RGB value is (183,126,150).

  • red value is 183;
  • green value is 126;
  • blue value is 150.
RGB:
(183,126,150)
(72%,49%,59%)

RGB channels and saturation

R 183 of 255 = 72%
G 126 of 255 = 49%
B 150 of 255 = 59%

183
126
150

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

Portions of RGB colors in percentages

R + G + B =
183 + 126 + 150 = 459 (100%)
R 183 of 459 ~ 39.87%
G 126 of 459 ~ 27.45%
B 150 of 459 ~ 32.68%

%39.87
%27.45
%32.68

CMYK color model

#B77E96 color CMYK value is (0,31,18,28).

  • cyan value is 0.00%
  • magenta value is 31.15%
  • yellow value is 18.03%
  • key color value is 28.24%
CMYK:
(0,31,18,28)
C0M31Y18K28 
(0%,31%,18%,28%)
(0.00/0.31/0.18/0.28)	

CMYK percentages

%0
%31.15
%18.03
%28.24

Codes

Color #B77E96 in popluar color models

B77E96
RGB183126150
HSL335°28.36%60.59%
HSB/HSV335°31.15%71.76%
CMYK0.00%31.15%18.03%
28.24%

Color #B77E96 in popluar number systems.

HEXB77E96
Decimal183126150
Binary10110111111111010010110
Octal267176226

Shades and tints

Shades of #B77E96

#B77E96
(183,126,150)
#A77389
(167,115,137)
#97687C
(151,104,124)
#875D6F
(135,93,111)
#775262
(119,82,98)
#674755
(103,71,85)
#573C48
(87,60,72)
#47313B
(71,49,59)
#37262E
(55,38,46)
#271B21
(39,27,33)
#171014
(23,16,20)
#000000
(0,0,0)

Tints of #B77E96

#B77E96
(183,126,150)
#BD899F
(189,137,159)
#C394A8
(195,148,168)
#C99FB1
(201,159,177)
#CFAABA
(207,170,186)
#D5B5C3
(213,181,195)
#DBC0CC
(219,192,204)
#E1CBD5
(225,203,213)
#E7D6DE
(231,214,222)
#EDE1E7
(237,225,231)
#F3ECF0
(243,236,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #B77E96 color. Also use rgb(183,126,150) instead hex code.

Text Font Color

.myTextColor { color: #B77E96; }

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

This text font color is #B77E96.


Background Color

.myBgColor { background-color: #B77E96; }

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

This div background color is #B77E96.


Border color

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

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

This div border color is #B77E96.


Opacity

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

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

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

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

This text has shadow with #B77E96 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B77E96 on black background.


Color preview on white background

This text has color #B77E96 on white background.



Black color preview on #B77E96 background

This text has black color on #B77E96 background.


White color preview on #B77E96 background

This text has white color on #B77E96 background.