COLOR #B0B298

HEX: #B0B298 RGB: (176,178,152)

Color info

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

RGB color model

#B0B298 color RGB value is (176,178,152).

RGB: (176,178,152) (69%, 70%, 60%)

RGB channels and saturation

R 176 of 255 = 69%
G 178 of 255 = 70%
B 152 of 255 = 60%

176
178
152

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

Portions of RGB colors in percentages

R + G + B = 176 + 178 + 152 = 506 (100%)
R 176 of 506 ~ 34.78%
G 178 of 506 ~ 35.18%
B 152 of 506 ~ 30.04'%

%34.78
%35.18
%30.04

CMYK color model

#B0B298 color CMYK value is (1,0,15,30).

  • cyan value is 1.12%
  • magenta value is 0.00%
  • yellow value is 14.61%
  • key color value is 30.20%

CMYK: (1,0,15,30)
C1M0Y15K30 (1%, 0%, 15%, 30%)
(0.01 / 0.00 / 0.15 / 0.30)

CMYK percentages

%1.12
%0
%14.61
%30.2

Codes

Color #B0B298 in popluar color models

B0 B2 98
RGB 176 178 152
HSL 65° 14.44% 64.71%
HSB/HSV 65° 14.61% 69.80%
CMYK 1.12% 0.00% 14.61%
30.20%

Color #B0B298 in popluar number systems.

HEX B0 B2 98
Decimal 176 178 152
Binary 10110000 10110010 10011000
Octal 260 262 230

Shades and tints

Shades of #B0B298

#B0B298
(176,178,152)
#A0A28B
(160,162,139)
#90927E
(144,146,126)
#808271
(128,130,113)
#707264
(112,114,100)
#606257
(96,98,87)
#50524A
(80,82,74)
#40423D
(64,66,61)
#303230
(48,50,48)
#202223
(32,34,35)
#101216
(16,18,22)
#000000
(0,0,0)

Tints of #B0B298

#B0B298
(176,178,152)
#B7B9A1
(183,185,161)
#BEC0AA
(190,192,170)
#C5C7B3
(197,199,179)
#CCCEBC
(204,206,188)
#D3D5C5
(211,213,197)
#DADCCE
(218,220,206)
#E1E3D7
(225,227,215)
#E8EAE0
(232,234,224)
#EFF1E9
(239,241,233)
#F6F8F2
(246,248,242)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #B0B298; }

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

This text font color is #B0B298.

Background Color

.myBgColor { background-color: #B0B298; }

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

This div background color is #B0B298.

Border color

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

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

This div border color is #B0B298.

Opacity

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

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

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

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

This text has shadow with #B0B298 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #B0B298.

Preview

Color preview on black background

This text has color #B0B298 on black background.


Color preview on white background

This text has color #B0B298 on white background.


Black color preview on #B0B298 background

This text has black color on #B0B298 background.


White color preview on #B0B298 background

This text has white color on #B0B298 background.


Related colors

Complementary color

Complementary color for #hex is #4F4D67.


I love getcolorcode.com

Triadic colors

1 #98B0B2 and #B298B0 with #B0B298 are triadic colors.

2 #98B2B0 and #B2B098 with #B0B298 are triadic colors.