COLOR #B8BB83

HEX: #B8BB83
RGB: (184,187,131)

Color info

#B8BB83 contains red, green and blue colors in about the same proportion. Web safe color of #B8BB83 is #CCCC99 (or #CC9).

RGB color model

#B8BB83 color RGB value is (184,187,131).

  • red value is 184;
  • green value is 187;
  • blue value is 131.
RGB:
(184,187,131)
(72%,73%,51%)

RGB channels and saturation

R 184 of 255 = 72%
G 187 of 255 = 73%
B 131 of 255 = 51%

184
187
131

R + G + B ~ 65%. #B8BB83 is quite light color.

Portions of RGB colors in percentages

R + G + B =
184 + 187 + 131 = 502 (100%)
R 184 of 502 ~ 36.65%
G 187 of 502 ~ 37.25%
B 131 of 502 ~ 26.1%

%36.65
%37.25
%26.1

CMYK color model

#B8BB83 color CMYK value is (2,0,30,27).

  • cyan value is 1.60%
  • magenta value is 0.00%
  • yellow value is 29.95%
  • key color value is 26.67%
CMYK:
(2,0,30,27)
C2M0Y30K27 
(2%,0%,30%,27%)
(0.02/0.00/0.30/0.27)	

CMYK percentages

%1.6
%0
%29.95
%26.67

Codes

Color #B8BB83 in popluar color models

B8BB83
RGB184187131
HSL63°29.17%62.35%
HSB/HSV63°29.95%73.33%
CMYK1.60%0.00%29.95%
26.67%

Color #B8BB83 in popluar number systems.

HEXB8BB83
Decimal184187131
Binary101110001011101110000011
Octal270273203

Shades and tints

Shades of #B8BB83

#B8BB83
(184,187,131)
#A8AA78
(168,170,120)
#98996D
(152,153,109)
#888862
(136,136,98)
#787757
(120,119,87)
#68664C
(104,102,76)
#585541
(88,85,65)
#484436
(72,68,54)
#38332B
(56,51,43)
#282220
(40,34,32)
#181115
(24,17,21)
#000000
(0,0,0)

Tints of #B8BB83

#B8BB83
(184,187,131)
#BEC18E
(190,193,142)
#C4C799
(196,199,153)
#CACDA4
(202,205,164)
#D0D3AF
(208,211,175)
#D6D9BA
(214,217,186)
#DCDFC5
(220,223,197)
#E2E5D0
(226,229,208)
#E8EBDB
(232,235,219)
#EEF1E6
(238,241,230)
#F4F7F1
(244,247,241)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #B8BB83 color. Also use rgb(184,187,131) instead hex code.

Text Font Color

.myTextColor { color: #B8BB83; }

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

This text font color is #B8BB83.


Background Color

.myBgColor { background-color: #B8BB83; }

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

This div background color is #B8BB83.


Border color

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

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

This div border color is #B8BB83.


Opacity

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

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

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

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

This text has shadow with #B8BB83 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B8BB83 on black background.


Color preview on white background

This text has color #B8BB83 on white background.



Black color preview on #B8BB83 background

This text has black color on #B8BB83 background.


White color preview on #B8BB83 background

This text has white color on #B8BB83 background.