COLOR #B8B99D

HEX: #B8B99D
RGB: (184,185,157)

Color info

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

RGB color model

#B8B99D color RGB value is (184,185,157).

  • red value is 184;
  • green value is 185;
  • blue value is 157.
RGB:
(184,185,157)
(72%,73%,62%)

RGB channels and saturation

R 184 of 255 = 72%
G 185 of 255 = 73%
B 157 of 255 = 62%

184
185
157

R + G + B ~ 69%. #B8B99D is quite light color.

Portions of RGB colors in percentages

R + G + B =
184 + 185 + 157 = 526 (100%)
R 184 of 526 ~ 34.98%
G 185 of 526 ~ 35.17%
B 157 of 526 ~ 29.85%

%34.98
%35.17
%29.85

CMYK color model

#B8B99D color CMYK value is (1,0,15,27).

  • cyan value is 0.54%
  • magenta value is 0.00%
  • yellow value is 15.14%
  • key color value is 27.45%
CMYK:
(1,0,15,27)
C1M0Y15K27 
(1%,0%,15%,27%)
(0.01/0.00/0.15/0.27)	

CMYK percentages

%0.54
%0
%15.14
%27.45

Codes

Color #B8B99D in popluar color models

B8B99D
RGB184185157
HSL62°16.67%67.06%
HSB/HSV62°15.14%72.55%
CMYK0.54%0.00%15.14%
27.45%

Color #B8B99D in popluar number systems.

HEXB8B99D
Decimal184185157
Binary101110001011100110011101
Octal270271235

Shades and tints

Shades of #B8B99D

#B8B99D
(184,185,157)
#A8A98F
(168,169,143)
#989981
(152,153,129)
#888973
(136,137,115)
#787965
(120,121,101)
#686957
(104,105,87)
#585949
(88,89,73)
#48493B
(72,73,59)
#38392D
(56,57,45)
#28291F
(40,41,31)
#181911
(24,25,17)
#000000
(0,0,0)

Tints of #B8B99D

#B8B99D
(184,185,157)
#BEBFA5
(190,191,165)
#C4C5AD
(196,197,173)
#CACBB5
(202,203,181)
#D0D1BD
(208,209,189)
#D6D7C5
(214,215,197)
#DCDDCD
(220,221,205)
#E2E3D5
(226,227,213)
#E8E9DD
(232,233,221)
#EEEFE5
(238,239,229)
#F4F5ED
(244,245,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #B8B99D color. Also use rgb(184,185,157) instead hex code.

Text Font Color

.myTextColor { color: #B8B99D; }

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

This text font color is #B8B99D.


Background Color

.myBgColor { background-color: #B8B99D; }

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

This div background color is #B8B99D.


Border color

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

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

This div border color is #B8B99D.


Opacity

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

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

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

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

This text has shadow with #B8B99D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B8B99D on black background.


Color preview on white background

This text has color #B8B99D on white background.



Black color preview on #B8B99D background

This text has black color on #B8B99D background.


White color preview on #B8B99D background

This text has white color on #B8B99D background.