COLOR #B776B3

HEX: #B776B3
RGB: (183,118,179)

Color info

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

RGB color model

#B776B3 color RGB value is (183,118,179).

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

RGB channels and saturation

R 183 of 255 = 72%
G 118 of 255 = 46%
B 179 of 255 = 70%

183
118
179

R + G + B ~ 63%. #B776B3 is quite light color.

Portions of RGB colors in percentages

R + G + B =
183 + 118 + 179 = 480 (100%)
R 183 of 480 ~ 38.13%
G 118 of 480 ~ 24.58%
B 179 of 480 ~ 37.29%

%38.13
%24.58
%37.29

CMYK color model

#B776B3 color CMYK value is (0,36,2,28).

  • cyan value is 0.00%
  • magenta value is 35.52%
  • yellow value is 2.19%
  • key color value is 28.24%
CMYK:
(0,36,2,28)
C0M36Y2K28 
(0%,36%,2%,28%)
(0.00/0.36/0.02/0.28)	

CMYK percentages

%0
%35.52
%2.19
%28.24

Codes

Color #B776B3 in popluar color models

B776B3
RGB183118179
HSL304°31.10%59.02%
HSB/HSV304°35.52%71.76%
CMYK0.00%35.52%2.19%
28.24%

Color #B776B3 in popluar number systems.

HEXB776B3
Decimal183118179
Binary10110111111011010110011
Octal267166263

Shades and tints

Shades of #B776B3

#B776B3
(183,118,179)
#A76CA3
(167,108,163)
#976293
(151,98,147)
#875883
(135,88,131)
#774E73
(119,78,115)
#674463
(103,68,99)
#573A53
(87,58,83)
#473043
(71,48,67)
#372633
(55,38,51)
#271C23
(39,28,35)
#171213
(23,18,19)
#000000
(0,0,0)

Tints of #B776B3

#B776B3
(183,118,179)
#BD82B9
(189,130,185)
#C38EBF
(195,142,191)
#C99AC5
(201,154,197)
#CFA6CB
(207,166,203)
#D5B2D1
(213,178,209)
#DBBED7
(219,190,215)
#E1CADD
(225,202,221)
#E7D6E3
(231,214,227)
#EDE2E9
(237,226,233)
#F3EEEF
(243,238,239)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #B776B3; }

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

This text font color is #B776B3.


Background Color

.myBgColor { background-color: #B776B3; }

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

This div background color is #B776B3.


Border color

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

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

This div border color is #B776B3.


Opacity

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

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

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

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

This text has shadow with #B776B3 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B776B3 on black background.


Color preview on white background

This text has color #B776B3 on white background.



Black color preview on #B776B3 background

This text has black color on #B776B3 background.


White color preview on #B776B3 background

This text has white color on #B776B3 background.