COLOR #B3BB98

HEX: #B3BB98
RGB: (179,187,152)

Color info

#B3BB98 contains red, green and blue colors in about the same proportion. Web safe color of #B3BB98 is #99CC99 (or #9C9).

RGB color model

#B3BB98 color RGB value is (179,187,152).

  • red value is 179;
  • green value is 187;
  • blue value is 152.
RGB:
(179,187,152)
(70%,73%,60%)

RGB channels and saturation

R 179 of 255 = 70%
G 187 of 255 = 73%
B 152 of 255 = 60%

179
187
152

R + G + B ~ 68%. #B3BB98 is quite light color.

Portions of RGB colors in percentages

R + G + B =
179 + 187 + 152 = 518 (100%)
R 179 of 518 ~ 34.56%
G 187 of 518 ~ 36.1%
B 152 of 518 ~ 29.34%

%34.56
%36.1
%29.34

CMYK color model

#B3BB98 color CMYK value is (4,0,19,27).

  • cyan value is 4.28%
  • magenta value is 0.00%
  • yellow value is 18.72%
  • key color value is 26.67%
CMYK:
(4,0,19,27)
C4M0Y19K27 
(4%,0%,19%,27%)
(0.04/0.00/0.19/0.27)	

CMYK percentages

%4.28
%0
%18.72
%26.67

Codes

Color #B3BB98 in popluar color models

B3BB98
RGB179187152
HSL74°20.47%66.47%
HSB/HSV74°18.72%73.33%
CMYK4.28%0.00%18.72%
26.67%

Color #B3BB98 in popluar number systems.

HEXB3BB98
Decimal179187152
Binary101100111011101110011000
Octal263273230

Shades and tints

Shades of #B3BB98

#B3BB98
(179,187,152)
#A3AA8B
(163,170,139)
#93997E
(147,153,126)
#838871
(131,136,113)
#737764
(115,119,100)
#636657
(99,102,87)
#53554A
(83,85,74)
#43443D
(67,68,61)
#333330
(51,51,48)
#232223
(35,34,35)
#131116
(19,17,22)
#000000
(0,0,0)

Tints of #B3BB98

#B3BB98
(179,187,152)
#B9C1A1
(185,193,161)
#BFC7AA
(191,199,170)
#C5CDB3
(197,205,179)
#CBD3BC
(203,211,188)
#D1D9C5
(209,217,197)
#D7DFCE
(215,223,206)
#DDE5D7
(221,229,215)
#E3EBE0
(227,235,224)
#E9F1E9
(233,241,233)
#EFF7F2
(239,247,242)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #B3BB98 color. Also use rgb(179,187,152) instead hex code.

Text Font Color

.myTextColor { color: #B3BB98; }

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

This text font color is #B3BB98.


Background Color

.myBgColor { background-color: #B3BB98; }

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

This div background color is #B3BB98.


Border color

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

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

This div border color is #B3BB98.


Opacity

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

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

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

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

This text has shadow with #B3BB98 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B3BB98 on black background.


Color preview on white background

This text has color #B3BB98 on white background.



Black color preview on #B3BB98 background

This text has black color on #B3BB98 background.


White color preview on #B3BB98 background

This text has white color on #B3BB98 background.