COLOR #B2AE91

HEX: #B2AE91 RGB: (178,174,145)

Color info

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

RGB color model

#B2AE91 color RGB value is (178,174,145).

RGB: (178,174,145) (70%, 68%, 57%)

RGB channels and saturation

R 178 of 255 = 70%
G 174 of 255 = 68%
B 145 of 255 = 57%

178
174
145

R + G + B ~ 65%. #B2AE91 is quite light color.

Portions of RGB colors in percentages

R + G + B = 178 + 174 + 145 = 497 (100%)
R 178 of 497 ~ 35.81%
G 174 of 497 ~ 35.01%
B 145 of 497 ~ 29.18'%

%35.81
%35.01
%29.18

CMYK color model

#B2AE91 color CMYK value is (0,2,19,30).

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

CMYK: (0,2,19,30)
C0M2Y19K30 (0%, 2%, 19%, 30%)
(0.00 / 0.02 / 0.19 / 0.30)

CMYK percentages

%0
%2.25
%18.54
%30.2

Codes

Color #B2AE91 in popluar color models

B2 AE 91
RGB 178 174 145
HSL 53° 17.65% 63.33%
HSB/HSV 53° 18.54% 69.80%
CMYK 0.00% 2.25% 18.54%
30.20%

Color #B2AE91 in popluar number systems.

HEX B2 AE 91
Decimal 178 174 145
Binary 10110010 10101110 10010001
Octal 262 256 221

Shades and tints

Shades of #B2AE91

#B2AE91
(178,174,145)
#A29F84
(162,159,132)
#929077
(146,144,119)
#82816A
(130,129,106)
#72725D
(114,114,93)
#626350
(98,99,80)
#525443
(82,84,67)
#424536
(66,69,54)
#323629
(50,54,41)
#22271C
(34,39,28)
#12180F
(18,24,15)
#000000
(0,0,0)

Tints of #B2AE91

#B2AE91
(178,174,145)
#B9B59B
(185,181,155)
#C0BCA5
(192,188,165)
#C7C3AF
(199,195,175)
#CECAB9
(206,202,185)
#D5D1C3
(213,209,195)
#DCD8CD
(220,216,205)
#E3DFD7
(227,223,215)
#EAE6E1
(234,230,225)
#F1EDEB
(241,237,235)
#F8F4F5
(248,244,245)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #B2AE91; }

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

This text font color is #B2AE91.

Background Color

.myBgColor { background-color: #B2AE91; }

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

This div background color is #B2AE91.

Border color

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

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

This div border color is #B2AE91.

Opacity

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

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

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

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

This text has shadow with #B2AE91 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #B2AE91.

Preview

Color preview on black background

This text has color #B2AE91 on black background.


Color preview on white background

This text has color #B2AE91 on white background.


Black color preview on #B2AE91 background

This text has black color on #B2AE91 background.


White color preview on #B2AE91 background

This text has white color on #B2AE91 background.


Related colors

Complementary color

Complementary color for #hex is #4D516E.


I love getcolorcode.com

Triadic colors

1 #91B2AE and #AE91B2 with #B2AE91 are triadic colors.

2 #91AEB2 and #AEB291 with #B2AE91 are triadic colors.