COLOR #B2AE7A

HEX: #B2AE7A
RGB: (178,174,122)

Color info

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

RGB color model

#B2AE7A color RGB value is (178,174,122).

  • red value is 178;
  • green value is 174;
  • blue value is 122.
RGB:
(178,174,122)
(70%,68%,48%)

RGB channels and saturation

R 178 of 255 = 70%
G 174 of 255 = 68%
B 122 of 255 = 48%

178
174
122

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

Portions of RGB colors in percentages

R + G + B =
178 + 174 + 122 = 474 (100%)
R 178 of 474 ~ 37.55%
G 174 of 474 ~ 36.71%
B 122 of 474 ~ 25.74%

%37.55
%36.71
%25.74

CMYK color model

#B2AE7A color CMYK value is (0,2,31,30).

  • cyan value is 0.00%
  • magenta value is 2.25%
  • yellow value is 31.46%
  • key color value is 30.20%
CMYK:
(0,2,31,30)
C0M2Y31K30 
(0%,2%,31%,30%)
(0.00/0.02/0.31/0.30)	

CMYK percentages

%0
%2.25
%31.46
%30.2

Codes

Color #B2AE7A in popluar color models

B2AE7A
RGB178174122
HSL56°26.67%58.82%
HSB/HSV56°31.46%69.80%
CMYK0.00%2.25%31.46%
30.20%

Color #B2AE7A in popluar number systems.

HEXB2AE7A
Decimal178174122
Binary10110010101011101111010
Octal262256172

Shades and tints

Shades of #B2AE7A

#B2AE7A
(178,174,122)
#A29F6F
(162,159,111)
#929064
(146,144,100)
#828159
(130,129,89)
#72724E
(114,114,78)
#626343
(98,99,67)
#525438
(82,84,56)
#42452D
(66,69,45)
#323622
(50,54,34)
#222717
(34,39,23)
#12180C
(18,24,12)
#000000
(0,0,0)

Tints of #B2AE7A

#B2AE7A
(178,174,122)
#B9B586
(185,181,134)
#C0BC92
(192,188,146)
#C7C39E
(199,195,158)
#CECAAA
(206,202,170)
#D5D1B6
(213,209,182)
#DCD8C2
(220,216,194)
#E3DFCE
(227,223,206)
#EAE6DA
(234,230,218)
#F1EDE6
(241,237,230)
#F8F4F2
(248,244,242)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #B2AE7A color. Also use rgb(178,174,122) instead hex code.

Text Font Color

.myTextColor { color: #B2AE7A; }

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

This text font color is #B2AE7A.


Background Color

.myBgColor { background-color: #B2AE7A; }

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

This div background color is #B2AE7A.


Border color

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

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

This div border color is #B2AE7A.


Opacity

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

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

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

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

This text has shadow with #B2AE7A color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B2AE7A on black background.


Color preview on white background

This text has color #B2AE7A on white background.



Black color preview on #B2AE7A background

This text has black color on #B2AE7A background.


White color preview on #B2AE7A background

This text has white color on #B2AE7A background.