COLOR #B5AE8E

HEX: #B5AE8E
RGB: (181,174,142)

Color info

#B5AE8E contains red, green and blue colors in about the same proportion. Web safe color of #B5AE8E is #CC9999 (or #C99).

RGB color model

#B5AE8E color RGB value is (181,174,142).

  • red value is 181;
  • green value is 174;
  • blue value is 142.
RGB:
(181,174,142)
(71%,68%,56%)

RGB channels and saturation

R 181 of 255 = 71%
G 174 of 255 = 68%
B 142 of 255 = 56%

181
174
142

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

Portions of RGB colors in percentages

R + G + B =
181 + 174 + 142 = 497 (100%)
R 181 of 497 ~ 36.42%
G 174 of 497 ~ 35.01%
B 142 of 497 ~ 28.57%

%36.42
%35.01
%28.57

CMYK color model

#B5AE8E color CMYK value is (0,4,22,29).

  • cyan value is 0.00%
  • magenta value is 3.87%
  • yellow value is 21.55%
  • key color value is 29.02%
CMYK:
(0,4,22,29)
C0M4Y22K29 
(0%,4%,22%,29%)
(0.00/0.04/0.22/0.29)	

CMYK percentages

%0
%3.87
%21.55
%29.02

Codes

Color #B5AE8E in popluar color models

B5AE8E
RGB181174142
HSL49°20.86%63.33%
HSB/HSV49°21.55%70.98%
CMYK0.00%3.87%21.55%
29.02%

Color #B5AE8E in popluar number systems.

HEXB5AE8E
Decimal181174142
Binary101101011010111010001110
Octal265256216

Shades and tints

Shades of #B5AE8E

#B5AE8E
(181,174,142)
#A59F82
(165,159,130)
#959076
(149,144,118)
#85816A
(133,129,106)
#75725E
(117,114,94)
#656352
(101,99,82)
#555446
(85,84,70)
#45453A
(69,69,58)
#35362E
(53,54,46)
#252722
(37,39,34)
#151816
(21,24,22)
#000000
(0,0,0)

Tints of #B5AE8E

#B5AE8E
(181,174,142)
#BBB598
(187,181,152)
#C1BCA2
(193,188,162)
#C7C3AC
(199,195,172)
#CDCAB6
(205,202,182)
#D3D1C0
(211,209,192)
#D9D8CA
(217,216,202)
#DFDFD4
(223,223,212)
#E5E6DE
(229,230,222)
#EBEDE8
(235,237,232)
#F1F4F2
(241,244,242)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #B5AE8E color. Also use rgb(181,174,142) instead hex code.

Text Font Color

.myTextColor { color: #B5AE8E; }

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

This text font color is #B5AE8E.


Background Color

.myBgColor { background-color: #B5AE8E; }

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

This div background color is #B5AE8E.


Border color

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

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

This div border color is #B5AE8E.


Opacity

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

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

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

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

This text has shadow with #B5AE8E color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B5AE8E on black background.


Color preview on white background

This text has color #B5AE8E on white background.



Black color preview on #B5AE8E background

This text has black color on #B5AE8E background.


White color preview on #B5AE8E background

This text has white color on #B5AE8E background.