COLOR #B3C4A0

HEX: #B3C4A0
RGB: (179,196,160)

Color info

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

RGB color model

#B3C4A0 color RGB value is (179,196,160).

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

RGB channels and saturation

R 179 of 255 = 70%
G 196 of 255 = 77%
B 160 of 255 = 63%

179
196
160

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

Portions of RGB colors in percentages

R + G + B =
179 + 196 + 160 = 535 (100%)
R 179 of 535 ~ 33.46%
G 196 of 535 ~ 36.64%
B 160 of 535 ~ 29.91%

%33.46
%36.64
%29.91

CMYK color model

#B3C4A0 color CMYK value is (9,0,18,23).

  • cyan value is 8.67%
  • magenta value is 0.00%
  • yellow value is 18.37%
  • key color value is 23.14%
CMYK:
(9,0,18,23)
C9M0Y18K23 
(9%,0%,18%,23%)
(0.09/0.00/0.18/0.23)	

CMYK percentages

%8.67
%0
%18.37
%23.14

Codes

Color #B3C4A0 in popluar color models

B3C4A0
RGB179196160
HSL88°23.38%69.80%
HSB/HSV88°18.37%76.86%
CMYK8.67%0.00%18.37%
23.14%

Color #B3C4A0 in popluar number systems.

HEXB3C4A0
Decimal179196160
Binary101100111100010010100000
Octal263304240

Shades and tints

Shades of #B3C4A0

#B3C4A0
(179,196,160)
#A3B392
(163,179,146)
#93A284
(147,162,132)
#839176
(131,145,118)
#738068
(115,128,104)
#636F5A
(99,111,90)
#535E4C
(83,94,76)
#434D3E
(67,77,62)
#333C30
(51,60,48)
#232B22
(35,43,34)
#131A14
(19,26,20)
#000000
(0,0,0)

Tints of #B3C4A0

#B3C4A0
(179,196,160)
#B9C9A8
(185,201,168)
#BFCEB0
(191,206,176)
#C5D3B8
(197,211,184)
#CBD8C0
(203,216,192)
#D1DDC8
(209,221,200)
#D7E2D0
(215,226,208)
#DDE7D8
(221,231,216)
#E3ECE0
(227,236,224)
#E9F1E8
(233,241,232)
#EFF6F0
(239,246,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #B3C4A0; }

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

This text font color is #B3C4A0.


Background Color

.myBgColor { background-color: #B3C4A0; }

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

This div background color is #B3C4A0.


Border color

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

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

This div border color is #B3C4A0.


Opacity

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

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

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

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

This text has shadow with #B3C4A0 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B3C4A0 on black background.


Color preview on white background

This text has color #B3C4A0 on white background.



Black color preview on #B3C4A0 background

This text has black color on #B3C4A0 background.


White color preview on #B3C4A0 background

This text has white color on #B3C4A0 background.