COLOR #B776A9

HEX: #B776A9
RGB: (183,118,169)

Color info

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

RGB color model

#B776A9 color RGB value is (183,118,169).

  • red value is 183;
  • green value is 118;
  • blue value is 169.
RGB:
(183,118,169)
(72%,46%,66%)

RGB channels and saturation

R 183 of 255 = 72%
G 118 of 255 = 46%
B 169 of 255 = 66%

183
118
169

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

Portions of RGB colors in percentages

R + G + B =
183 + 118 + 169 = 470 (100%)
R 183 of 470 ~ 38.94%
G 118 of 470 ~ 25.11%
B 169 of 470 ~ 35.96%

%38.94
%25.11
%35.96

CMYK color model

#B776A9 color CMYK value is (0,36,8,28).

  • cyan value is 0.00%
  • magenta value is 35.52%
  • yellow value is 7.65%
  • key color value is 28.24%
CMYK:
(0,36,8,28)
C0M36Y8K28 
(0%,36%,8%,28%)
(0.00/0.36/0.08/0.28)	

CMYK percentages

%0
%35.52
%7.65
%28.24

Codes

Color #B776A9 in popluar color models

B776A9
RGB183118169
HSL313°31.10%59.02%
HSB/HSV313°35.52%71.76%
CMYK0.00%35.52%7.65%
28.24%

Color #B776A9 in popluar number systems.

HEXB776A9
Decimal183118169
Binary10110111111011010101001
Octal267166251

Shades and tints

Shades of #B776A9

#B776A9
(183,118,169)
#A76C9A
(167,108,154)
#97628B
(151,98,139)
#87587C
(135,88,124)
#774E6D
(119,78,109)
#67445E
(103,68,94)
#573A4F
(87,58,79)
#473040
(71,48,64)
#372631
(55,38,49)
#271C22
(39,28,34)
#171213
(23,18,19)
#000000
(0,0,0)

Tints of #B776A9

#B776A9
(183,118,169)
#BD82B0
(189,130,176)
#C38EB7
(195,142,183)
#C99ABE
(201,154,190)
#CFA6C5
(207,166,197)
#D5B2CC
(213,178,204)
#DBBED3
(219,190,211)
#E1CADA
(225,202,218)
#E7D6E1
(231,214,225)
#EDE2E8
(237,226,232)
#F3EEEF
(243,238,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #B776A9 color. Also use rgb(183,118,169) instead hex code.

Text Font Color

.myTextColor { color: #B776A9; }

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

This text font color is #B776A9.


Background Color

.myBgColor { background-color: #B776A9; }

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

This div background color is #B776A9.


Border color

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

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

This div border color is #B776A9.


Opacity

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

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

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

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

This text has shadow with #B776A9 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B776A9 on black background.


Color preview on white background

This text has color #B776A9 on white background.



Black color preview on #B776A9 background

This text has black color on #B776A9 background.


White color preview on #B776A9 background

This text has white color on #B776A9 background.