COLOR #B2989E

HEX: #B2989E
RGB: (178,152,158)

Color info

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

RGB color model

#B2989E color RGB value is (178,152,158).

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

RGB channels and saturation

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

178
152
158

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

Portions of RGB colors in percentages

R + G + B =
178 + 152 + 158 = 488 (100%)
R 178 of 488 ~ 36.48%
G 152 of 488 ~ 31.15%
B 158 of 488 ~ 32.38%

%36.48
%31.15
%32.38

CMYK color model

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

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

CMYK percentages

%0
%14.61
%11.24
%30.2

Codes

Color #B2989E in popluar color models

B2989E
RGB178152158
HSL346°14.44%64.71%
HSB/HSV346°14.61%69.80%
CMYK0.00%14.61%11.24%
30.20%

Color #B2989E in popluar number systems.

HEXB2989E
Decimal178152158
Binary101100101001100010011110
Octal262230236

Shades and tints

Shades of #B2989E

#B2989E
(178,152,158)
#A28B90
(162,139,144)
#927E82
(146,126,130)
#827174
(130,113,116)
#726466
(114,100,102)
#625758
(98,87,88)
#524A4A
(82,74,74)
#423D3C
(66,61,60)
#32302E
(50,48,46)
#222320
(34,35,32)
#121612
(18,22,18)
#000000
(0,0,0)

Tints of #B2989E

#B2989E
(178,152,158)
#B9A1A6
(185,161,166)
#C0AAAE
(192,170,174)
#C7B3B6
(199,179,182)
#CEBCBE
(206,188,190)
#D5C5C6
(213,197,198)
#DCCECE
(220,206,206)
#E3D7D6
(227,215,214)
#EAE0DE
(234,224,222)
#F1E9E6
(241,233,230)
#F8F2EE
(248,242,238)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #B2989E; }

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

This text font color is #B2989E.


Background Color

.myBgColor { background-color: #B2989E; }

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

This div background color is #B2989E.


Border color

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

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

This div border color is #B2989E.


Opacity

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

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

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

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

This text has shadow with #B2989E color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B2989E on black background.


Color preview on white background

This text has color #B2989E on white background.



Black color preview on #B2989E background

This text has black color on #B2989E background.


White color preview on #B2989E background

This text has white color on #B2989E background.