COLOR #B9CA95

HEX: #B9CA95
RGB: (185,202,149)

Color info

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

RGB color model

#B9CA95 color RGB value is (185,202,149).

  • red value is 185;
  • green value is 202;
  • blue value is 149.
RGB:
(185,202,149)
(73%,79%,58%)

RGB channels and saturation

R 185 of 255 = 73%
G 202 of 255 = 79%
B 149 of 255 = 58%

185
202
149

R + G + B ~ 70%. #B9CA95 is quite light color.

Portions of RGB colors in percentages

R + G + B =
185 + 202 + 149 = 536 (100%)
R 185 of 536 ~ 34.51%
G 202 of 536 ~ 37.69%
B 149 of 536 ~ 27.8%

%34.51
%37.69
%27.8

CMYK color model

#B9CA95 color CMYK value is (8,0,26,21).

  • cyan value is 8.42%
  • magenta value is 0.00%
  • yellow value is 26.24%
  • key color value is 20.78%
CMYK:
(8,0,26,21)
C8M0Y26K21 
(8%,0%,26%,21%)
(0.08/0.00/0.26/0.21)	

CMYK percentages

%8.42
%0
%26.24
%20.78

Codes

Color #B9CA95 in popluar color models

B9CA95
RGB185202149
HSL79°33.33%68.82%
HSB/HSV79°26.24%79.22%
CMYK8.42%0.00%26.24%
20.78%

Color #B9CA95 in popluar number systems.

HEXB9CA95
Decimal185202149
Binary101110011100101010010101
Octal271312225

Shades and tints

Shades of #B9CA95

#B9CA95
(185,202,149)
#A9B888
(169,184,136)
#99A67B
(153,166,123)
#89946E
(137,148,110)
#798261
(121,130,97)
#697054
(105,112,84)
#595E47
(89,94,71)
#494C3A
(73,76,58)
#393A2D
(57,58,45)
#292820
(41,40,32)
#191613
(25,22,19)
#000000
(0,0,0)

Tints of #B9CA95

#B9CA95
(185,202,149)
#BFCE9E
(191,206,158)
#C5D2A7
(197,210,167)
#CBD6B0
(203,214,176)
#D1DAB9
(209,218,185)
#D7DEC2
(215,222,194)
#DDE2CB
(221,226,203)
#E3E6D4
(227,230,212)
#E9EADD
(233,234,221)
#EFEEE6
(239,238,230)
#F5F2EF
(245,242,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #B9CA95 color. Also use rgb(185,202,149) instead hex code.

Text Font Color

.myTextColor { color: #B9CA95; }

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

This text font color is #B9CA95.


Background Color

.myBgColor { background-color: #B9CA95; }

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

This div background color is #B9CA95.


Border color

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

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

This div border color is #B9CA95.


Opacity

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

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

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

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

This text has shadow with #B9CA95 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B9CA95 on black background.


Color preview on white background

This text has color #B9CA95 on white background.



Black color preview on #B9CA95 background

This text has black color on #B9CA95 background.


White color preview on #B9CA95 background

This text has white color on #B9CA95 background.