COLOR #B776AC

HEX: #B776AC
RGB: (183,118,172)

Color info

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

RGB color model

#B776AC color RGB value is (183,118,172).

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

RGB channels and saturation

R 183 of 255 = 72%
G 118 of 255 = 46%
B 172 of 255 = 67%

183
118
172

R + G + B ~ 62%. #B776AC is quite light color.

Portions of RGB colors in percentages

R + G + B =
183 + 118 + 172 = 473 (100%)
R 183 of 473 ~ 38.69%
G 118 of 473 ~ 24.95%
B 172 of 473 ~ 36.36%

%38.69
%24.95
%36.36

CMYK color model

#B776AC color CMYK value is (0,36,6,28).

  • cyan value is 0.00%
  • magenta value is 35.52%
  • yellow value is 6.01%
  • key color value is 28.24%
CMYK:
(0,36,6,28)
C0M36Y6K28 
(0%,36%,6%,28%)
(0.00/0.36/0.06/0.28)	

CMYK percentages

%0
%35.52
%6.01
%28.24

Codes

Color #B776AC in popluar color models

B776AC
RGB183118172
HSL310°31.10%59.02%
HSB/HSV310°35.52%71.76%
CMYK0.00%35.52%6.01%
28.24%

Color #B776AC in popluar number systems.

HEXB776AC
Decimal183118172
Binary10110111111011010101100
Octal267166254

Shades and tints

Shades of #B776AC

#B776AC
(183,118,172)
#A76C9D
(167,108,157)
#97628E
(151,98,142)
#87587F
(135,88,127)
#774E70
(119,78,112)
#674461
(103,68,97)
#573A52
(87,58,82)
#473043
(71,48,67)
#372634
(55,38,52)
#271C25
(39,28,37)
#171216
(23,18,22)
#000000
(0,0,0)

Tints of #B776AC

#B776AC
(183,118,172)
#BD82B3
(189,130,179)
#C38EBA
(195,142,186)
#C99AC1
(201,154,193)
#CFA6C8
(207,166,200)
#D5B2CF
(213,178,207)
#DBBED6
(219,190,214)
#E1CADD
(225,202,221)
#E7D6E4
(231,214,228)
#EDE2EB
(237,226,235)
#F3EEF2
(243,238,242)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #B776AC; }

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

This text font color is #B776AC.


Background Color

.myBgColor { background-color: #B776AC; }

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

This div background color is #B776AC.


Border color

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

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

This div border color is #B776AC.


Opacity

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

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

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

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

This text has shadow with #B776AC color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B776AC on black background.


Color preview on white background

This text has color #B776AC on white background.



Black color preview on #B776AC background

This text has black color on #B776AC background.


White color preview on #B776AC background

This text has white color on #B776AC background.