COLOR #B3CAB2

HEX: #B3CAB2
RGB: (179,202,178)

Color info

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

RGB color model

#B3CAB2 color RGB value is (179,202,178).

  • red value is 179;
  • green value is 202;
  • blue value is 178.
RGB:
(179,202,178)
(70%,79%,70%)

RGB channels and saturation

R 179 of 255 = 70%
G 202 of 255 = 79%
B 178 of 255 = 70%

179
202
178

R + G + B ~ 73%. #B3CAB2 is quite light color.

Portions of RGB colors in percentages

R + G + B =
179 + 202 + 178 = 559 (100%)
R 179 of 559 ~ 32.02%
G 202 of 559 ~ 36.14%
B 178 of 559 ~ 31.84%

%32.02
%36.14
%31.84

CMYK color model

#B3CAB2 color CMYK value is (11,0,12,21).

  • cyan value is 11.39%
  • magenta value is 0.00%
  • yellow value is 11.88%
  • key color value is 20.78%
CMYK:
(11,0,12,21)
C11M0Y12K21 
(11%,0%,12%,21%)
(0.11/0.00/0.12/0.21)	

CMYK percentages

%11.39
%0
%11.88
%20.78

Codes

Color #B3CAB2 in popluar color models

B3CAB2
RGB179202178
HSL118°18.46%74.51%
HSB/HSV118°11.88%79.22%
CMYK11.39%0.00%11.88%
20.78%

Color #B3CAB2 in popluar number systems.

HEXB3CAB2
Decimal179202178
Binary101100111100101010110010
Octal263312262

Shades and tints

Shades of #B3CAB2

#B3CAB2
(179,202,178)
#A3B8A2
(163,184,162)
#93A692
(147,166,146)
#839482
(131,148,130)
#738272
(115,130,114)
#637062
(99,112,98)
#535E52
(83,94,82)
#434C42
(67,76,66)
#333A32
(51,58,50)
#232822
(35,40,34)
#131612
(19,22,18)
#000000
(0,0,0)

Tints of #B3CAB2

#B3CAB2
(179,202,178)
#B9CEB9
(185,206,185)
#BFD2C0
(191,210,192)
#C5D6C7
(197,214,199)
#CBDACE
(203,218,206)
#D1DED5
(209,222,213)
#D7E2DC
(215,226,220)
#DDE6E3
(221,230,227)
#E3EAEA
(227,234,234)
#E9EEF1
(233,238,241)
#EFF2F8
(239,242,248)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #B3CAB2 color. Also use rgb(179,202,178) instead hex code.

Text Font Color

.myTextColor { color: #B3CAB2; }

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

This text font color is #B3CAB2.


Background Color

.myBgColor { background-color: #B3CAB2; }

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

This div background color is #B3CAB2.


Border color

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

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

This div border color is #B3CAB2.


Opacity

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

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

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

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

This text has shadow with #B3CAB2 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B3CAB2 on black background.


Color preview on white background

This text has color #B3CAB2 on white background.



Black color preview on #B3CAB2 background

This text has black color on #B3CAB2 background.


White color preview on #B3CAB2 background

This text has white color on #B3CAB2 background.