COLOR #B0CA93

HEX: #B0CA93
RGB: (176,202,147)

Color info

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

RGB color model

#B0CA93 color RGB value is (176,202,147).

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

RGB channels and saturation

R 176 of 255 = 69%
G 202 of 255 = 79%
B 147 of 255 = 58%

176
202
147

R + G + B ~ 69%. #B0CA93 is quite light color.

Portions of RGB colors in percentages

R + G + B =
176 + 202 + 147 = 525 (100%)
R 176 of 525 ~ 33.52%
G 202 of 525 ~ 38.48%
B 147 of 525 ~ 28%

%33.52
%38.48
%28

CMYK color model

#B0CA93 color CMYK value is (13,0,27,21).

  • cyan value is 12.87%
  • magenta value is 0.00%
  • yellow value is 27.23%
  • key color value is 20.78%
CMYK:
(13,0,27,21)
C13M0Y27K21 
(13%,0%,27%,21%)
(0.13/0.00/0.27/0.21)	

CMYK percentages

%12.87
%0
%27.23
%20.78

Codes

Color #B0CA93 in popluar color models

B0CA93
RGB176202147
HSL88°34.16%68.43%
HSB/HSV88°27.23%79.22%
CMYK12.87%0.00%27.23%
20.78%

Color #B0CA93 in popluar number systems.

HEXB0CA93
Decimal176202147
Binary101100001100101010010011
Octal260312223

Shades and tints

Shades of #B0CA93

#B0CA93
(176,202,147)
#A0B886
(160,184,134)
#90A679
(144,166,121)
#80946C
(128,148,108)
#70825F
(112,130,95)
#607052
(96,112,82)
#505E45
(80,94,69)
#404C38
(64,76,56)
#303A2B
(48,58,43)
#20281E
(32,40,30)
#101611
(16,22,17)
#000000
(0,0,0)

Tints of #B0CA93

#B0CA93
(176,202,147)
#B7CE9C
(183,206,156)
#BED2A5
(190,210,165)
#C5D6AE
(197,214,174)
#CCDAB7
(204,218,183)
#D3DEC0
(211,222,192)
#DAE2C9
(218,226,201)
#E1E6D2
(225,230,210)
#E8EADB
(232,234,219)
#EFEEE4
(239,238,228)
#F6F2ED
(246,242,237)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #B0CA93; }

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

This text font color is #B0CA93.


Background Color

.myBgColor { background-color: #B0CA93; }

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

This div background color is #B0CA93.


Border color

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

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

This div border color is #B0CA93.


Opacity

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

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

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

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

This text has shadow with #B0CA93 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B0CA93 on black background.


Color preview on white background

This text has color #B0CA93 on white background.



Black color preview on #B0CA93 background

This text has black color on #B0CA93 background.


White color preview on #B0CA93 background

This text has white color on #B0CA93 background.