COLOR #B9CBA1

HEX: #B9CBA1
RGB: (185,203,161)

Color info

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

RGB color model

#B9CBA1 color RGB value is (185,203,161).

  • red value is 185;
  • green value is 203;
  • blue value is 161.
RGB:
(185,203,161)
(73%,80%,63%)

RGB channels and saturation

R 185 of 255 = 73%
G 203 of 255 = 80%
B 161 of 255 = 63%

185
203
161

R + G + B ~ 72%. #B9CBA1 is quite light color.

Portions of RGB colors in percentages

R + G + B =
185 + 203 + 161 = 549 (100%)
R 185 of 549 ~ 33.7%
G 203 of 549 ~ 36.98%
B 161 of 549 ~ 29.33%

%33.7
%36.98
%29.33

CMYK color model

#B9CBA1 color CMYK value is (9,0,21,20).

  • cyan value is 8.87%
  • magenta value is 0.00%
  • yellow value is 20.69%
  • key color value is 20.39%
CMYK:
(9,0,21,20)
C9M0Y21K20 
(9%,0%,21%,20%)
(0.09/0.00/0.21/0.20)	

CMYK percentages

%8.87
%0
%20.69
%20.39

Codes

Color #B9CBA1 in popluar color models

B9CBA1
RGB185203161
HSL86°28.77%71.37%
HSB/HSV86°20.69%79.61%
CMYK8.87%0.00%20.69%
20.39%

Color #B9CBA1 in popluar number systems.

HEXB9CBA1
Decimal185203161
Binary101110011100101110100001
Octal271313241

Shades and tints

Shades of #B9CBA1

#B9CBA1
(185,203,161)
#A9B993
(169,185,147)
#99A785
(153,167,133)
#899577
(137,149,119)
#798369
(121,131,105)
#69715B
(105,113,91)
#595F4D
(89,95,77)
#494D3F
(73,77,63)
#393B31
(57,59,49)
#292923
(41,41,35)
#191715
(25,23,21)
#000000
(0,0,0)

Tints of #B9CBA1

#B9CBA1
(185,203,161)
#BFCFA9
(191,207,169)
#C5D3B1
(197,211,177)
#CBD7B9
(203,215,185)
#D1DBC1
(209,219,193)
#D7DFC9
(215,223,201)
#DDE3D1
(221,227,209)
#E3E7D9
(227,231,217)
#E9EBE1
(233,235,225)
#EFEFE9
(239,239,233)
#F5F3F1
(245,243,241)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #B9CBA1 color. Also use rgb(185,203,161) instead hex code.

Text Font Color

.myTextColor { color: #B9CBA1; }

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

This text font color is #B9CBA1.


Background Color

.myBgColor { background-color: #B9CBA1; }

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

This div background color is #B9CBA1.


Border color

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

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

This div border color is #B9CBA1.


Opacity

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

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

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

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

This text has shadow with #B9CBA1 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B9CBA1 on black background.


Color preview on white background

This text has color #B9CBA1 on white background.



Black color preview on #B9CBA1 background

This text has black color on #B9CBA1 background.


White color preview on #B9CBA1 background

This text has white color on #B9CBA1 background.