COLOR #B3CA92

HEX: #B3CA92
RGB: (179,202,146)

Color info

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

RGB color model

#B3CA92 color RGB value is (179,202,146).

  • red value is 179;
  • green value is 202;
  • blue value is 146.
RGB:
(179,202,146)
(70%,79%,57%)

RGB channels and saturation

R 179 of 255 = 70%
G 202 of 255 = 79%
B 146 of 255 = 57%

179
202
146

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

Portions of RGB colors in percentages

R + G + B =
179 + 202 + 146 = 527 (100%)
R 179 of 527 ~ 33.97%
G 202 of 527 ~ 38.33%
B 146 of 527 ~ 27.7%

%33.97
%38.33
%27.7

CMYK color model

#B3CA92 color CMYK value is (11,0,28,21).

  • cyan value is 11.39%
  • magenta value is 0.00%
  • yellow value is 27.72%
  • key color value is 20.78%
CMYK:
(11,0,28,21)
C11M0Y28K21 
(11%,0%,28%,21%)
(0.11/0.00/0.28/0.21)	

CMYK percentages

%11.39
%0
%27.72
%20.78

Codes

Color #B3CA92 in popluar color models

B3CA92
RGB179202146
HSL85°34.57%68.24%
HSB/HSV85°27.72%79.22%
CMYK11.39%0.00%27.72%
20.78%

Color #B3CA92 in popluar number systems.

HEXB3CA92
Decimal179202146
Binary101100111100101010010010
Octal263312222

Shades and tints

Shades of #B3CA92

#B3CA92
(179,202,146)
#A3B885
(163,184,133)
#93A678
(147,166,120)
#83946B
(131,148,107)
#73825E
(115,130,94)
#637051
(99,112,81)
#535E44
(83,94,68)
#434C37
(67,76,55)
#333A2A
(51,58,42)
#23281D
(35,40,29)
#131610
(19,22,16)
#000000
(0,0,0)

Tints of #B3CA92

#B3CA92
(179,202,146)
#B9CE9B
(185,206,155)
#BFD2A4
(191,210,164)
#C5D6AD
(197,214,173)
#CBDAB6
(203,218,182)
#D1DEBF
(209,222,191)
#D7E2C8
(215,226,200)
#DDE6D1
(221,230,209)
#E3EADA
(227,234,218)
#E9EEE3
(233,238,227)
#EFF2EC
(239,242,236)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #B3CA92 color. Also use rgb(179,202,146) instead hex code.

Text Font Color

.myTextColor { color: #B3CA92; }

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

This text font color is #B3CA92.


Background Color

.myBgColor { background-color: #B3CA92; }

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

This div background color is #B3CA92.


Border color

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

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

This div border color is #B3CA92.


Opacity

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

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

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

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

This text has shadow with #B3CA92 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B3CA92 on black background.


Color preview on white background

This text has color #B3CA92 on white background.



Black color preview on #B3CA92 background

This text has black color on #B3CA92 background.


White color preview on #B3CA92 background

This text has white color on #B3CA92 background.