COLOR #B3C493

HEX: #B3C493
RGB: (179,196,147)

Color info

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

RGB color model

#B3C493 color RGB value is (179,196,147).

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

RGB channels and saturation

R 179 of 255 = 70%
G 196 of 255 = 77%
B 147 of 255 = 58%

179
196
147

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

Portions of RGB colors in percentages

R + G + B =
179 + 196 + 147 = 522 (100%)
R 179 of 522 ~ 34.29%
G 196 of 522 ~ 37.55%
B 147 of 522 ~ 28.16%

%34.29
%37.55
%28.16

CMYK color model

#B3C493 color CMYK value is (9,0,25,23).

  • cyan value is 8.67%
  • magenta value is 0.00%
  • yellow value is 25.00%
  • key color value is 23.14%
CMYK:
(9,0,25,23)
C9M0Y25K23 
(9%,0%,25%,23%)
(0.09/0.00/0.25/0.23)	

CMYK percentages

%8.67
%0
%25
%23.14

Codes

Color #B3C493 in popluar color models

B3C493
RGB179196147
HSL81°29.34%67.25%
HSB/HSV81°25.00%76.86%
CMYK8.67%0.00%25.00%
23.14%

Color #B3C493 in popluar number systems.

HEXB3C493
Decimal179196147
Binary101100111100010010010011
Octal263304223

Shades and tints

Shades of #B3C493

#B3C493
(179,196,147)
#A3B386
(163,179,134)
#93A279
(147,162,121)
#83916C
(131,145,108)
#73805F
(115,128,95)
#636F52
(99,111,82)
#535E45
(83,94,69)
#434D38
(67,77,56)
#333C2B
(51,60,43)
#232B1E
(35,43,30)
#131A11
(19,26,17)
#000000
(0,0,0)

Tints of #B3C493

#B3C493
(179,196,147)
#B9C99C
(185,201,156)
#BFCEA5
(191,206,165)
#C5D3AE
(197,211,174)
#CBD8B7
(203,216,183)
#D1DDC0
(209,221,192)
#D7E2C9
(215,226,201)
#DDE7D2
(221,231,210)
#E3ECDB
(227,236,219)
#E9F1E4
(233,241,228)
#EFF6ED
(239,246,237)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #B3C493; }

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

This text font color is #B3C493.


Background Color

.myBgColor { background-color: #B3C493; }

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

This div background color is #B3C493.


Border color

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

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

This div border color is #B3C493.


Opacity

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

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

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

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

This text has shadow with #B3C493 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B3C493 on black background.


Color preview on white background

This text has color #B3C493 on white background.



Black color preview on #B3C493 background

This text has black color on #B3C493 background.


White color preview on #B3C493 background

This text has white color on #B3C493 background.