COLOR #B2989B

HEX: #B2989B
RGB: (178,152,155)

Color info

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

RGB color model

#B2989B color RGB value is (178,152,155).

  • red value is 178;
  • green value is 152;
  • blue value is 155.
RGB:
(178,152,155)
(70%,60%,61%)

RGB channels and saturation

R 178 of 255 = 70%
G 152 of 255 = 60%
B 155 of 255 = 61%

178
152
155

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

Portions of RGB colors in percentages

R + G + B =
178 + 152 + 155 = 485 (100%)
R 178 of 485 ~ 36.7%
G 152 of 485 ~ 31.34%
B 155 of 485 ~ 31.96%

%36.7
%31.34
%31.96

CMYK color model

#B2989B color CMYK value is (0,15,13,30).

  • cyan value is 0.00%
  • magenta value is 14.61%
  • yellow value is 12.92%
  • key color value is 30.20%
CMYK:
(0,15,13,30)
C0M15Y13K30 
(0%,15%,13%,30%)
(0.00/0.15/0.13/0.30)	

CMYK percentages

%0
%14.61
%12.92
%30.2

Codes

Color #B2989B in popluar color models

B2989B
RGB178152155
HSL353°14.44%64.71%
HSB/HSV353°14.61%69.80%
CMYK0.00%14.61%12.92%
30.20%

Color #B2989B in popluar number systems.

HEXB2989B
Decimal178152155
Binary101100101001100010011011
Octal262230233

Shades and tints

Shades of #B2989B

#B2989B
(178,152,155)
#A28B8D
(162,139,141)
#927E7F
(146,126,127)
#827171
(130,113,113)
#726463
(114,100,99)
#625755
(98,87,85)
#524A47
(82,74,71)
#423D39
(66,61,57)
#32302B
(50,48,43)
#22231D
(34,35,29)
#12160F
(18,22,15)
#000000
(0,0,0)

Tints of #B2989B

#B2989B
(178,152,155)
#B9A1A4
(185,161,164)
#C0AAAD
(192,170,173)
#C7B3B6
(199,179,182)
#CEBCBF
(206,188,191)
#D5C5C8
(213,197,200)
#DCCED1
(220,206,209)
#E3D7DA
(227,215,218)
#EAE0E3
(234,224,227)
#F1E9EC
(241,233,236)
#F8F2F5
(248,242,245)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #B2989B color. Also use rgb(178,152,155) instead hex code.

Text Font Color

.myTextColor { color: #B2989B; }

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

This text font color is #B2989B.


Background Color

.myBgColor { background-color: #B2989B; }

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

This div background color is #B2989B.


Border color

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

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

This div border color is #B2989B.


Opacity

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

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

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

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

This text has shadow with #B2989B color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B2989B on black background.


Color preview on white background

This text has color #B2989B on white background.



Black color preview on #B2989B background

This text has black color on #B2989B background.


White color preview on #B2989B background

This text has white color on #B2989B background.