COLOR #B5B98E

HEX: #B5B98E
RGB: (181,185,142)

Color info

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

RGB color model

#B5B98E color RGB value is (181,185,142).

  • red value is 181;
  • green value is 185;
  • blue value is 142.
RGB:
(181,185,142)
(71%,73%,56%)

RGB channels and saturation

R 181 of 255 = 71%
G 185 of 255 = 73%
B 142 of 255 = 56%

181
185
142

R + G + B ~ 67%. #B5B98E is quite light color.

Portions of RGB colors in percentages

R + G + B =
181 + 185 + 142 = 508 (100%)
R 181 of 508 ~ 35.63%
G 185 of 508 ~ 36.42%
B 142 of 508 ~ 27.95%

%35.63
%36.42
%27.95

CMYK color model

#B5B98E color CMYK value is (2,0,23,27).

  • cyan value is 2.16%
  • magenta value is 0.00%
  • yellow value is 23.24%
  • key color value is 27.45%
CMYK:
(2,0,23,27)
C2M0Y23K27 
(2%,0%,23%,27%)
(0.02/0.00/0.23/0.27)	

CMYK percentages

%2.16
%0
%23.24
%27.45

Codes

Color #B5B98E in popluar color models

B5B98E
RGB181185142
HSL66°23.50%64.12%
HSB/HSV66°23.24%72.55%
CMYK2.16%0.00%23.24%
27.45%

Color #B5B98E in popluar number systems.

HEXB5B98E
Decimal181185142
Binary101101011011100110001110
Octal265271216

Shades and tints

Shades of #B5B98E

#B5B98E
(181,185,142)
#A5A982
(165,169,130)
#959976
(149,153,118)
#85896A
(133,137,106)
#75795E
(117,121,94)
#656952
(101,105,82)
#555946
(85,89,70)
#45493A
(69,73,58)
#35392E
(53,57,46)
#252922
(37,41,34)
#151916
(21,25,22)
#000000
(0,0,0)

Tints of #B5B98E

#B5B98E
(181,185,142)
#BBBF98
(187,191,152)
#C1C5A2
(193,197,162)
#C7CBAC
(199,203,172)
#CDD1B6
(205,209,182)
#D3D7C0
(211,215,192)
#D9DDCA
(217,221,202)
#DFE3D4
(223,227,212)
#E5E9DE
(229,233,222)
#EBEFE8
(235,239,232)
#F1F5F2
(241,245,242)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #B5B98E color. Also use rgb(181,185,142) instead hex code.

Text Font Color

.myTextColor { color: #B5B98E; }

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

This text font color is #B5B98E.


Background Color

.myBgColor { background-color: #B5B98E; }

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

This div background color is #B5B98E.


Border color

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

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

This div border color is #B5B98E.


Opacity

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

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

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

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

This text has shadow with #B5B98E color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B5B98E on black background.


Color preview on white background

This text has color #B5B98E on white background.



Black color preview on #B5B98E background

This text has black color on #B5B98E background.


White color preview on #B5B98E background

This text has white color on #B5B98E background.