COLOR #B3899B

HEX: #B3899B
RGB: (179,137,155)

Color info

#B3899B contains red, green and blue colors in about the same proportion. Web safe color of #B3899B is #999999 (or #999).

RGB color model

#B3899B color RGB value is (179,137,155).

  • red value is 179;
  • green value is 137;
  • blue value is 155.
RGB:
(179,137,155)
(70%,54%,61%)

RGB channels and saturation

R 179 of 255 = 70%
G 137 of 255 = 54%
B 155 of 255 = 61%

179
137
155

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

Portions of RGB colors in percentages

R + G + B =
179 + 137 + 155 = 471 (100%)
R 179 of 471 ~ 38%
G 137 of 471 ~ 29.09%
B 155 of 471 ~ 32.91%

%38
%29.09
%32.91

CMYK color model

#B3899B color CMYK value is (0,23,13,30).

  • cyan value is 0.00%
  • magenta value is 23.46%
  • yellow value is 13.41%
  • key color value is 29.80%
CMYK:
(0,23,13,30)
C0M23Y13K30 
(0%,23%,13%,30%)
(0.00/0.23/0.13/0.30)	

CMYK percentages

%0
%23.46
%13.41
%29.8

Codes

Color #B3899B in popluar color models

B3899B
RGB179137155
HSL334°21.65%61.96%
HSB/HSV334°23.46%70.20%
CMYK0.00%23.46%13.41%
29.80%

Color #B3899B in popluar number systems.

HEXB3899B
Decimal179137155
Binary101100111000100110011011
Octal263211233

Shades and tints

Shades of #B3899B

#B3899B
(179,137,155)
#A37D8D
(163,125,141)
#93717F
(147,113,127)
#836571
(131,101,113)
#735963
(115,89,99)
#634D55
(99,77,85)
#534147
(83,65,71)
#433539
(67,53,57)
#33292B
(51,41,43)
#231D1D
(35,29,29)
#13110F
(19,17,15)
#000000
(0,0,0)

Tints of #B3899B

#B3899B
(179,137,155)
#B993A4
(185,147,164)
#BF9DAD
(191,157,173)
#C5A7B6
(197,167,182)
#CBB1BF
(203,177,191)
#D1BBC8
(209,187,200)
#D7C5D1
(215,197,209)
#DDCFDA
(221,207,218)
#E3D9E3
(227,217,227)
#E9E3EC
(233,227,236)
#EFEDF5
(239,237,245)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #B3899B color. Also use rgb(179,137,155) instead hex code.

Text Font Color

.myTextColor { color: #B3899B; }

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

This text font color is #B3899B.


Background Color

.myBgColor { background-color: #B3899B; }

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

This div background color is #B3899B.


Border color

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

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

This div border color is #B3899B.


Opacity

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

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

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

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

This text has shadow with #B3899B color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B3899B on black background.


Color preview on white background

This text has color #B3899B on white background.



Black color preview on #B3899B background

This text has black color on #B3899B background.


White color preview on #B3899B background

This text has white color on #B3899B background.