COLOR #B5AE9C

HEX: #B5AE9C
RGB: (181,174,156)

Color info

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

RGB color model

#B5AE9C color RGB value is (181,174,156).

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

RGB channels and saturation

R 181 of 255 = 71%
G 174 of 255 = 68%
B 156 of 255 = 61%

181
174
156

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

Portions of RGB colors in percentages

R + G + B =
181 + 174 + 156 = 511 (100%)
R 181 of 511 ~ 35.42%
G 174 of 511 ~ 34.05%
B 156 of 511 ~ 30.53%

%35.42
%34.05
%30.53

CMYK color model

#B5AE9C color CMYK value is (0,4,14,29).

  • cyan value is 0.00%
  • magenta value is 3.87%
  • yellow value is 13.81%
  • key color value is 29.02%
CMYK:
(0,4,14,29)
C0M4Y14K29 
(0%,4%,14%,29%)
(0.00/0.04/0.14/0.29)	

CMYK percentages

%0
%3.87
%13.81
%29.02

Codes

Color #B5AE9C in popluar color models

B5AE9C
RGB181174156
HSL43°14.45%66.08%
HSB/HSV43°13.81%70.98%
CMYK0.00%3.87%13.81%
29.02%

Color #B5AE9C in popluar number systems.

HEXB5AE9C
Decimal181174156
Binary101101011010111010011100
Octal265256234

Shades and tints

Shades of #B5AE9C

#B5AE9C
(181,174,156)
#A59F8E
(165,159,142)
#959080
(149,144,128)
#858172
(133,129,114)
#757264
(117,114,100)
#656356
(101,99,86)
#555448
(85,84,72)
#45453A
(69,69,58)
#35362C
(53,54,44)
#25271E
(37,39,30)
#151810
(21,24,16)
#000000
(0,0,0)

Tints of #B5AE9C

#B5AE9C
(181,174,156)
#BBB5A5
(187,181,165)
#C1BCAE
(193,188,174)
#C7C3B7
(199,195,183)
#CDCAC0
(205,202,192)
#D3D1C9
(211,209,201)
#D9D8D2
(217,216,210)
#DFDFDB
(223,223,219)
#E5E6E4
(229,230,228)
#EBEDED
(235,237,237)
#F1F4F6
(241,244,246)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #B5AE9C; }

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

This text font color is #B5AE9C.


Background Color

.myBgColor { background-color: #B5AE9C; }

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

This div background color is #B5AE9C.


Border color

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

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

This div border color is #B5AE9C.


Opacity

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

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

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

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

This text has shadow with #B5AE9C color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B5AE9C on black background.


Color preview on white background

This text has color #B5AE9C on white background.



Black color preview on #B5AE9C background

This text has black color on #B5AE9C background.


White color preview on #B5AE9C background

This text has white color on #B5AE9C background.