COLOR #B2A88E

HEX: #B2A88E
RGB: (178,168,142)

Color info

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

RGB color model

#B2A88E color RGB value is (178,168,142).

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

RGB channels and saturation

R 178 of 255 = 70%
G 168 of 255 = 66%
B 142 of 255 = 56%

178
168
142

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

Portions of RGB colors in percentages

R + G + B =
178 + 168 + 142 = 488 (100%)
R 178 of 488 ~ 36.48%
G 168 of 488 ~ 34.43%
B 142 of 488 ~ 29.1%

%36.48
%34.43
%29.1

CMYK color model

#B2A88E color CMYK value is (0,6,20,30).

  • cyan value is 0.00%
  • magenta value is 5.62%
  • yellow value is 20.22%
  • key color value is 30.20%
CMYK:
(0,6,20,30)
C0M6Y20K30 
(0%,6%,20%,30%)
(0.00/0.06/0.20/0.30)	

CMYK percentages

%0
%5.62
%20.22
%30.2

Codes

Color #B2A88E in popluar color models

B2A88E
RGB178168142
HSL43°18.95%62.75%
HSB/HSV43°20.22%69.80%
CMYK0.00%5.62%20.22%
30.20%

Color #B2A88E in popluar number systems.

HEXB2A88E
Decimal178168142
Binary101100101010100010001110
Octal262250216

Shades and tints

Shades of #B2A88E

#B2A88E
(178,168,142)
#A29982
(162,153,130)
#928A76
(146,138,118)
#827B6A
(130,123,106)
#726C5E
(114,108,94)
#625D52
(98,93,82)
#524E46
(82,78,70)
#423F3A
(66,63,58)
#32302E
(50,48,46)
#222122
(34,33,34)
#121216
(18,18,22)
#000000
(0,0,0)

Tints of #B2A88E

#B2A88E
(178,168,142)
#B9AF98
(185,175,152)
#C0B6A2
(192,182,162)
#C7BDAC
(199,189,172)
#CEC4B6
(206,196,182)
#D5CBC0
(213,203,192)
#DCD2CA
(220,210,202)
#E3D9D4
(227,217,212)
#EAE0DE
(234,224,222)
#F1E7E8
(241,231,232)
#F8EEF2
(248,238,242)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #B2A88E; }

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

This text font color is #B2A88E.


Background Color

.myBgColor { background-color: #B2A88E; }

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

This div background color is #B2A88E.


Border color

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

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

This div border color is #B2A88E.


Opacity

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

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

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

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

This text has shadow with #B2A88E color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B2A88E on black background.


Color preview on white background

This text has color #B2A88E on white background.



Black color preview on #B2A88E background

This text has black color on #B2A88E background.


White color preview on #B2A88E background

This text has white color on #B2A88E background.