COLOR #B2989D

HEX: #B2989D
RGB: (178,152,157)

Color info

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

RGB color model

#B2989D color RGB value is (178,152,157).

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

RGB channels and saturation

R 178 of 255 = 70%
G 152 of 255 = 60%
B 157 of 255 = 62%

178
152
157

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

Portions of RGB colors in percentages

R + G + B =
178 + 152 + 157 = 487 (100%)
R 178 of 487 ~ 36.55%
G 152 of 487 ~ 31.21%
B 157 of 487 ~ 32.24%

%36.55
%31.21
%32.24

CMYK color model

#B2989D color CMYK value is (0,15,12,30).

  • cyan value is 0.00%
  • magenta value is 14.61%
  • yellow value is 11.80%
  • key color value is 30.20%
CMYK:
(0,15,12,30)
C0M15Y12K30 
(0%,15%,12%,30%)
(0.00/0.15/0.12/0.30)	

CMYK percentages

%0
%14.61
%11.8
%30.2

Codes

Color #B2989D in popluar color models

B2989D
RGB178152157
HSL348°14.44%64.71%
HSB/HSV348°14.61%69.80%
CMYK0.00%14.61%11.80%
30.20%

Color #B2989D in popluar number systems.

HEXB2989D
Decimal178152157
Binary101100101001100010011101
Octal262230235

Shades and tints

Shades of #B2989D

#B2989D
(178,152,157)
#A28B8F
(162,139,143)
#927E81
(146,126,129)
#827173
(130,113,115)
#726465
(114,100,101)
#625757
(98,87,87)
#524A49
(82,74,73)
#423D3B
(66,61,59)
#32302D
(50,48,45)
#22231F
(34,35,31)
#121611
(18,22,17)
#000000
(0,0,0)

Tints of #B2989D

#B2989D
(178,152,157)
#B9A1A5
(185,161,165)
#C0AAAD
(192,170,173)
#C7B3B5
(199,179,181)
#CEBCBD
(206,188,189)
#D5C5C5
(213,197,197)
#DCCECD
(220,206,205)
#E3D7D5
(227,215,213)
#EAE0DD
(234,224,221)
#F1E9E5
(241,233,229)
#F8F2ED
(248,242,237)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #B2989D; }

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

This text font color is #B2989D.


Background Color

.myBgColor { background-color: #B2989D; }

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

This div background color is #B2989D.


Border color

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

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

This div border color is #B2989D.


Opacity

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

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

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

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

This text has shadow with #B2989D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B2989D on black background.


Color preview on white background

This text has color #B2989D on white background.



Black color preview on #B2989D background

This text has black color on #B2989D background.


White color preview on #B2989D background

This text has white color on #B2989D background.