COLOR #B79BBB

HEX: #B79BBB
RGB: (183,155,187)

Color info

#B79BBB contains red, green and blue colors in about the same proportion. Web safe color of #B79BBB is #CC99CC (or #C9C).

RGB color model

#B79BBB color RGB value is (183,155,187).

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

RGB channels and saturation

R 183 of 255 = 72%
G 155 of 255 = 61%
B 187 of 255 = 73%

183
155
187

R + G + B ~ 69%. #B79BBB is quite light color.

Portions of RGB colors in percentages

R + G + B =
183 + 155 + 187 = 525 (100%)
R 183 of 525 ~ 34.86%
G 155 of 525 ~ 29.52%
B 187 of 525 ~ 35.62%

%34.86
%29.52
%35.62

CMYK color model

#B79BBB color CMYK value is (2,17,0,27).

  • cyan value is 2.14%
  • magenta value is 17.11%
  • yellow value is 0.00%
  • key color value is 26.67%
CMYK:
(2,17,0,27)
C2M17Y0K27 
(2%,17%,0%,27%)
(0.02/0.17/0.00/0.27)	

CMYK percentages

%2.14
%17.11
%0
%26.67

Codes

Color #B79BBB in popluar color models

B79BBB
RGB183155187
HSL293°19.05%67.06%
HSB/HSV293°17.11%73.33%
CMYK2.14%17.11%0.00%
26.67%

Color #B79BBB in popluar number systems.

HEXB79BBB
Decimal183155187
Binary101101111001101110111011
Octal267233273

Shades and tints

Shades of #B79BBB

#B79BBB
(183,155,187)
#A78DAA
(167,141,170)
#977F99
(151,127,153)
#877188
(135,113,136)
#776377
(119,99,119)
#675566
(103,85,102)
#574755
(87,71,85)
#473944
(71,57,68)
#372B33
(55,43,51)
#271D22
(39,29,34)
#170F11
(23,15,17)
#000000
(0,0,0)

Tints of #B79BBB

#B79BBB
(183,155,187)
#BDA4C1
(189,164,193)
#C3ADC7
(195,173,199)
#C9B6CD
(201,182,205)
#CFBFD3
(207,191,211)
#D5C8D9
(213,200,217)
#DBD1DF
(219,209,223)
#E1DAE5
(225,218,229)
#E7E3EB
(231,227,235)
#EDECF1
(237,236,241)
#F3F5F7
(243,245,247)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #B79BBB; }

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

This text font color is #B79BBB.


Background Color

.myBgColor { background-color: #B79BBB; }

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

This div background color is #B79BBB.


Border color

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

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

This div border color is #B79BBB.


Opacity

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

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

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

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

This text has shadow with #B79BBB color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B79BBB on black background.


Color preview on white background

This text has color #B79BBB on white background.



Black color preview on #B79BBB background

This text has black color on #B79BBB background.


White color preview on #B79BBB background

This text has white color on #B79BBB background.