COLOR #B2AC7D

HEX: #B2AC7D
RGB: (178,172,125)

Color info

#B2AC7D contains red, green and blue colors in about the same proportion. Web safe color of #B2AC7D is #999966 (or #996).

RGB color model

#B2AC7D color RGB value is (178,172,125).

  • red value is 178;
  • green value is 172;
  • blue value is 125.
RGB:
(178,172,125)
(70%,67%,49%)

RGB channels and saturation

R 178 of 255 = 70%
G 172 of 255 = 67%
B 125 of 255 = 49%

178
172
125

R + G + B ~ 62%. #B2AC7D is quite light color.

Portions of RGB colors in percentages

R + G + B =
178 + 172 + 125 = 475 (100%)
R 178 of 475 ~ 37.47%
G 172 of 475 ~ 36.21%
B 125 of 475 ~ 26.32%

%37.47
%36.21
%26.32

CMYK color model

#B2AC7D color CMYK value is (0,3,30,30).

  • cyan value is 0.00%
  • magenta value is 3.37%
  • yellow value is 29.78%
  • key color value is 30.20%
CMYK:
(0,3,30,30)
C0M3Y30K30 
(0%,3%,30%,30%)
(0.00/0.03/0.30/0.30)	

CMYK percentages

%0
%3.37
%29.78
%30.2

Codes

Color #B2AC7D in popluar color models

B2AC7D
RGB178172125
HSL53°25.60%59.41%
HSB/HSV53°29.78%69.80%
CMYK0.00%3.37%29.78%
30.20%

Color #B2AC7D in popluar number systems.

HEXB2AC7D
Decimal178172125
Binary10110010101011001111101
Octal262254175

Shades and tints

Shades of #B2AC7D

#B2AC7D
(178,172,125)
#A29D72
(162,157,114)
#928E67
(146,142,103)
#827F5C
(130,127,92)
#727051
(114,112,81)
#626146
(98,97,70)
#52523B
(82,82,59)
#424330
(66,67,48)
#323425
(50,52,37)
#22251A
(34,37,26)
#12160F
(18,22,15)
#000000
(0,0,0)

Tints of #B2AC7D

#B2AC7D
(178,172,125)
#B9B388
(185,179,136)
#C0BA93
(192,186,147)
#C7C19E
(199,193,158)
#CEC8A9
(206,200,169)
#D5CFB4
(213,207,180)
#DCD6BF
(220,214,191)
#E3DDCA
(227,221,202)
#EAE4D5
(234,228,213)
#F1EBE0
(241,235,224)
#F8F2EB
(248,242,235)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #B2AC7D color. Also use rgb(178,172,125) instead hex code.

Text Font Color

.myTextColor { color: #B2AC7D; }

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

This text font color is #B2AC7D.


Background Color

.myBgColor { background-color: #B2AC7D; }

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

This div background color is #B2AC7D.


Border color

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

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

This div border color is #B2AC7D.


Opacity

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

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

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

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

This text has shadow with #B2AC7D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B2AC7D on black background.


Color preview on white background

This text has color #B2AC7D on white background.



Black color preview on #B2AC7D background

This text has black color on #B2AC7D background.


White color preview on #B2AC7D background

This text has white color on #B2AC7D background.