COLOR #B2B18E

HEX: #B2B18E
RGB: (178,177,142)

Color info

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

RGB color model

#B2B18E color RGB value is (178,177,142).

  • red value is 178;
  • green value is 177;
  • blue value is 142.
RGB:
(178,177,142)
(70%,69%,56%)

RGB channels and saturation

R 178 of 255 = 70%
G 177 of 255 = 69%
B 142 of 255 = 56%

178
177
142

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

Portions of RGB colors in percentages

R + G + B =
178 + 177 + 142 = 497 (100%)
R 178 of 497 ~ 35.81%
G 177 of 497 ~ 35.61%
B 142 of 497 ~ 28.57%

%35.81
%35.61
%28.57

CMYK color model

#B2B18E color CMYK value is (0,1,20,30).

  • cyan value is 0.00%
  • magenta value is 0.56%
  • yellow value is 20.22%
  • key color value is 30.20%
CMYK:
(0,1,20,30)
C0M1Y20K30 
(0%,1%,20%,30%)
(0.00/0.01/0.20/0.30)	

CMYK percentages

%0
%0.56
%20.22
%30.2

Codes

Color #B2B18E in popluar color models

B2B18E
RGB178177142
HSL58°18.95%62.75%
HSB/HSV58°20.22%69.80%
CMYK0.00%0.56%20.22%
30.20%

Color #B2B18E in popluar number systems.

HEXB2B18E
Decimal178177142
Binary101100101011000110001110
Octal262261216

Shades and tints

Shades of #B2B18E

#B2B18E
(178,177,142)
#A2A182
(162,161,130)
#929176
(146,145,118)
#82816A
(130,129,106)
#72715E
(114,113,94)
#626152
(98,97,82)
#525146
(82,81,70)
#42413A
(66,65,58)
#32312E
(50,49,46)
#222122
(34,33,34)
#121116
(18,17,22)
#000000
(0,0,0)

Tints of #B2B18E

#B2B18E
(178,177,142)
#B9B898
(185,184,152)
#C0BFA2
(192,191,162)
#C7C6AC
(199,198,172)
#CECDB6
(206,205,182)
#D5D4C0
(213,212,192)
#DCDBCA
(220,219,202)
#E3E2D4
(227,226,212)
#EAE9DE
(234,233,222)
#F1F0E8
(241,240,232)
#F8F7F2
(248,247,242)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #B2B18E color. Also use rgb(178,177,142) instead hex code.

Text Font Color

.myTextColor { color: #B2B18E; }

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

This text font color is #B2B18E.


Background Color

.myBgColor { background-color: #B2B18E; }

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

This div background color is #B2B18E.


Border color

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

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

This div border color is #B2B18E.


Opacity

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

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

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

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

This text has shadow with #B2B18E color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B2B18E on black background.


Color preview on white background

This text has color #B2B18E on white background.



Black color preview on #B2B18E background

This text has black color on #B2B18E background.


White color preview on #B2B18E background

This text has white color on #B2B18E background.