COLOR #B779BA

HEX: #B779BA
RGB: (183,121,186)

Color info

#B779BA contains mainly red and blue colors. Web safe color of #B779BA is #CC66CC (or #C6C).

RGB color model

#B779BA color RGB value is (183,121,186).

  • red value is 183;
  • green value is 121;
  • blue value is 186.
RGB:
(183,121,186)
(72%,47%,73%)

RGB channels and saturation

R 183 of 255 = 72%
G 121 of 255 = 47%
B 186 of 255 = 73%

183
121
186

R + G + B ~ 64%. #B779BA is quite light color.

Portions of RGB colors in percentages

R + G + B =
183 + 121 + 186 = 490 (100%)
R 183 of 490 ~ 37.35%
G 121 of 490 ~ 24.69%
B 186 of 490 ~ 37.96%

%37.35
%24.69
%37.96

CMYK color model

#B779BA color CMYK value is (2,35,0,27).

  • cyan value is 1.61%
  • magenta value is 34.95%
  • yellow value is 0.00%
  • key color value is 27.06%
CMYK:
(2,35,0,27)
C2M35Y0K27 
(2%,35%,0%,27%)
(0.02/0.35/0.00/0.27)	

CMYK percentages

%1.61
%34.95
%0
%27.06

Codes

Color #B779BA in popluar color models

B779BA
RGB183121186
HSL297°32.02%60.20%
HSB/HSV297°34.95%72.94%
CMYK1.61%34.95%0.00%
27.06%

Color #B779BA in popluar number systems.

HEXB779BA
Decimal183121186
Binary10110111111100110111010
Octal267171272

Shades and tints

Shades of #B779BA

#B779BA
(183,121,186)
#A76EAA
(167,110,170)
#97639A
(151,99,154)
#87588A
(135,88,138)
#774D7A
(119,77,122)
#67426A
(103,66,106)
#57375A
(87,55,90)
#472C4A
(71,44,74)
#37213A
(55,33,58)
#27162A
(39,22,42)
#170B1A
(23,11,26)
#000000
(0,0,0)

Tints of #B779BA

#B779BA
(183,121,186)
#BD85C0
(189,133,192)
#C391C6
(195,145,198)
#C99DCC
(201,157,204)
#CFA9D2
(207,169,210)
#D5B5D8
(213,181,216)
#DBC1DE
(219,193,222)
#E1CDE4
(225,205,228)
#E7D9EA
(231,217,234)
#EDE5F0
(237,229,240)
#F3F1F6
(243,241,246)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #B779BA color. Also use rgb(183,121,186) instead hex code.

Text Font Color

.myTextColor { color: #B779BA; }

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

This text font color is #B779BA.


Background Color

.myBgColor { background-color: #B779BA; }

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

This div background color is #B779BA.


Border color

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

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

This div border color is #B779BA.


Opacity

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

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

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

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

This text has shadow with #B779BA color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B779BA on black background.


Color preview on white background

This text has color #B779BA on white background.



Black color preview on #B779BA background

This text has black color on #B779BA background.


White color preview on #B779BA background

This text has white color on #B779BA background.