COLOR #B3898C

HEX: #B3898C
RGB: (179,137,140)

Color info

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

RGB color model

#B3898C color RGB value is (179,137,140).

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

RGB channels and saturation

R 179 of 255 = 70%
G 137 of 255 = 54%
B 140 of 255 = 55%

179
137
140

R + G + B ~ 60%. #B3898C is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
179 + 137 + 140 = 456 (100%)
R 179 of 456 ~ 39.25%
G 137 of 456 ~ 30.04%
B 140 of 456 ~ 30.7%

%39.25
%30.04
%30.7

CMYK color model

#B3898C color CMYK value is (0,23,22,30).

  • cyan value is 0.00%
  • magenta value is 23.46%
  • yellow value is 21.79%
  • key color value is 29.80%
CMYK:
(0,23,22,30)
C0M23Y22K30 
(0%,23%,22%,30%)
(0.00/0.23/0.22/0.30)	

CMYK percentages

%0
%23.46
%21.79
%29.8

Codes

Color #B3898C in popluar color models

B3898C
RGB179137140
HSL356°21.65%61.96%
HSB/HSV356°23.46%70.20%
CMYK0.00%23.46%21.79%
29.80%

Color #B3898C in popluar number systems.

HEXB3898C
Decimal179137140
Binary101100111000100110001100
Octal263211214

Shades and tints

Shades of #B3898C

#B3898C
(179,137,140)
#A37D80
(163,125,128)
#937174
(147,113,116)
#836568
(131,101,104)
#73595C
(115,89,92)
#634D50
(99,77,80)
#534144
(83,65,68)
#433538
(67,53,56)
#33292C
(51,41,44)
#231D20
(35,29,32)
#131114
(19,17,20)
#000000
(0,0,0)

Tints of #B3898C

#B3898C
(179,137,140)
#B99396
(185,147,150)
#BF9DA0
(191,157,160)
#C5A7AA
(197,167,170)
#CBB1B4
(203,177,180)
#D1BBBE
(209,187,190)
#D7C5C8
(215,197,200)
#DDCFD2
(221,207,210)
#E3D9DC
(227,217,220)
#E9E3E6
(233,227,230)
#EFEDF0
(239,237,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #B3898C; }

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

This text font color is #B3898C.


Background Color

.myBgColor { background-color: #B3898C; }

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

This div background color is #B3898C.


Border color

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

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

This div border color is #B3898C.


Opacity

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

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

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

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

This text has shadow with #B3898C color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B3898C on black background.


Color preview on white background

This text has color #B3898C on white background.



Black color preview on #B3898C background

This text has black color on #B3898C background.


White color preview on #B3898C background

This text has white color on #B3898C background.