COLOR #B76BAF

HEX: #B76BAF
RGB: (183,107,175)

Color info

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

RGB color model

#B76BAF color RGB value is (183,107,175).

  • red value is 183;
  • green value is 107;
  • blue value is 175.
RGB:
(183,107,175)
(72%,42%,69%)

RGB channels and saturation

R 183 of 255 = 72%
G 107 of 255 = 42%
B 175 of 255 = 69%

183
107
175

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

Portions of RGB colors in percentages

R + G + B =
183 + 107 + 175 = 465 (100%)
R 183 of 465 ~ 39.35%
G 107 of 465 ~ 23.01%
B 175 of 465 ~ 37.63%

%39.35
%23.01
%37.63

CMYK color model

#B76BAF color CMYK value is (0,42,4,28).

  • cyan value is 0.00%
  • magenta value is 41.53%
  • yellow value is 4.37%
  • key color value is 28.24%
CMYK:
(0,42,4,28)
C0M42Y4K28 
(0%,42%,4%,28%)
(0.00/0.42/0.04/0.28)	

CMYK percentages

%0
%41.53
%4.37
%28.24

Codes

Color #B76BAF in popluar color models

B76BAF
RGB183107175
HSL306°34.55%56.86%
HSB/HSV306°41.53%71.76%
CMYK0.00%41.53%4.37%
28.24%

Color #B76BAF in popluar number systems.

HEXB76BAF
Decimal183107175
Binary10110111110101110101111
Octal267153257

Shades and tints

Shades of #B76BAF

#B76BAF
(183,107,175)
#A762A0
(167,98,160)
#975991
(151,89,145)
#875082
(135,80,130)
#774773
(119,71,115)
#673E64
(103,62,100)
#573555
(87,53,85)
#472C46
(71,44,70)
#372337
(55,35,55)
#271A28
(39,26,40)
#171119
(23,17,25)
#000000
(0,0,0)

Tints of #B76BAF

#B76BAF
(183,107,175)
#BD78B6
(189,120,182)
#C385BD
(195,133,189)
#C992C4
(201,146,196)
#CF9FCB
(207,159,203)
#D5ACD2
(213,172,210)
#DBB9D9
(219,185,217)
#E1C6E0
(225,198,224)
#E7D3E7
(231,211,231)
#EDE0EE
(237,224,238)
#F3EDF5
(243,237,245)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #B76BAF color. Also use rgb(183,107,175) instead hex code.

Text Font Color

.myTextColor { color: #B76BAF; }

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

This text font color is #B76BAF.


Background Color

.myBgColor { background-color: #B76BAF; }

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

This div background color is #B76BAF.


Border color

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

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

This div border color is #B76BAF.


Opacity

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

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

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

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

This text has shadow with #B76BAF color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B76BAF on black background.


Color preview on white background

This text has color #B76BAF on white background.



Black color preview on #B76BAF background

This text has black color on #B76BAF background.


White color preview on #B76BAF background

This text has white color on #B76BAF background.