COLOR #B2A78F

HEX: #B2A78F
RGB: (178,167,143)

Color info

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

RGB color model

#B2A78F color RGB value is (178,167,143).

  • red value is 178;
  • green value is 167;
  • blue value is 143.
RGB:
(178,167,143)
(70%,65%,56%)

RGB channels and saturation

R 178 of 255 = 70%
G 167 of 255 = 65%
B 143 of 255 = 56%

178
167
143

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

Portions of RGB colors in percentages

R + G + B =
178 + 167 + 143 = 488 (100%)
R 178 of 488 ~ 36.48%
G 167 of 488 ~ 34.22%
B 143 of 488 ~ 29.3%

%36.48
%34.22
%29.3

CMYK color model

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

  • cyan value is 0.00%
  • magenta value is 6.18%
  • yellow value is 19.66%
  • 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
%6.18
%19.66
%30.2

Codes

Color #B2A78F in popluar color models

B2A78F
RGB178167143
HSL41°18.52%62.94%
HSB/HSV41°19.66%69.80%
CMYK0.00%6.18%19.66%
30.20%

Color #B2A78F in popluar number systems.

HEXB2A78F
Decimal178167143
Binary101100101010011110001111
Octal262247217

Shades and tints

Shades of #B2A78F

#B2A78F
(178,167,143)
#A29882
(162,152,130)
#928975
(146,137,117)
#827A68
(130,122,104)
#726B5B
(114,107,91)
#625C4E
(98,92,78)
#524D41
(82,77,65)
#423E34
(66,62,52)
#322F27
(50,47,39)
#22201A
(34,32,26)
#12110D
(18,17,13)
#000000
(0,0,0)

Tints of #B2A78F

#B2A78F
(178,167,143)
#B9AF99
(185,175,153)
#C0B7A3
(192,183,163)
#C7BFAD
(199,191,173)
#CEC7B7
(206,199,183)
#D5CFC1
(213,207,193)
#DCD7CB
(220,215,203)
#E3DFD5
(227,223,213)
#EAE7DF
(234,231,223)
#F1EFE9
(241,239,233)
#F8F7F3
(248,247,243)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #B2A78F color. Also use rgb(178,167,143) instead hex code.

Text Font Color

.myTextColor { color: #B2A78F; }

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

This text font color is #B2A78F.


Background Color

.myBgColor { background-color: #B2A78F; }

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

This div background color is #B2A78F.


Border color

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

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

This div border color is #B2A78F.


Opacity

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

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

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

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

This text has shadow with #B2A78F color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B2A78F on black background.


Color preview on white background

This text has color #B2A78F on white background.



Black color preview on #B2A78F background

This text has black color on #B2A78F background.


White color preview on #B2A78F background

This text has white color on #B2A78F background.