COLOR #B5AE9D

HEX: #B5AE9D
RGB: (181,174,157)

Color info

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

RGB color model

#B5AE9D color RGB value is (181,174,157).

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

RGB channels and saturation

R 181 of 255 = 71%
G 174 of 255 = 68%
B 157 of 255 = 62%

181
174
157

R + G + B ~ 67%. #B5AE9D is quite light color.

Portions of RGB colors in percentages

R + G + B =
181 + 174 + 157 = 512 (100%)
R 181 of 512 ~ 35.35%
G 174 of 512 ~ 33.98%
B 157 of 512 ~ 30.66%

%35.35
%33.98
%30.66

CMYK color model

#B5AE9D color CMYK value is (0,4,13,29).

  • cyan value is 0.00%
  • magenta value is 3.87%
  • yellow value is 13.26%
  • key color value is 29.02%
CMYK:
(0,4,13,29)
C0M4Y13K29 
(0%,4%,13%,29%)
(0.00/0.04/0.13/0.29)	

CMYK percentages

%0
%3.87
%13.26
%29.02

Codes

Color #B5AE9D in popluar color models

B5AE9D
RGB181174157
HSL43°13.95%66.27%
HSB/HSV43°13.26%70.98%
CMYK0.00%3.87%13.26%
29.02%

Color #B5AE9D in popluar number systems.

HEXB5AE9D
Decimal181174157
Binary101101011010111010011101
Octal265256235

Shades and tints

Shades of #B5AE9D

#B5AE9D
(181,174,157)
#A59F8F
(165,159,143)
#959081
(149,144,129)
#858173
(133,129,115)
#757265
(117,114,101)
#656357
(101,99,87)
#555449
(85,84,73)
#45453B
(69,69,59)
#35362D
(53,54,45)
#25271F
(37,39,31)
#151811
(21,24,17)
#000000
(0,0,0)

Tints of #B5AE9D

#B5AE9D
(181,174,157)
#BBB5A5
(187,181,165)
#C1BCAD
(193,188,173)
#C7C3B5
(199,195,181)
#CDCABD
(205,202,189)
#D3D1C5
(211,209,197)
#D9D8CD
(217,216,205)
#DFDFD5
(223,223,213)
#E5E6DD
(229,230,221)
#EBEDE5
(235,237,229)
#F1F4ED
(241,244,237)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #B5AE9D; }

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

This text font color is #B5AE9D.


Background Color

.myBgColor { background-color: #B5AE9D; }

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

This div background color is #B5AE9D.


Border color

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

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

This div border color is #B5AE9D.


Opacity

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

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

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

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

This text has shadow with #B5AE9D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B5AE9D on black background.


Color preview on white background

This text has color #B5AE9D on white background.



Black color preview on #B5AE9D background

This text has black color on #B5AE9D background.


White color preview on #B5AE9D background

This text has white color on #B5AE9D background.