COLOR #B3C5A1

HEX: #B3C5A1
RGB: (179,197,161)

Color info

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

RGB color model

#B3C5A1 color RGB value is (179,197,161).

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

RGB channels and saturation

R 179 of 255 = 70%
G 197 of 255 = 77%
B 161 of 255 = 63%

179
197
161

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

Portions of RGB colors in percentages

R + G + B =
179 + 197 + 161 = 537 (100%)
R 179 of 537 ~ 33.33%
G 197 of 537 ~ 36.69%
B 161 of 537 ~ 29.98%

%33.33
%36.69
%29.98

CMYK color model

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

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

CMYK percentages

%9.14
%0
%18.27
%22.75

Codes

Color #B3C5A1 in popluar color models

B3C5A1
RGB179197161
HSL90°23.68%70.20%
HSB/HSV90°18.27%77.25%
CMYK9.14%0.00%18.27%
22.75%

Color #B3C5A1 in popluar number systems.

HEXB3C5A1
Decimal179197161
Binary101100111100010110100001
Octal263305241

Shades and tints

Shades of #B3C5A1

#B3C5A1
(179,197,161)
#A3B493
(163,180,147)
#93A385
(147,163,133)
#839277
(131,146,119)
#738169
(115,129,105)
#63705B
(99,112,91)
#535F4D
(83,95,77)
#434E3F
(67,78,63)
#333D31
(51,61,49)
#232C23
(35,44,35)
#131B15
(19,27,21)
#000000
(0,0,0)

Tints of #B3C5A1

#B3C5A1
(179,197,161)
#B9CAA9
(185,202,169)
#BFCFB1
(191,207,177)
#C5D4B9
(197,212,185)
#CBD9C1
(203,217,193)
#D1DEC9
(209,222,201)
#D7E3D1
(215,227,209)
#DDE8D9
(221,232,217)
#E3EDE1
(227,237,225)
#E9F2E9
(233,242,233)
#EFF7F1
(239,247,241)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #B3C5A1 color. Also use rgb(179,197,161) instead hex code.

Text Font Color

.myTextColor { color: #B3C5A1; }

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

This text font color is #B3C5A1.


Background Color

.myBgColor { background-color: #B3C5A1; }

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

This div background color is #B3C5A1.


Border color

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

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

This div border color is #B3C5A1.


Opacity

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

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

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

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

This text has shadow with #B3C5A1 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B3C5A1 on black background.


Color preview on white background

This text has color #B3C5A1 on white background.



Black color preview on #B3C5A1 background

This text has black color on #B3C5A1 background.


White color preview on #B3C5A1 background

This text has white color on #B3C5A1 background.