COLOR #B0AE98

HEX: #B0AE98
RGB: (176,174,152)

Color info

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

RGB color model

#B0AE98 color RGB value is (176,174,152).

  • red value is 176;
  • green value is 174;
  • blue value is 152.
RGB:
(176,174,152)
(69%,68%,60%)

RGB channels and saturation

R 176 of 255 = 69%
G 174 of 255 = 68%
B 152 of 255 = 60%

176
174
152

R + G + B ~ 66%. #B0AE98 is quite light color.

Portions of RGB colors in percentages

R + G + B =
176 + 174 + 152 = 502 (100%)
R 176 of 502 ~ 35.06%
G 174 of 502 ~ 34.66%
B 152 of 502 ~ 30.28%

%35.06
%34.66
%30.28

CMYK color model

#B0AE98 color CMYK value is (0,1,14,31).

  • cyan value is 0.00%
  • magenta value is 1.14%
  • yellow value is 13.64%
  • key color value is 30.98%
CMYK:
(0,1,14,31)
C0M1Y14K31 
(0%,1%,14%,31%)
(0.00/0.01/0.14/0.31)	

CMYK percentages

%0
%1.14
%13.64
%30.98

Codes

Color #B0AE98 in popluar color models

B0AE98
RGB176174152
HSL55°13.19%64.31%
HSB/HSV55°13.64%69.02%
CMYK0.00%1.14%13.64%
30.98%

Color #B0AE98 in popluar number systems.

HEXB0AE98
Decimal176174152
Binary101100001010111010011000
Octal260256230

Shades and tints

Shades of #B0AE98

#B0AE98
(176,174,152)
#A09F8B
(160,159,139)
#90907E
(144,144,126)
#808171
(128,129,113)
#707264
(112,114,100)
#606357
(96,99,87)
#50544A
(80,84,74)
#40453D
(64,69,61)
#303630
(48,54,48)
#202723
(32,39,35)
#101816
(16,24,22)
#000000
(0,0,0)

Tints of #B0AE98

#B0AE98
(176,174,152)
#B7B5A1
(183,181,161)
#BEBCAA
(190,188,170)
#C5C3B3
(197,195,179)
#CCCABC
(204,202,188)
#D3D1C5
(211,209,197)
#DAD8CE
(218,216,206)
#E1DFD7
(225,223,215)
#E8E6E0
(232,230,224)
#EFEDE9
(239,237,233)
#F6F4F2
(246,244,242)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #B0AE98 color. Also use rgb(176,174,152) instead hex code.

Text Font Color

.myTextColor { color: #B0AE98; }

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

This text font color is #B0AE98.


Background Color

.myBgColor { background-color: #B0AE98; }

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

This div background color is #B0AE98.


Border color

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

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

This div border color is #B0AE98.


Opacity

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

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

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

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

This text has shadow with #B0AE98 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B0AE98 on black background.


Color preview on white background

This text has color #B0AE98 on white background.



Black color preview on #B0AE98 background

This text has black color on #B0AE98 background.


White color preview on #B0AE98 background

This text has white color on #B0AE98 background.