COLOR #B76AB3

HEX: #B76AB3
RGB: (183,106,179)

Color info

#B76AB3 contains mainly red and blue colors. Web safe color of #B76AB3 is #CC6699 (or #C69).

RGB color model

#B76AB3 color RGB value is (183,106,179).

  • red value is 183;
  • green value is 106;
  • blue value is 179.
RGB:
(183,106,179)
(72%,42%,70%)

RGB channels and saturation

R 183 of 255 = 72%
G 106 of 255 = 42%
B 179 of 255 = 70%

183
106
179

R + G + B ~ 61%. #B76AB3 is quite light color.

Portions of RGB colors in percentages

R + G + B =
183 + 106 + 179 = 468 (100%)
R 183 of 468 ~ 39.1%
G 106 of 468 ~ 22.65%
B 179 of 468 ~ 38.25%

%39.1
%22.65
%38.25

CMYK color model

#B76AB3 color CMYK value is (0,42,2,28).

  • cyan value is 0.00%
  • magenta value is 42.08%
  • yellow value is 2.19%
  • key color value is 28.24%
CMYK:
(0,42,2,28)
C0M42Y2K28 
(0%,42%,2%,28%)
(0.00/0.42/0.02/0.28)	

CMYK percentages

%0
%42.08
%2.19
%28.24

Codes

Color #B76AB3 in popluar color models

B76AB3
RGB183106179
HSL303°34.84%56.67%
HSB/HSV303°42.08%71.76%
CMYK0.00%42.08%2.19%
28.24%

Color #B76AB3 in popluar number systems.

HEXB76AB3
Decimal183106179
Binary10110111110101010110011
Octal267152263

Shades and tints

Shades of #B76AB3

#B76AB3
(183,106,179)
#A761A3
(167,97,163)
#975893
(151,88,147)
#874F83
(135,79,131)
#774673
(119,70,115)
#673D63
(103,61,99)
#573453
(87,52,83)
#472B43
(71,43,67)
#372233
(55,34,51)
#271923
(39,25,35)
#171013
(23,16,19)
#000000
(0,0,0)

Tints of #B76AB3

#B76AB3
(183,106,179)
#BD77B9
(189,119,185)
#C384BF
(195,132,191)
#C991C5
(201,145,197)
#CF9ECB
(207,158,203)
#D5ABD1
(213,171,209)
#DBB8D7
(219,184,215)
#E1C5DD
(225,197,221)
#E7D2E3
(231,210,227)
#EDDFE9
(237,223,233)
#F3ECEF
(243,236,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #B76AB3 color. Also use rgb(183,106,179) instead hex code.

Text Font Color

.myTextColor { color: #B76AB3; }

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

This text font color is #B76AB3.


Background Color

.myBgColor { background-color: #B76AB3; }

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

This div background color is #B76AB3.


Border color

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

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

This div border color is #B76AB3.


Opacity

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

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

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

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

This text has shadow with #B76AB3 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B76AB3 on black background.


Color preview on white background

This text has color #B76AB3 on white background.



Black color preview on #B76AB3 background

This text has black color on #B76AB3 background.


White color preview on #B76AB3 background

This text has white color on #B76AB3 background.