COLOR #B3C293

HEX: #B3C293
RGB: (179,194,147)

Color info

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

RGB color model

#B3C293 color RGB value is (179,194,147).

  • red value is 179;
  • green value is 194;
  • blue value is 147.
RGB:
(179,194,147)
(70%,76%,58%)

RGB channels and saturation

R 179 of 255 = 70%
G 194 of 255 = 76%
B 147 of 255 = 58%

179
194
147

R + G + B ~ 68%. #B3C293 is quite light color.

Portions of RGB colors in percentages

R + G + B =
179 + 194 + 147 = 520 (100%)
R 179 of 520 ~ 34.42%
G 194 of 520 ~ 37.31%
B 147 of 520 ~ 28.27%

%34.42
%37.31
%28.27

CMYK color model

#B3C293 color CMYK value is (8,0,24,24).

  • cyan value is 7.73%
  • magenta value is 0.00%
  • yellow value is 24.23%
  • key color value is 23.92%
CMYK:
(8,0,24,24)
C8M0Y24K24 
(8%,0%,24%,24%)
(0.08/0.00/0.24/0.24)	

CMYK percentages

%7.73
%0
%24.23
%23.92

Codes

Color #B3C293 in popluar color models

B3C293
RGB179194147
HSL79°27.81%66.86%
HSB/HSV79°24.23%76.08%
CMYK7.73%0.00%24.23%
23.92%

Color #B3C293 in popluar number systems.

HEXB3C293
Decimal179194147
Binary101100111100001010010011
Octal263302223

Shades and tints

Shades of #B3C293

#B3C293
(179,194,147)
#A3B186
(163,177,134)
#93A079
(147,160,121)
#838F6C
(131,143,108)
#737E5F
(115,126,95)
#636D52
(99,109,82)
#535C45
(83,92,69)
#434B38
(67,75,56)
#333A2B
(51,58,43)
#23291E
(35,41,30)
#131811
(19,24,17)
#000000
(0,0,0)

Tints of #B3C293

#B3C293
(179,194,147)
#B9C79C
(185,199,156)
#BFCCA5
(191,204,165)
#C5D1AE
(197,209,174)
#CBD6B7
(203,214,183)
#D1DBC0
(209,219,192)
#D7E0C9
(215,224,201)
#DDE5D2
(221,229,210)
#E3EADB
(227,234,219)
#E9EFE4
(233,239,228)
#EFF4ED
(239,244,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #B3C293 color. Also use rgb(179,194,147) instead hex code.

Text Font Color

.myTextColor { color: #B3C293; }

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

This text font color is #B3C293.


Background Color

.myBgColor { background-color: #B3C293; }

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

This div background color is #B3C293.


Border color

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

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

This div border color is #B3C293.


Opacity

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

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

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

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

This text has shadow with #B3C293 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B3C293 on black background.


Color preview on white background

This text has color #B3C293 on white background.



Black color preview on #B3C293 background

This text has black color on #B3C293 background.


White color preview on #B3C293 background

This text has white color on #B3C293 background.