COLOR #B2AE8A

HEX: #B2AE8A RGB: (178,174,138)

Color info

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

RGB color model

#B2AE8A color RGB value is (178,174,138).

RGB: (178,174,138) (70%, 68%, 54%)

RGB channels and saturation

R 178 of 255 = 70%
G 174 of 255 = 68%
B 138 of 255 = 54%

178
174
138

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

Portions of RGB colors in percentages

R + G + B = 178 + 174 + 138 = 490 (100%)
R 178 of 490 ~ 36.33%
G 174 of 490 ~ 35.51%
B 138 of 490 ~ 28.16'%

%36.33
%35.51
%28.16

CMYK color model

#B2AE8A color CMYK value is (0,2,22,30).

  • cyan value is 0.00%
  • magenta value is 2.25%
  • yellow value is 22.47%
  • key color value is 30.20%

CMYK: (0,2,22,30)
C0M2Y22K30 (0%, 2%, 22%, 30%)
(0.00 / 0.02 / 0.22 / 0.30)

CMYK percentages

%0
%2.25
%22.47
%30.2

Codes

Color #B2AE8A in popluar color models

B2 AE 8A
RGB 178 174 138
HSL 54° 20.62% 61.96%
HSB/HSV 54° 22.47% 69.80%
CMYK 0.00% 2.25% 22.47%
30.20%

Color #B2AE8A in popluar number systems.

HEX B2 AE 8A
Decimal 178 174 138
Binary 10110010 10101110 10001010
Octal 262 256 212

Shades and tints

Shades of #B2AE8A

#B2AE8A
(178,174,138)
#A29F7E
(162,159,126)
#929072
(146,144,114)
#828166
(130,129,102)
#72725A
(114,114,90)
#62634E
(98,99,78)
#525442
(82,84,66)
#424536
(66,69,54)
#32362A
(50,54,42)
#22271E
(34,39,30)
#121812
(18,24,18)
#000000
(0,0,0)

Tints of #B2AE8A

#B2AE8A
(178,174,138)
#B9B594
(185,181,148)
#C0BC9E
(192,188,158)
#C7C3A8
(199,195,168)
#CECAB2
(206,202,178)
#D5D1BC
(213,209,188)
#DCD8C6
(220,216,198)
#E3DFD0
(227,223,208)
#EAE6DA
(234,230,218)
#F1EDE4
(241,237,228)
#F8F4EE
(248,244,238)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #B2AE8A; }

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

This text font color is #B2AE8A.

Background Color

.myBgColor { background-color: #B2AE8A; }

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

This div background color is #B2AE8A.

Border color

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

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

This div border color is #B2AE8A.

Opacity

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

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

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

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

This text has shadow with #B2AE8A color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #B2AE8A.

Preview

Color preview on black background

This text has color #B2AE8A on black background.


Color preview on white background

This text has color #B2AE8A on white background.


Black color preview on #B2AE8A background

This text has black color on #B2AE8A background.


White color preview on #B2AE8A background

This text has white color on #B2AE8A background.


Related colors

Complementary color

Complementary color for #hex is #4D5175.


I love getcolorcode.com

Triadic colors

1 #8AB2AE and #AE8AB2 with #B2AE8A are triadic colors.

2 #8AAEB2 and #AEB28A with #B2AE8A are triadic colors.