COLOR #B0CA9B

HEX: #B0CA9B
RGB: (176,202,155)

Color info

#B0CA9B contains red, green and blue colors in about the same proportion. Web safe color of #B0CA9B is #99CC99 (or #9C9).

RGB color model

#B0CA9B color RGB value is (176,202,155).

  • red value is 176;
  • green value is 202;
  • blue value is 155.
RGB:
(176,202,155)
(69%,79%,61%)

RGB channels and saturation

R 176 of 255 = 69%
G 202 of 255 = 79%
B 155 of 255 = 61%

176
202
155

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

Portions of RGB colors in percentages

R + G + B =
176 + 202 + 155 = 533 (100%)
R 176 of 533 ~ 33.02%
G 202 of 533 ~ 37.9%
B 155 of 533 ~ 29.08%

%33.02
%37.9
%29.08

CMYK color model

#B0CA9B color CMYK value is (13,0,23,21).

  • cyan value is 12.87%
  • magenta value is 0.00%
  • yellow value is 23.27%
  • key color value is 20.78%
CMYK:
(13,0,23,21)
C13M0Y23K21 
(13%,0%,23%,21%)
(0.13/0.00/0.23/0.21)	

CMYK percentages

%12.87
%0
%23.27
%20.78

Codes

Color #B0CA9B in popluar color models

B0CA9B
RGB176202155
HSL93°30.72%70.00%
HSB/HSV93°23.27%79.22%
CMYK12.87%0.00%23.27%
20.78%

Color #B0CA9B in popluar number systems.

HEXB0CA9B
Decimal176202155
Binary101100001100101010011011
Octal260312233

Shades and tints

Shades of #B0CA9B

#B0CA9B
(176,202,155)
#A0B88D
(160,184,141)
#90A67F
(144,166,127)
#809471
(128,148,113)
#708263
(112,130,99)
#607055
(96,112,85)
#505E47
(80,94,71)
#404C39
(64,76,57)
#303A2B
(48,58,43)
#20281D
(32,40,29)
#10160F
(16,22,15)
#000000
(0,0,0)

Tints of #B0CA9B

#B0CA9B
(176,202,155)
#B7CEA4
(183,206,164)
#BED2AD
(190,210,173)
#C5D6B6
(197,214,182)
#CCDABF
(204,218,191)
#D3DEC8
(211,222,200)
#DAE2D1
(218,226,209)
#E1E6DA
(225,230,218)
#E8EAE3
(232,234,227)
#EFEEEC
(239,238,236)
#F6F2F5
(246,242,245)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #B0CA9B color. Also use rgb(176,202,155) instead hex code.

Text Font Color

.myTextColor { color: #B0CA9B; }

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

This text font color is #B0CA9B.


Background Color

.myBgColor { background-color: #B0CA9B; }

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

This div background color is #B0CA9B.


Border color

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

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

This div border color is #B0CA9B.


Opacity

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

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

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

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

This text has shadow with #B0CA9B color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B0CA9B on black background.


Color preview on white background

This text has color #B0CA9B on white background.



Black color preview on #B0CA9B background

This text has black color on #B0CA9B background.


White color preview on #B0CA9B background

This text has white color on #B0CA9B background.