COLOR #B79AB8

HEX: #B79AB8
RGB: (183,154,184)

Color info

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

RGB color model

#B79AB8 color RGB value is (183,154,184).

  • red value is 183;
  • green value is 154;
  • blue value is 184.
RGB:
(183,154,184)
(72%,60%,72%)

RGB channels and saturation

R 183 of 255 = 72%
G 154 of 255 = 60%
B 184 of 255 = 72%

183
154
184

R + G + B ~ 68%. #B79AB8 is quite light color.

Portions of RGB colors in percentages

R + G + B =
183 + 154 + 184 = 521 (100%)
R 183 of 521 ~ 35.12%
G 154 of 521 ~ 29.56%
B 184 of 521 ~ 35.32%

%35.12
%29.56
%35.32

CMYK color model

#B79AB8 color CMYK value is (1,16,0,28).

  • cyan value is 0.54%
  • magenta value is 16.30%
  • yellow value is 0.00%
  • key color value is 27.84%
CMYK:
(1,16,0,28)
C1M16Y0K28 
(1%,16%,0%,28%)
(0.01/0.16/0.00/0.28)	

CMYK percentages

%0.54
%16.3
%0
%27.84

Codes

Color #B79AB8 in popluar color models

B79AB8
RGB183154184
HSL298°17.44%66.27%
HSB/HSV298°16.30%72.16%
CMYK0.54%16.30%0.00%
27.84%

Color #B79AB8 in popluar number systems.

HEXB79AB8
Decimal183154184
Binary101101111001101010111000
Octal267232270

Shades and tints

Shades of #B79AB8

#B79AB8
(183,154,184)
#A78CA8
(167,140,168)
#977E98
(151,126,152)
#877088
(135,112,136)
#776278
(119,98,120)
#675468
(103,84,104)
#574658
(87,70,88)
#473848
(71,56,72)
#372A38
(55,42,56)
#271C28
(39,28,40)
#170E18
(23,14,24)
#000000
(0,0,0)

Tints of #B79AB8

#B79AB8
(183,154,184)
#BDA3BE
(189,163,190)
#C3ACC4
(195,172,196)
#C9B5CA
(201,181,202)
#CFBED0
(207,190,208)
#D5C7D6
(213,199,214)
#DBD0DC
(219,208,220)
#E1D9E2
(225,217,226)
#E7E2E8
(231,226,232)
#EDEBEE
(237,235,238)
#F3F4F4
(243,244,244)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #B79AB8 color. Also use rgb(183,154,184) instead hex code.

Text Font Color

.myTextColor { color: #B79AB8; }

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

This text font color is #B79AB8.


Background Color

.myBgColor { background-color: #B79AB8; }

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

This div background color is #B79AB8.


Border color

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

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

This div border color is #B79AB8.


Opacity

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

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

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

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

This text has shadow with #B79AB8 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B79AB8 on black background.


Color preview on white background

This text has color #B79AB8 on white background.



Black color preview on #B79AB8 background

This text has black color on #B79AB8 background.


White color preview on #B79AB8 background

This text has white color on #B79AB8 background.