COLOR #B778BB

HEX: #B778BB
RGB: (183,120,187)

Color info

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

RGB color model

#B778BB color RGB value is (183,120,187).

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

RGB channels and saturation

R 183 of 255 = 72%
G 120 of 255 = 47%
B 187 of 255 = 73%

183
120
187

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

Portions of RGB colors in percentages

R + G + B =
183 + 120 + 187 = 490 (100%)
R 183 of 490 ~ 37.35%
G 120 of 490 ~ 24.49%
B 187 of 490 ~ 38.16%

%37.35
%24.49
%38.16

CMYK color model

#B778BB color CMYK value is (2,36,0,27).

  • cyan value is 2.14%
  • magenta value is 35.83%
  • yellow value is 0.00%
  • key color value is 26.67%
CMYK:
(2,36,0,27)
C2M36Y0K27 
(2%,36%,0%,27%)
(0.02/0.36/0.00/0.27)	

CMYK percentages

%2.14
%35.83
%0
%26.67

Codes

Color #B778BB in popluar color models

B778BB
RGB183120187
HSL296°33.00%60.20%
HSB/HSV296°35.83%73.33%
CMYK2.14%35.83%0.00%
26.67%

Color #B778BB in popluar number systems.

HEXB778BB
Decimal183120187
Binary10110111111100010111011
Octal267170273

Shades and tints

Shades of #B778BB

#B778BB
(183,120,187)
#A76EAA
(167,110,170)
#976499
(151,100,153)
#875A88
(135,90,136)
#775077
(119,80,119)
#674666
(103,70,102)
#573C55
(87,60,85)
#473244
(71,50,68)
#372833
(55,40,51)
#271E22
(39,30,34)
#171411
(23,20,17)
#000000
(0,0,0)

Tints of #B778BB

#B778BB
(183,120,187)
#BD84C1
(189,132,193)
#C390C7
(195,144,199)
#C99CCD
(201,156,205)
#CFA8D3
(207,168,211)
#D5B4D9
(213,180,217)
#DBC0DF
(219,192,223)
#E1CCE5
(225,204,229)
#E7D8EB
(231,216,235)
#EDE4F1
(237,228,241)
#F3F0F7
(243,240,247)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #B778BB color. Also use rgb(183,120,187) instead hex code.

Text Font Color

.myTextColor { color: #B778BB; }

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

This text font color is #B778BB.


Background Color

.myBgColor { background-color: #B778BB; }

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

This div background color is #B778BB.


Border color

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

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

This div border color is #B778BB.


Opacity

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

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

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

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

This text has shadow with #B778BB color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B778BB on black background.


Color preview on white background

This text has color #B778BB on white background.



Black color preview on #B778BB background

This text has black color on #B778BB background.


White color preview on #B778BB background

This text has white color on #B778BB background.