COLOR #B2988C

HEX: #B2988C
RGB: (178,152,140)

Color info

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

RGB color model

#B2988C color RGB value is (178,152,140).

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

RGB channels and saturation

R 178 of 255 = 70%
G 152 of 255 = 60%
B 140 of 255 = 55%

178
152
140

R + G + B ~ 62%. #B2988C is quite light color.

Portions of RGB colors in percentages

R + G + B =
178 + 152 + 140 = 470 (100%)
R 178 of 470 ~ 37.87%
G 152 of 470 ~ 32.34%
B 140 of 470 ~ 29.79%

%37.87
%32.34
%29.79

CMYK color model

#B2988C color CMYK value is (0,15,21,30).

  • cyan value is 0.00%
  • magenta value is 14.61%
  • yellow value is 21.35%
  • key color value is 30.20%
CMYK:
(0,15,21,30)
C0M15Y21K30 
(0%,15%,21%,30%)
(0.00/0.15/0.21/0.30)	

CMYK percentages

%0
%14.61
%21.35
%30.2

Codes

Color #B2988C in popluar color models

B2988C
RGB178152140
HSL19°19.79%62.35%
HSB/HSV19°21.35%69.80%
CMYK0.00%14.61%21.35%
30.20%

Color #B2988C in popluar number systems.

HEXB2988C
Decimal178152140
Binary101100101001100010001100
Octal262230214

Shades and tints

Shades of #B2988C

#B2988C
(178,152,140)
#A28B80
(162,139,128)
#927E74
(146,126,116)
#827168
(130,113,104)
#72645C
(114,100,92)
#625750
(98,87,80)
#524A44
(82,74,68)
#423D38
(66,61,56)
#32302C
(50,48,44)
#222320
(34,35,32)
#121614
(18,22,20)
#000000
(0,0,0)

Tints of #B2988C

#B2988C
(178,152,140)
#B9A196
(185,161,150)
#C0AAA0
(192,170,160)
#C7B3AA
(199,179,170)
#CEBCB4
(206,188,180)
#D5C5BE
(213,197,190)
#DCCEC8
(220,206,200)
#E3D7D2
(227,215,210)
#EAE0DC
(234,224,220)
#F1E9E6
(241,233,230)
#F8F2F0
(248,242,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #B2988C; }

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

This text font color is #B2988C.


Background Color

.myBgColor { background-color: #B2988C; }

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

This div background color is #B2988C.


Border color

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

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

This div border color is #B2988C.


Opacity

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

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

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

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

This text has shadow with #B2988C color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B2988C on black background.


Color preview on white background

This text has color #B2988C on white background.



Black color preview on #B2988C background

This text has black color on #B2988C background.


White color preview on #B2988C background

This text has white color on #B2988C background.