COLOR #B2A68C

HEX: #B2A68C
RGB: (178,166,140)

Color info

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

RGB color model

#B2A68C color RGB value is (178,166,140).

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

RGB channels and saturation

R 178 of 255 = 70%
G 166 of 255 = 65%
B 140 of 255 = 55%

178
166
140

R + G + B ~ 63%. #B2A68C is quite light color.

Portions of RGB colors in percentages

R + G + B =
178 + 166 + 140 = 484 (100%)
R 178 of 484 ~ 36.78%
G 166 of 484 ~ 34.3%
B 140 of 484 ~ 28.93%

%36.78
%34.3
%28.93

CMYK color model

#B2A68C color CMYK value is (0,7,21,30).

  • cyan value is 0.00%
  • magenta value is 6.74%
  • yellow value is 21.35%
  • key color value is 30.20%
CMYK:
(0,7,21,30)
C0M7Y21K30 
(0%,7%,21%,30%)
(0.00/0.07/0.21/0.30)	

CMYK percentages

%0
%6.74
%21.35
%30.2

Codes

Color #B2A68C in popluar color models

B2A68C
RGB178166140
HSL41°19.79%62.35%
HSB/HSV41°21.35%69.80%
CMYK0.00%6.74%21.35%
30.20%

Color #B2A68C in popluar number systems.

HEXB2A68C
Decimal178166140
Binary101100101010011010001100
Octal262246214

Shades and tints

Shades of #B2A68C

#B2A68C
(178,166,140)
#A29780
(162,151,128)
#928874
(146,136,116)
#827968
(130,121,104)
#726A5C
(114,106,92)
#625B50
(98,91,80)
#524C44
(82,76,68)
#423D38
(66,61,56)
#322E2C
(50,46,44)
#221F20
(34,31,32)
#121014
(18,16,20)
#000000
(0,0,0)

Tints of #B2A68C

#B2A68C
(178,166,140)
#B9AE96
(185,174,150)
#C0B6A0
(192,182,160)
#C7BEAA
(199,190,170)
#CEC6B4
(206,198,180)
#D5CEBE
(213,206,190)
#DCD6C8
(220,214,200)
#E3DED2
(227,222,210)
#EAE6DC
(234,230,220)
#F1EEE6
(241,238,230)
#F8F6F0
(248,246,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #B2A68C; }

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

This text font color is #B2A68C.


Background Color

.myBgColor { background-color: #B2A68C; }

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

This div background color is #B2A68C.


Border color

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

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

This div border color is #B2A68C.


Opacity

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

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

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

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

This text has shadow with #B2A68C color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B2A68C on black background.


Color preview on white background

This text has color #B2A68C on white background.



Black color preview on #B2A68C background

This text has black color on #B2A68C background.


White color preview on #B2A68C background

This text has white color on #B2A68C background.