COLOR #B3989F

HEX: #B3989F
RGB: (179,152,159)

Color info

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

RGB color model

#B3989F color RGB value is (179,152,159).

  • red value is 179;
  • green value is 152;
  • blue value is 159.
RGB:
(179,152,159)
(70%,60%,62%)

RGB channels and saturation

R 179 of 255 = 70%
G 152 of 255 = 60%
B 159 of 255 = 62%

179
152
159

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

Portions of RGB colors in percentages

R + G + B =
179 + 152 + 159 = 490 (100%)
R 179 of 490 ~ 36.53%
G 152 of 490 ~ 31.02%
B 159 of 490 ~ 32.45%

%36.53
%31.02
%32.45

CMYK color model

#B3989F color CMYK value is (0,15,11,30).

  • cyan value is 0.00%
  • magenta value is 15.08%
  • yellow value is 11.17%
  • key color value is 29.80%
CMYK:
(0,15,11,30)
C0M15Y11K30 
(0%,15%,11%,30%)
(0.00/0.15/0.11/0.30)	

CMYK percentages

%0
%15.08
%11.17
%29.8

Codes

Color #B3989F in popluar color models

B3989F
RGB179152159
HSL344°15.08%64.90%
HSB/HSV344°15.08%70.20%
CMYK0.00%15.08%11.17%
29.80%

Color #B3989F in popluar number systems.

HEXB3989F
Decimal179152159
Binary101100111001100010011111
Octal263230237

Shades and tints

Shades of #B3989F

#B3989F
(179,152,159)
#A38B91
(163,139,145)
#937E83
(147,126,131)
#837175
(131,113,117)
#736467
(115,100,103)
#635759
(99,87,89)
#534A4B
(83,74,75)
#433D3D
(67,61,61)
#33302F
(51,48,47)
#232321
(35,35,33)
#131613
(19,22,19)
#000000
(0,0,0)

Tints of #B3989F

#B3989F
(179,152,159)
#B9A1A7
(185,161,167)
#BFAAAF
(191,170,175)
#C5B3B7
(197,179,183)
#CBBCBF
(203,188,191)
#D1C5C7
(209,197,199)
#D7CECF
(215,206,207)
#DDD7D7
(221,215,215)
#E3E0DF
(227,224,223)
#E9E9E7
(233,233,231)
#EFF2EF
(239,242,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #B3989F color. Also use rgb(179,152,159) instead hex code.

Text Font Color

.myTextColor { color: #B3989F; }

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

This text font color is #B3989F.


Background Color

.myBgColor { background-color: #B3989F; }

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

This div background color is #B3989F.


Border color

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

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

This div border color is #B3989F.


Opacity

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

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

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

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

This text has shadow with #B3989F color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B3989F on black background.


Color preview on white background

This text has color #B3989F on white background.



Black color preview on #B3989F background

This text has black color on #B3989F background.


White color preview on #B3989F background

This text has white color on #B3989F background.