COLOR #B2B488

HEX: #B2B488
RGB: (178,180,136)

Color info

#B2B488 contains red, green and blue colors in about the same proportion. Web safe color of #B2B488 is #99CC99 (or #9C9).

RGB color model

#B2B488 color RGB value is (178,180,136).

  • red value is 178;
  • green value is 180;
  • blue value is 136.
RGB:
(178,180,136)
(70%,71%,53%)

RGB channels and saturation

R 178 of 255 = 70%
G 180 of 255 = 71%
B 136 of 255 = 53%

178
180
136

R + G + B ~ 65%. #B2B488 is quite light color.

Portions of RGB colors in percentages

R + G + B =
178 + 180 + 136 = 494 (100%)
R 178 of 494 ~ 36.03%
G 180 of 494 ~ 36.44%
B 136 of 494 ~ 27.53%

%36.03
%36.44
%27.53

CMYK color model

#B2B488 color CMYK value is (1,0,24,29).

  • cyan value is 1.11%
  • magenta value is 0.00%
  • yellow value is 24.44%
  • key color value is 29.41%
CMYK:
(1,0,24,29)
C1M0Y24K29 
(1%,0%,24%,29%)
(0.01/0.00/0.24/0.29)	

CMYK percentages

%1.11
%0
%24.44
%29.41

Codes

Color #B2B488 in popluar color models

B2B488
RGB178180136
HSL63°22.68%61.96%
HSB/HSV63°24.44%70.59%
CMYK1.11%0.00%24.44%
29.41%

Color #B2B488 in popluar number systems.

HEXB2B488
Decimal178180136
Binary101100101011010010001000
Octal262264210

Shades and tints

Shades of #B2B488

#B2B488
(178,180,136)
#A2A47C
(162,164,124)
#929470
(146,148,112)
#828464
(130,132,100)
#727458
(114,116,88)
#62644C
(98,100,76)
#525440
(82,84,64)
#424434
(66,68,52)
#323428
(50,52,40)
#22241C
(34,36,28)
#121410
(18,20,16)
#000000
(0,0,0)

Tints of #B2B488

#B2B488
(178,180,136)
#B9BA92
(185,186,146)
#C0C09C
(192,192,156)
#C7C6A6
(199,198,166)
#CECCB0
(206,204,176)
#D5D2BA
(213,210,186)
#DCD8C4
(220,216,196)
#E3DECE
(227,222,206)
#EAE4D8
(234,228,216)
#F1EAE2
(241,234,226)
#F8F0EC
(248,240,236)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #B2B488 color. Also use rgb(178,180,136) instead hex code.

Text Font Color

.myTextColor { color: #B2B488; }

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

This text font color is #B2B488.


Background Color

.myBgColor { background-color: #B2B488; }

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

This div background color is #B2B488.


Border color

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

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

This div border color is #B2B488.


Opacity

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

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

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

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

This text has shadow with #B2B488 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B2B488 on black background.


Color preview on white background

This text has color #B2B488 on white background.



Black color preview on #B2B488 background

This text has black color on #B2B488 background.


White color preview on #B2B488 background

This text has white color on #B2B488 background.