COLOR #B4CB9E

HEX: #B4CB9E
RGB: (180,203,158)

Color info

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

RGB color model

#B4CB9E color RGB value is (180,203,158).

  • red value is 180;
  • green value is 203;
  • blue value is 158.
RGB:
(180,203,158)
(71%,80%,62%)

RGB channels and saturation

R 180 of 255 = 71%
G 203 of 255 = 80%
B 158 of 255 = 62%

180
203
158

R + G + B ~ 71%. #B4CB9E is quite light color.

Portions of RGB colors in percentages

R + G + B =
180 + 203 + 158 = 541 (100%)
R 180 of 541 ~ 33.27%
G 203 of 541 ~ 37.52%
B 158 of 541 ~ 29.21%

%33.27
%37.52
%29.21

CMYK color model

#B4CB9E color CMYK value is (11,0,22,20).

  • cyan value is 11.33%
  • magenta value is 0.00%
  • yellow value is 22.17%
  • key color value is 20.39%
CMYK:
(11,0,22,20)
C11M0Y22K20 
(11%,0%,22%,20%)
(0.11/0.00/0.22/0.20)	

CMYK percentages

%11.33
%0
%22.17
%20.39

Codes

Color #B4CB9E in popluar color models

B4CB9E
RGB180203158
HSL91°30.20%70.78%
HSB/HSV91°22.17%79.61%
CMYK11.33%0.00%22.17%
20.39%

Color #B4CB9E in popluar number systems.

HEXB4CB9E
Decimal180203158
Binary101101001100101110011110
Octal264313236

Shades and tints

Shades of #B4CB9E

#B4CB9E
(180,203,158)
#A4B990
(164,185,144)
#94A782
(148,167,130)
#849574
(132,149,116)
#748366
(116,131,102)
#647158
(100,113,88)
#545F4A
(84,95,74)
#444D3C
(68,77,60)
#343B2E
(52,59,46)
#242920
(36,41,32)
#141712
(20,23,18)
#000000
(0,0,0)

Tints of #B4CB9E

#B4CB9E
(180,203,158)
#BACFA6
(186,207,166)
#C0D3AE
(192,211,174)
#C6D7B6
(198,215,182)
#CCDBBE
(204,219,190)
#D2DFC6
(210,223,198)
#D8E3CE
(216,227,206)
#DEE7D6
(222,231,214)
#E4EBDE
(228,235,222)
#EAEFE6
(234,239,230)
#F0F3EE
(240,243,238)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #B4CB9E color. Also use rgb(180,203,158) instead hex code.

Text Font Color

.myTextColor { color: #B4CB9E; }

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

This text font color is #B4CB9E.


Background Color

.myBgColor { background-color: #B4CB9E; }

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

This div background color is #B4CB9E.


Border color

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

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

This div border color is #B4CB9E.


Opacity

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

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

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

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

This text has shadow with #B4CB9E color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B4CB9E on black background.


Color preview on white background

This text has color #B4CB9E on white background.



Black color preview on #B4CB9E background

This text has black color on #B4CB9E background.


White color preview on #B4CB9E background

This text has white color on #B4CB9E background.