COLOR #B3C4AB

HEX: #B3C4AB
RGB: (179,196,171)

Color info

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

RGB color model

#B3C4AB color RGB value is (179,196,171).

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

RGB channels and saturation

R 179 of 255 = 70%
G 196 of 255 = 77%
B 171 of 255 = 67%

179
196
171

R + G + B ~ 71%. #B3C4AB is quite light color.

Portions of RGB colors in percentages

R + G + B =
179 + 196 + 171 = 546 (100%)
R 179 of 546 ~ 32.78%
G 196 of 546 ~ 35.9%
B 171 of 546 ~ 31.32%

%32.78
%35.9
%31.32

CMYK color model

#B3C4AB color CMYK value is (9,0,13,23).

  • cyan value is 8.67%
  • magenta value is 0.00%
  • yellow value is 12.76%
  • key color value is 23.14%
CMYK:
(9,0,13,23)
C9M0Y13K23 
(9%,0%,13%,23%)
(0.09/0.00/0.13/0.23)	

CMYK percentages

%8.67
%0
%12.76
%23.14

Codes

Color #B3C4AB in popluar color models

B3C4AB
RGB179196171
HSL101°17.48%71.96%
HSB/HSV101°12.76%76.86%
CMYK8.67%0.00%12.76%
23.14%

Color #B3C4AB in popluar number systems.

HEXB3C4AB
Decimal179196171
Binary101100111100010010101011
Octal263304253

Shades and tints

Shades of #B3C4AB

#B3C4AB
(179,196,171)
#A3B39C
(163,179,156)
#93A28D
(147,162,141)
#83917E
(131,145,126)
#73806F
(115,128,111)
#636F60
(99,111,96)
#535E51
(83,94,81)
#434D42
(67,77,66)
#333C33
(51,60,51)
#232B24
(35,43,36)
#131A15
(19,26,21)
#000000
(0,0,0)

Tints of #B3C4AB

#B3C4AB
(179,196,171)
#B9C9B2
(185,201,178)
#BFCEB9
(191,206,185)
#C5D3C0
(197,211,192)
#CBD8C7
(203,216,199)
#D1DDCE
(209,221,206)
#D7E2D5
(215,226,213)
#DDE7DC
(221,231,220)
#E3ECE3
(227,236,227)
#E9F1EA
(233,241,234)
#EFF6F1
(239,246,241)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #B3C4AB; }

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

This text font color is #B3C4AB.


Background Color

.myBgColor { background-color: #B3C4AB; }

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

This div background color is #B3C4AB.


Border color

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

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

This div border color is #B3C4AB.


Opacity

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

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

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

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

This text has shadow with #B3C4AB color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B3C4AB on black background.


Color preview on white background

This text has color #B3C4AB on white background.



Black color preview on #B3C4AB background

This text has black color on #B3C4AB background.


White color preview on #B3C4AB background

This text has white color on #B3C4AB background.